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 |
#1522
|
|||
|
|||
I was waiting for your reply about adding the moveshare (moveshare.net) & novamov (novamov.net) definitions and still didn't get a reply. Can you add it so i can use that to my forum?
Thanks in advance. |
#1523
|
||||
|
||||
Is there a good site that explains regular expressions so we can make some definitions ourselves? Is there anything special about the way AME handles regular expressions?
|
#1524
|
||||
|
||||
Quote:
Good question and I believe the answer is Post #5 of this thread. I started thinking about this given my request above. So I'll be giving this a shot, which is to follow what super DJ does to create these. |
#1525
|
||||
|
||||
Thanks.., I read through this thread years ago when I first installed this but long since forgot there might be useful info way back on page 1.
|
#1526
|
||||
|
||||
Site about regular expressions?
You mean something like this? http://analyser.oli.tudelft.nl/regex/index.html.en |
#1527
|
||||
|
||||
Thanks Black Tiger. :up:
|
#1528
|
||||
|
||||
OK cool... so I decided to start my test with an Embed Code for www.jigzone.com - Embedded Jigsaw Puzzle...
The URL to a puzzle is like this: Code:
http://www.jigzone.com/puzzles/72150F6C117?m=D9250BFF3C.954C2C6&z=6 Code:
<script src="http://www.jigzone.com/zes?i=72150F6C117&m=D9250BFF3C.954C2C6&z=6" type="text/javascript"></script> So I made the Regex which matches perfect in Regex Buddy so I know it's right: Code:
http://www\.jigzone\.com/puzzles/([\w]+)\?m=[\w]+.[\w]+\&[a-z]=([\d]+) Code:
<script src="http://www.jigzone.com/zes?i=$p1&m=AE250BFF3C.930EFB0&z=$p2" type="text/javascript"></script> NOPE... Instead of getting an embedded puzzle I get simply an all text URL not even a link, just the URL as plain text. Exactly this: http://www.jigzone.com/puzzles/72150F6C117?m=D9250BFF3C.954C2C6&z=6 When I look in the source code the AME template is never invoked... I've narrowed it down to a problem with the "z" near the end (z=6). If I remove the z from the regular expression AND the URL it works! But I need the z because I need to specify the second parameter (6) in this case. Anyone got any ideas? I really thought I had these regex's down pat until this roadblock. Oh, one more thing, I changed 'z' in the regex to [\w] and it partially works... The puzzle embeds but not correctly, the z parameter isn't parsed in the embed code and ;z=6 in plain text displays immediately after every puzzle... It's outside the AME template in the source code and I have no clue where it's coming from... it almost looks like a bug in AME maybe... |
#1529
|
||||
|
||||
Just to make sure I wasn't missing something totally I was able to get a working definition for Twitvid.com (twitter video).
|
#1530
|
||||
|
||||
Eureka... I had to realize that after vBulletin mangled the URL it changed the "&" to "&"so I had to adjust the regular expression to work with either/or... Working great now.
Well since I mentioned it I'll put the file here I'll also stop polluting Digital Jedi's thread with this stuff. Jigzone Embed - when you make a puzzle go to "Open Puzzle" copy the URL of the open puzzle in the browser and paste it into your post... Change the last number (usually 6) to whatever number corresponds to to the puzzle type you want. (0 = 48 piece jigsaw) |
#1531
|
||||
|
||||
Guys, be careful about seconding requests on my website. I'm doing all requests, if I can, and in the order they were requested. So if you bump a request, you're effectively moving it to the bottom of the list.
I'm sorry I haven't been able to be on top of this like I used to. This year was a bad year for doing anything outside of caring for my daughter. That seems to have consumed my time for 2010. I haven't given up on doing definitions. I'm simply running into a lot of hurdles getting the updates to you. It's just a matter of time, really. I'll try to get to your support questions if I can as well. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|