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 |
#512
|
||||
|
||||
I installed it and it works wonderfully.... except when posting code/quotes:
Quote:
Quote:
|
#513
|
|||
|
|||
Sorry I have tried to find this by searching / in the help but cannot seem to work it out.
My members love this, but they want to know how they can link to those pages without it auto converting them. I tried to argue it posts a link with the video anyway, but they claim that not every time they want to show someone a video is an embedded video desirable. Is there some way they can post a link, without it auto embedding if they choose? Many Thanks so anyone who knows! Harley |
#514
|
|||
|
|||
iogames, yeah I guess vB.org could do that, but I doubt they will. Anyways, as far as where you send the donation to buy RegExBuddy - I really rather not get anything into my PayPal Account. Reason being I dont know how many people are willing to donate towards the fund for it. Everyone wants support for a specific site, but none of them want to chip in any money. If you gave me some money for it, then who knows how long it'll be before someone else gives money for it ... What if I never get the complete $39.95, I'd have to refund all the money back and it'll be too much of a hassle. I personally am not buying it or spending money out of my pocket because 1) I dont have the extra cash 2) I dont need AME to support any other site and 3) I am gonna be doing the RegExs for you guys for free, and I shouldn't have to spend money on getting the program.
WEBclay, yeah support for that can be added, if someone buys RegExBuddy and after The Geek explains the use of the new "Extracting RegEx" feature in AME DiesellMinded, I've said it like a million times already ... buy a RegExBuddy License ... harley_m, tell your users to uncheck the "Automatically embed media (requires automatic parsing of links in text to be on)." Checkbox that's under "Additional Options" when they hit "Post Reply" ... By default the box is automatically checked, they need to uncheck it if they dont the video links to be changed into the actual videos. cynthetiq, wierd ... I get the same error when posting the following into a Post ... I guess the error has to do with posting a Quote that contains a [CODE ] inside of it ... Here's what I posted to get the error, maybe The Geek could use this for troubleshooting of this bug/error: Code Used: HTML Code:
[QUOTE]Admin Log In As User version 2.1 FOR UPGRADE AND FRESH INSTALLATIONS! 1) Import product-abe1_admin_log_as_user.xml into PRODUCTS. Allow Overwrite "YES" (admincp -> Plugin System -> Manage Products -> [Add/Import Product]) 2) Do the template edits in header: find: -------------------------------------------------------------------- [CODE]<!-- logo -->[/CODE] -------------------------------------------------------------------- BEFORE place this: -------------------------------------------------------------------- [CODE]<!-- Start Admin Log In As User --> <if condition="$_REQUEST['admin_log_in_as_user'] OR $_COOKIE[COOKIE_PREFIX . 'admin_log_in_as_user']"> <div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px"><a href="$vboptions[forumhome].php?$session[sessionurl]&log_out_admin_log_in_as_user=true">$vbphrase[admin_log_out_as_user]</a></div> </if> <!-- End Admin Log In As User -->[/CODE] -------------------------------------------------------------------- in MEMBERINFO: find: -------------------------------------------------------------------- [CODE]<td class="vbmenu_control"><a href="infraction.php?$session[sessionurl]do=report&u=$userinfo[userid]">$vbphrase[give_infraction]</a></td>[/CODE] -------------------------------------------------------------------- AFTER place this: -------------------------------------------------------------------- [CODE]<!-- Start Admin Log In As User --> </if> <if condition="$show_admin_log_as_user_link"> <td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]u=$userinfo[userid]&admin_log_in_as_user=$userinfo[userid]">$vbphrase[log_in_as_user]</a></td> <!-- End Admin Log In As User -->[/CODE] -------------------------------------------------------------------- Done. Click 'install' in the thread you downloaded this from. Done[/QUOTE] Quote:
|
#515
|
||||
|
||||
Code:
//$this->_mediaInfo['htitle'] = $this->hTittle(); |
#516
|
|||
|
|||
^ It would help if you posted the video link and from which Video Site are you posting ...
|
#517
|
||||
|
||||
My bad, I meant to post this in the AnyMedia topic.
|
#518
|
|||
|
|||
Just installed it - working GREAT with my YouTube tests. The best thing about this script: EASY to install, no config to get confused about, CLEAN layout in your msgs.
|
#519
|
|||
|
|||
Has anybody tried this under 3.6.5?
|
#520
|
|||
|
|||
Can someone help me add the code necessary to get AOL Video to work with this mod?
I have this snippet from a posted AOL Video. Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="264" height="267" id="dl_flvwidget" align="middle"><param name="movie" value="http://cdn.channel.aol.com/aolexd_widgets/aolwidget_9.swf" /><param name="FlashVars" value="settings=133329&pmms=1953601&previewImage=http://www.aolcdn.com/ch_newgd/videoplayertest.jpg&skin=139422&size=manual&autoPlay=0" /><embed src="http://cdn.channel.aol.com/aolexd_widgets/aolwidget_9.swf" quality="high" bgcolor="#ffffff" width="264" height="267" name="dl_flvwidget" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="settings=133329&pmms=1953601&previewImage=http://www.aolcdn.com/ch_newgd/videoplayertest.jpg&skin=139422&size=manual&autoPlay=0" ></embed></object> Or is it not possible? |
#521
|
|||
|
|||
i've been looking for this..................installed and thx
i'll be adding more videos to the mod for my site, have you made a post saying how, or should i just go digging through the code? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|