Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
AME3 - Auto Media Embeding and Video Extender Details »»
AME3 - Auto Media Embeding and Video Extender
Version: 3.0.1, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 4.0.0 Rating:
Released: 12-20-2009 Last Update: 01-16-2010 Installs: 1363
DB Changes Uses Plugins
Additional Files  
No support by the author.

From the makers of Smooth and Jazz comes the singing sensation my mom has been waiting months for:

AME3. Bigger. Badder. Bestest.

NOTE ABOUT vB4.0.3: ------------------------------------------------------------

vBulletin 4.0.3 has changed the way video codes are handled and in the process, inadvertently broke AME3. I have submitted a bug report and believe that the issue will be quickly resolved. There is a manual fix you can apply for 4.0.3 here in the interim.
-----------------------------------------------------------------------------------------------

AME3 is the sequel to the multi award winning AME 1x and AME 2x systems. AME3. This time, its different.
AME3 does 3 things:
  • It allows users to simply paste URLs into their message without having to use the video bbcode or video popup box.
  • It allows you to add, edit and customise the video definitions that ship with vB4
  • It allows you to import community created definitions to extend the system in ways you otherwise couldn't.
Now you can use AME anywhere you can use video bbcode: posts, blogs, visitor messages, the CMS, etc...

Note that I am releasing this early for beta testing and general feedback. There is currently a bug in RC2, RC4 and 4.0.0 that will prevent AME from working however there is a workaround posted below.

I have written a pretty comprehensive readme and attached it seperatly to this post. I suspect both this post and the readme will get updated as AME3 becomes finalised.

Download Now

File Type: zip the readme pdf.zip (1.72 MB, 8640 views)
File Type: zip AME3.zip (23.7 KB, 8383 views)

Screenshots

