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 |
#1682
|
|||
|
|||
Hey Is Blip.tv link working with you guys..I can't get it to work..youtube and dailymotion works fine...if it's working with anyone please let me know how and what you added for the definitions..I've installed both the Blip (Permalink).xml & Blip (Show Pages).xml and what I only get is a video player of Blip.tv but different video tiltle which says 301 Moved Permanently
thanks in advance |
#1683
|
||||
|
||||
Hello,
old youtube videos in our forum are messed up, but we did not change anything. Can you please help us to fix this? Example: http://www.sims3forum.de/die-sims-3-...eu-hier-d.html Thanks for your help! |
#1684
|
||||
|
||||
Quote:
|
#1685
|
||||
|
||||
Thanks for your help BirdOPrey5,
I deactivated other youtube definitions and it seems to work again. But still have some trouble.... it does not show the title of the youtube video, see this for example http://www.sims3forum.de/die-sims-3-...rformance.html This is the video link: http://youtu.be/IRQuZQkBcG0 Actually I have acticated 2 youtube definitions in AME: Youtu.be - Youtu.be Code:
http:\/\/youtu\.be\/([A-Za-z0-9-_]+) Code:
<object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed></object> YouTube - Embed YouTube.com Videos! (With Deep Linking Support - Seconds Only) Code:
http://[\w.]+youtube\.[\w]+/watch[\?\#!]+v=([\w-]+)[\w&;+=-]*[\#t=]*([\d]*)[&;10shdq=]* Code:
<object width="$ameinfo[width]" height="$ameinfo[height]"> <param name="movie" value="http://www.youtube.com/v/$p1&fs=1&start=$p2"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&fs=1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object> Can you help me to fix this? Thanks a lot! |
#1686
|
||||
|
||||
youtu.be is a redirect page to the real youtube.com - so I have never been able to get titles to work with youtu.be links since the page doesn't have a title really- it's just a redirect.
If you need the title you will have to paste in the full youtube url instead of the youtu.be URL. It's not really a big a deal since youtube displays the title in the video window itself. |
#1687
|
||||
|
||||
Ok, thanks. But I noticed that disabling all youtube definitions did not help with the problem: See this:
http://www.sims3forum.de/die-sims-3-...ire-liebe.html I have disabled all youtube definitions, and still it's screwed ... Why? PS. When I manually edit all older posts with youtube videos inside then it works well. But I can't manually edit all 10000 posts The weird thing is: everything was working as expected until a few days ago. And we did not change a thing?! UPDATE: needed to update the post cache. seems to work now. but do you know how to get a larger youtube video window? |
#1688
|
||||
|
||||
It's because they are cached that way. It's probably only one or two weeks of posts affected- now that it's working properly the old posts will get fixed in time.
I don't know of any way to speed this up other than to manually edit and re-save each post. But in time it will get back to normal. Also I was thinking about your youtu.be issue- I made a quick mod that will change youtu.be to youtube.com so it will always use the real youtube.com URL. https://vborg.vbsupport.ru/showthread.php?t=267450 |
#1689
|
||||
|
||||
THank you so much for your help. But now I ran into another huge problem (not with this mod but with the vbcredits charge code).
Please see this example: http://www.sims3forum.de/die-sims-3-...tml#post245391 I had to refresh the post cache in the admin control panel. And after I did this the charge-bbcode stopped working. There should be links inside the charge-codes, not random numbers. THat's wrong: [charge=200]8174[/charge] should be: [charge=200]my secret content[/charge] any idea on how to fix this? |
#1690
|
||||
|
||||
I'm sorry I'm not familiar with vbcredits or the charge code at all. Sorry. Best to ask in the vbcredits thread, I'd imagine someone must have rebuilt their post cache with that mod before.
Off hand I would look at the instructions that came with vbcredits, maybe there is another "rebuild" option to run they tell you about. |
#1691
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|