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 |
#1812
|
||||
|
||||
I've never done it but I think that is what it is for, yes.
|
#1813
|
|||
|
|||
Still not having short youtube links to work. Anyone else have this problem?
Here is one that will not work. I have to use the "long" url version. http://youtu.be/V-Z2l28UDQA This is the regular expression I have: Quote:
Quote:
|
#1814
|
||||
|
||||
The regular expression should be:
Code:
http://youtu\.be/([\w-]+)\??[hd=1]*[&t=]*([\d]*)[\w]* \w = any latter or number or underscore (but it doesn't match the dash (-) so you have to add the dash manuall because youtube ID's can have dashes in them. I'm not sure if those double ?'s are right but if it works with other videos but not all I'm sure the dash is the problem. |
Благодарность от: | ||
j-bo |
#1815
|
|||
|
|||
Reposting from last page:
This GameSpot video isn't parsing: http://www.gamespot.com/the-secret-w...video-6349173/ It appears that GameSpot has changed their video URL scheme. Almost all that I can find at http://www.gamespot.com/videos/index.html are www.gamespot.com / <gamename> / videos / videoname-videoid which doesn't match either of the conditions in the two GameSpot definitions (at least what my limited knowledge of expressions tells me). The current expressions and replacements for GameSpot are: Code:
http://www\.gamespot\.com/[\w/]*video/[0-9]+/([\d]+)[\w\/\-\?=;]* <embed id="mymovie" width="432" height="362" flashvars="playerMode=embedded&movieAspect=4.3&flavor=EmbeddedPlayerVersion&skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/gamespot.png¶msURI=http%3A%2F%2Fwww.gamespot.com%2Fpages%2Fvideo_player%2Fxml.php%3Fid%3D$p1%26mode%3Dembedded%26width%3D432%26height%3D362" wmode="transparent" allowscriptaccess="always" quality="high" name="mymovie" style="" src="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" type="application/x-shockwave-flash"/> Code:
http://www\.gamespot\.com/[\w/]*video/([\d]{7})[\w\/\-\?=;]* <embed id="mymovie" width="$ameinfo[width]" height="$ameinfo[height]" flashvars="playerMode=embedded&movieAspect=4.3&flavor=EmbeddedPlayerVersion&skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/gamespot.png¶msURI=http%3A%2F%2Fwww.gamespot.com%2Fpages%2Fvideo_player%2Fxml.php%3Fid%3D$p1%26mode%3Dembedded%26width%3D{$ameinfo[width]}%26height%3D{$ameinfo[height]}" wmode="transparent" allowscriptaccess="always" quality="high" name="mymovie" style="" src="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" type="application/x-shockwave-flash"/> |
#1816
|
|||
|
|||
Thanks BirdOprey5.. the dash was the problem. Although I took it straight from djs download and the regular youtube doesn't have the dash after the w.
But hey.. it works! |
#1817
|
|||
|
|||
Yikes. Over 1800 posts. if this has been asked before, I apologise.
How would I alter the xml file so that the locally hosted .mp3s definition works with *any* mp3, regardless of location? So if a user posts the URL of an MP3 it's embedded instead. I tried messing with the xml file, but I really don't know what I'm doing. Looks like I need to replace the bit which says: Code:
<findcode><![CDATA[([http://]*[\w]*[\.]*cogonline\.[\w/&;%-\.]+\.swf)]]></findcode> Anyone got any ideas? |
#1818
|
||||
|
||||
Morrus,
That won't work. AME is based off of recognizing specific patterns. If something is too general then it would start thinking all your text is media links and that would be a bad thing. Forcing the link to correspond to a known URL where only a small part of the file name changes keeps those bad things from happening. You will need to put some limitations on where the mp3 file is located. You also don't edit the xml file... In Admin CP -> AME CP -> Add New Definition is where you would add/edit a definition. |
#1819
|
|||
|
|||
Quote:
|
#1820
|
||||
|
||||
Quote:
Code:
http://.*\.mp3 |
#1821
|
||||
|
||||
Does youtube work for anyone else?
Ive tried deleting and reimporting the definition xml and rebuilding post and rebuilding cache and nothing fixes it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|