File Type: jpg wysiwyg.jpg (179.5 KB, 0 views)
File Type: jpg postbit.jpg (159.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Cadellin, Longcat, mapleleaffans, SKIDROW

Comments
  #1092  
Old 04-27-2011, 11:17 AM
Iguana Goddess's Avatar
Iguana Goddess Iguana Goddess is offline
 
Join Date: Sep 2009
Location: Pennsylvania
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have noticed that youtube is including a . in some of the video urls which causes embedding with this mod to not work.
Reply With Quote
  #1093  
Old 04-27-2011, 01:30 PM
yin9 yin9 is offline
 
Join Date: Dec 2010
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Someone has Megavideo definition for VB4?

Thanks in advance.
Reply With Quote
  #1094  
Old 04-28-2011, 11:08 PM
Phaedrus Phaedrus is offline
 
Join Date: Jul 2006
Location: Colorado
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Iguana Goddess View Post
I have noticed that youtube is including a . in some of the video urls which causes embedding with this mod to not work.
This post should help you.

Quote:
Originally Posted by Alan_SP View Post
For new youtube code (youtu.be one, if there is new one, please give link for us to see):

Go to AdminCP, AME CP, choose Add New.

For Provider: YouTube New (or whatever you like as a name for it)
Tagoption: youtuben (this can be anything you like, but unique, I just added n to stress it's new youtube tag)
URL: http://youtu.be
Regex URL: http:\/\/youtu\.be\/([a-z0-9-_]+) (this must looks like this, I used old original youtube regex to construct this one based on new youtube links)
Regex Scrape: leave empty
Embed:
HTML Code:
<object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
Here I'm using code for HD video. It's the same as for old YouTube videos, because links just get redirected to old site (new links a just much simpler on us users). You can change width and height of video. Also you can disable HD if you want it.

Priority: 0
Reply With Quote
  #1095  
Old 05-05-2011, 04:30 AM
0verl0rd 0verl0rd is offline
 
Join Date: Oct 2010
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by testbot View Post
did you try this:
Tried but still not working..

it does wrap the youtube url in

but it does not show the player



BTW, was anybody able to make it work for 'quickreply' with out the advance reply?

In quickreply i think the text/links are not parsed into AME3 automatically.

Also,

What is the difference between the two YT URL?

http://www.youtube.com/watch?v=YdLvHkzCZJo <--- this is parsed with AME3 automatically.

http://www.youtube.com/watch?v=-aOLWOwF-es <--- this is not parsed with AME3 automatically.


Lastly,

Does anybody share their ame.xml that is working on VB 4.1.3 ?

Thanks a lot!
Reply With Quote
  #1096  
Old 05-16-2011, 05:00 AM
steveyos666 steveyos666 is offline
 
Join Date: Jul 2008
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alan_SP View Post
For new youtube code (youtu.be one, if there is new one, please give link for us to see):

Go to AdminCP, AME CP, choose Add New.

For Provider: YouTube New (or whatever you like as a name for it)
Tagoption: youtuben (this can be anything you like, but unique, I just added n to stress it's new youtube tag)
URL: http://youtu.be
Regex URL: http:\/\/youtu\.be\/([a-z0-9-_]+) (this must looks like this, I used old original youtube regex to construct this one based on new youtube links)
Regex Scrape: leave empty
Embed:
HTML Code:
<object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
Here I'm using code for HD video. It's the same as for old YouTube videos, because links just get redirected to old site (new links a just much simpler on us users). You can change width and height of video. Also you can disable HD if you want it.

Priority: 0

This didn't do anything for me, regular youtube and youtu.be links both just showing up as links


There's a lot of pages to go through, am I supposed to somehow disable vb4's new horrible terrible built-in video tag?





EDIT WAIT: the above coupled with testbot's code worked fine, someone add both steps to the mod's original post man I hate how we gotta go through 70 pages of stuff to get mods working properly on this damn site thanks for the text though guys I love this thing, loved vb3 more though hate vb4 with a passion
Reply With Quote
  #1097  
Old 05-16-2011, 10:09 AM
Krusty1231's Avatar
Krusty1231 Krusty1231 is offline
 
Join Date: Jul 2010
Location: Canada
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steveyos666 View Post
EDIT WAIT: the above coupled with testbot's code worked fine, someone add both steps to the mod's original post man I hate how we gotta go through 70 pages of stuff to get mods working properly on this damn site thanks for the text though guys I love this thing, loved vb3 more though hate vb4 with a passion
Thanks alot for that - it is working for me now.
Reply With Quote
  #1098  
Old 05-26-2011, 12:23 PM
Iguana Goddess's Avatar
Iguana Goddess Iguana Goddess is offline
 
Join Date: Sep 2009
Location: Pennsylvania
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phaedrus View Post
This post should help you.
Thanks!
Reply With Quote
  #1099  
Old 05-31-2011, 12:29 PM
MonkYZ MonkYZ is offline
 
Join Date: Jul 2008
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think i'm screwed... I've upgraded to AME3, and now i can't edit any post that contains a video link, because i get: "Database error!".

Even after disabling and uninstalling AME3, i still get the same error... Please help!

P.S. I am on vB 4.1.3
Reply With Quote
  #1100  
Old 05-31-2011, 12:50 PM
doobiefillin doobiefillin is offline
 
Join Date: Oct 2007
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alan_SP View Post
For new youtube code (youtu.be one, if there is new one, please give link for us to see):

Go to AdminCP, AME CP, choose Add New.

For Provider: YouTube New (or whatever you like as a name for it)
Tagoption: youtuben (this can be anything you like, but unique, I just added n to stress it's new youtube tag)
URL: http://youtu.be
Regex URL: http:\/\/youtu\.be\/([a-z0-9-_]+) (this must looks like this, I used old original youtube regex to construct this one based on new youtube links)
Regex Scrape: leave empty
Embed:
HTML Code:
<object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
Here I'm using code for HD video. It's the same as for old YouTube videos, because links just get redirected to old site (new links a just much simpler on us users). You can change width and height of video. Also you can disable HD if you want it.

Priority: 0
doesn't work for me, it wraps the video in the youtuben links but then it doesn't display the video
Reply With Quote
  #1101  
Old 06-03-2011, 06:43 PM
voter's Avatar
voter voter is offline
 
Join Date: Dec 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to push Rebuilding and Converting Tools to work on 4.1.3 and convert
HTML Code:
[URL]http://www.youtube.com/watch?v=I47MTASaQ54&feature=related[/URL]
as well
HTML Code:
[URL="http://www.youtube.com/watch?v=e8rpAbUyU1o"]YouTube - SPARTACUS LO SCHIAFFEGGIATO[/URL]
into embeded VIDEO???
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05867 seconds
  • Memory Usage 2,367KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete