The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... Details »» | ||||||||||||||||||||||||||||||||||||||||||
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Developer Last Online: Sep 2023
NEARLY 300 SUPPORTED SITES FOR VIDEOS, AUDIO, GAMES AND MORE! This is the most current repository of definitions for DJ's AME :: The Ultimate Automatic Media Embedder. These media definitions will expand your AME to support embedding from hundreds of websites. More videos. More than videos. These definitions will let you embed content from sites that include games, widgets, music players and so much more. This repository was seeded by contributions from the vBulletin community over several years, but are curated here for easy access. Special thanks to Hotwheels and Danyloski for starting the tradition. [hr]#CCCCCC[/hr] NEWS DJ's AME 2.5.7 is out! What are you waitin' fer?! [hr]#CCCCCC[/hr] IMPORT DEFINITIONS ARE NOT INSTALLED They're imported through your AME CP. Which means you have to have AME installed first. You DO NOT import definitions through your Product Manager. I mean, you can try. But I'll make fun of you. The READ ME file explains in more detail. Please don't skip it. I named it in big letters and everything. [hr]#CCCCCC[/hr] VERSION INFO These definitions are for AME 2.5. A BETA set of definitions for AME 3 can be found here. [hr]#CCCCCC[/hr] LIVE DEMO This is my development area with a lot of test thread. As such, it's not a comprehensive list of all working definitions. You can find that below... [hr]#CCCCCC[/hr] MEDIA DEFINITIONS LIST The full list of definitions is available in the second post of this thread. Requests for new definitions should be made here (no registration required), rather than in this thread. It makes it easier for me to keep track and to prioritize. Please do not use this area to contact me. Code:
The password is: LetMeIn#33 [hr]#CCCCCC[/hr] SUPPORT I can't stress this enough. I NEED LINKS in order to troubleshoot problems. Links to the video. Links to the thread. I can't do anything without knowing what videos are causing the problem. If all you do is post that a particular site is not working and provide me with nothing to look at, well, how can I fix it? Following this simple guideline will save us both a lot of time and effort. (And check the FAQ on the first page. I worked really hard on that one. :erm: ) Please note that I do new definition requests in the order they were received and as timely as I can. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#642
|
||||
|
||||
Quote:
Regular expression by default: PHP Code:
PHP Code:
Also the only way I was able to make Daily Motion working is to set:
|
#643
|
||||
|
||||
Quote:
|
#644
|
||||
|
||||
I'm not sure I follow what you are trying to do. If the definition is set to extract info from the destination page, the name of the page will appear in the media title. Otherwise the definition title appears.
|
#645
|
||||
|
||||
You are pasting a link with color and font encoding into the IE WYSIWYG editor. Take a 'clean' URL (i.e. copy from the address bar of the destination page).
|
#646
|
||||
|
||||
Quote:
BTw: Extraction must be on to obtain the embed key. HTHs |
#647
|
|||
|
|||
Quote:
I guess that I was under the assumption that one could change the title name that comes up as the definition of the video. Like X video @ YOURWEBSITENAME or whatever you wanted to put there. |
#648
|
||||
|
||||
Guess you could edit the ame_container template and change:
<a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a> to <a href="$ameinfo[url]" title="$ameinfo[title] @ YOURSITENAME" target="_blank">$ameinfo[title] @ YOURSITENAME</a> |
#649
|
||||
|
||||
Quote:
Dailymotions URL structure is domain.suffix/various/paths/depending/on/things/name_of_video In the embed code, you see a couple of references: http://www.dailymotion.com/swf/name_of_video and http://www.dailymotion.com/swf/name_of_video So, all we need is the name_of_video which can be taken from the URL and put into the replace code. See attached definition |
#650
|
||||
|
||||
Quote:
I understand that I can use only Regular expression . This is OK for me. I am trying to understand why Embedding Regexp doesn't work for me on that Daily Motion? As I understand AME does this one:
Am I right? |
#651
|
||||
|
||||
You only use the Embedding Regexp if the data needed to embed cannot be found within the URL itself.
For example: if the embed code for www.myvideo.com/watch.php?v=123456 looks like: <embed src="http://www.myvideo.com/watch.php?v=abcdef" ... /> In this instance, the URL doesnt 'tie up' to the embed HTML so AME needs to go to www.myvideo.com/watch.php?v=123456 and find the abcdef part. With the Embedding Regexp, AME pulls down the page and runs something like: http://www\.myvideo\.com/watch\.php\?v=(\w+) Which grabs the abcdef part so the video will properly embed. In the event that the URL contains the information you need (i.e. the dailymotion definition I just posted) then this process is redundant and a time waster. Furthermore, the Embedding Regexp is generally different than the regexp used to match the URL in the first place. Hope this helps. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|