The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...) Details »» | |||||||||||||||||||||||||||
AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...)
Developer Last Online: Jan 2019
From the inventors of Swiss Cheese and the Egg comes AME - The Automatic Media Embedding System.
Note that Version 2.0.0 can be found here AME is derived from GAL 6 base code but instead of linking keywords, it converts URLs that users paste or enter in their posts into inline embedded video streams. Big credit goes out to mfyvie for the original concept that jazzed me up enough to lift code that I have been working on to radically improve his fresh idea. Though the same goal, I have taken a totally different approach to his initial release. This mod is 100% steaming fresh code straight from the Geeks oven of love. First... the overview AME scans new and edited posts for pre-defined patterns of URLs (i.e. youtube's). If it finds a match, it swaps the url tag for an ame tag. When a post get parsed for bbcode and an ame tag is found, instead of hammering away at the post with umpteen bbcodes, AME quietly figures out which pre-defined embedding should be placed there and... viola', you have a pretty little embedded video like this: Attachment 66927 This is significantly faster, has much lower overhead and is much easier to manage than loads of bbcodes or a than scanning every single post as the user views it to see if there are any conversions that need to be made. Now for the bells and whistles AME:
Add ons AME comes configured with YouTube, Myspacetv, Google Video, Bolt, iFilm, Yahoo, Dailymotion, Amazon and MetaCafe Support built in. Since the amount of providers are always changing and most sites will only need a particular amount, AME has been designed with an import and export system to allow members to easily share formats with one another. In fact, the second post of this thread is updated periodically to relflect those add ons. Currently there are over 12 more additional formats contributed by AME users. Click here to see them. Installation
Troubleshooting See this post on troubleshooting A note about support and such I have my plate pretty full with taking care of my commercial mods and the support that comes with them. Saying that, I will help when I can - but to be honest, I have ensured that there should be little to no support needed on this mod as it is very much self contained. Please do not PM or post asking me to give you regexp's to support additional media streams. I built the system so that you can add your own providers as well as the ability to import and export them. If you still need a pattern but are not great with regular expressions (who is?) then I suggest getting RegExpBuddy. Although I am not expert at regular expressions, I did a quick start tutorial on AME regexps here if you want to check it out. I don't mind you guys asking amongst each other for these things, but just note that I will most likely not respond to the requests. I will reserve the first couple of posts in this thread to periodically add user contributed patterns to import and for additional information (I hate mega long first post's in the release section). So check there for up to date information. nJoy Show Your Support
|
Comments |
#112
|
|||
|
|||
It seems that the and sign '&' is what's messing up my code... here's the code, I've tried a dozen differen't ways, and it this is the most common result.
expression Code:
http://([\w.]+)\.photobucket\.([\w.]+)/([\w\/\.\:]+)/([?action=view/¤t=]*)([\w.]+) Code:
<embed src="http://www.photobucket.com/player.swf?file=http://$p1.photobucket.$p2/$p3/$p5" quality="high" bgcolor="#ffffff" width="531" height="416" name="ePlayer" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> It tries to embed a video, but the link it's trying to use is Code:
<embed width="430" height="389" type="application/x-shockwave-flash" wmode="transparent" src="http://photobucket.com/player.swf?file=http://s5.photobucket.com/albums/y177/MrK5/Videos/view"></embed> ¤t=Bunce.flv |
#113
|
|||
|
|||
Quote:
|
#114
|
|||
|
|||
I thought it may have been a skin problem, so I tried posting under the default vbulletin skin and it was still a no go.
|
#115
|
|||
|
|||
Hi,
I just install AME. When i paste youtube url http://youtube.com/watch?v=noyl1PKkBdE nothing happen. Please help what should i do? |
#116
|
|||
|
|||
@a|x
Have you Disable New items of No or Yes. @ Coders Shack I have tested with the link and by me it is function. |
#117
|
||||
|
||||
How to troubleshoot.
1. Make sure that the disable setting is set to no (admincp->AME CP->settings) 2. Disable 'Resolve URL titles' (admincp->AME CP->Settings). 3. Here are some random links to put into a post. See if all/some/none work (if you have not disabled the Resolve URL titles setting, this could take awhile to post! Quote:
If none of these work, post: 1. Check your apache error log for any info you could post to help us find the problem 2. Make sure you post your version# of PHP |
#118
|
||||
|
||||
Quote:
|
#119
|
||||
|
||||
Downloaded, will install tomorrow, and get back to you.
|
#120
|
||||
|
||||
The photobucket one is a beast. I almost have a consistant one licked, but wont be able to work on it until later... its Saturday you know!
|
#121
|
||||
|
||||
Quote:
This system has a converter in it that should be able to convert other media tags into standard URL tags. THen you can use the AME rebuild posts tool to convert old post URLs into new ame tags. In other words, this system can convert old posts and old codes. HTHs! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|