Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages Details »»
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages
Version: 2.0.2, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.7.x Rating:
Released: 08-26-2008 Last Update: 09-20-2008 Installs: 939
DB Changes Uses Plugins
Additional Files  
No support by the author.

From the creators of French and Toast comes a sweet and sticky enchanement to the New York Times best-seller: AME - Auto Media Embedding

AME 2.0 - The Embedder Strikes Back!

AME has won Mod of the Month for Spetember 08. Thanks!

Note that 2.5 Gold has been released. Click Here.

Discussions for AME 2.5 RC 1 start here

AME 2.0 is the next version of the "Mod of the Month" winning media embedder that:
  • Allows user to simply 'paste' in a URL (i.e. a youtube link) without needing to know any special tags. However instead of displaying just the URL, it will show the media within the post
  • is lightweight as it does all of her chores without the overhead of having 1 bbcode per pattern or trying to parse a post every single time it gets displayed with a bunch of patterns. AME radically reduces overhead and speeds up processing. The only time ame will kick in is after creating a new post or after editing an existing one (or if an ame tag is found)
  • is extensible. She allows you to add, edit, delete, import and export patterns. That way you can decide which services to support, how they should look and then share them with others! At time of typing this, there are over 150 media sites that have been contributed by vBulletin.org members
  • can extract the title (requires your server to allow url wrappers with fetch_contents)
  • can extract embed code from sites whose URLs do not contain sufficient information to embed the video
  • can rebuild your old posts to convert your 'other' mediaish tags into URL tags.
  • can rebuild your old posts, blogs, comments, visitor and social group messages to convert URL tags into ame tags where needed
  • can convert her codes BACK to url codes so you're not stuffed with a bunch of dead tags if you uninstall!
  • won't uglify your site by having videos appear in quotes, php, code or html blocks (blech!)
  • can be globally disabled
  • can be excluded from forums
  • can exclude usergroups
  • can be toggled on/off per post, blog, comment, visitor and social group message
  • would cook dinner for you if she had arms
  • can wrap the output in a 'container' with original URL
  • has a super comprehensive admincp help system. Yes, I actually took the bloody time to add all the info you need into vB's admincp help system. If you ask a silly question in this thread that is addressed in the help system, you will be taunted.
  • is fully phrased
  • has hooks around integral operations so you can extend it
  • Supports embedding in vbBlog, Visitor Messages and Social Groups.
  • Can be disabled in one or more of the following sections: Posts, vbBlog, Visitor Messages and/or Social Groups
Apart from the additional areas of support around vbBlog, Visitor Messages and Social Groups, little has changed about AME since version 1.0 released over a year ago. I cleaned up a few minor bugs, trimmed and updated the default definitions.

Which sites are supported?

At time of counting this, there are about 170 sites supported. But I have only included a few common standards as default (yahoo, youtube, myspace, google and Amazon). Why only these? AME was designed with its own import and export system that enables users to create or modify definitions and share them with the community. This keeps the system lightweight, customisable and saves us all from having to upgrade every time a media site changes their URL structure or if I add another site.

Check out the 'add ons' section of this post below to see availible add-ons.



Installation/Upgrade
  • Upload the contents of the forums folder into your forums directory and import the product-ame.xml file into your product manager (if upgrading, choose 'yes' to overwrite previous installation).
  • After installation, make sure that the system is on (admincp->AME CP->Settings)
  • Then you may want to try to rebuild old URLs via the tools option.
Big thanks goes out to all those in the community that have supported this mod. Especially Digital Jedi Who has created about 155 definitions for this system alone!

Change Log


2.0.2 - fixed added slashes in quote blocks (DoH!), vm advanced error and incrimented product version. You need to replace include/ame_bb_code.php and re-import the product-ame.xml to upgrade
2.0.1 - fixed missing backslashes in code blocks

2.5 Pre-Release information

Attached to this post is pre-release of version 2.5

2.5 is a pretty major upgrade from the 2.0 series and adds the following functionality to 2.0:
  • New in Beta 3 - Validation ability. This will help prevent media being embedded that can not be embedded (i.e. youtube videos that the author has stipulated can not be shown off of youtube). This option requires the extraction option to be turned on and a valid validation regexp. I have included one in the default youtube version. When a video on you tube gets embedded, but the author doesnt allow embedding, a link (with icon) is shown instead.
  • Ability to prevent non authorised usergroups from viewing (see Readme file in zip for more info)
  • Usergroup permissions (edit usergroup to adjust edit/view permissions)
  • Template driven system - uses templates now instead of 1 master replacement (see Readme file in zip for more info)
  • Signatures supported
  • Different sizes and template configurations for each supported zone (posts, blogs, groups, visitor messages and signatures)
  • A couple new hooks (Mainly to support a future add on for AME media in profiles)
  • Notfication system (similar to vB's to check for errors)
  • Definition keys for easier updating of definitions and to use in templates
  • File caching system which radically reduces processing
  • And more that I cant think of off the top of my head!
Note that while previous definitions will work with the new system, they will not be sizeable by zone. Since DJ helped with the private beta testing, I am sure he will be releasing 2.5 versions of his definitions soon.

Please note that 2.5 is a pre-release so there will be issues. If you want more stability, use 2.x until this version becomes gold FWIW: The only items currently outstanding are to add some missing admincp help. The rest is working as intended as far as I can tell

nJoy

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #712  
Old 12-16-2008, 01:20 PM
Morrus Morrus is offline
 
Join Date: Jan 2002
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting an error (I've tried searchng this thread, but didn't see anything - but it's 50 pages long!):

Quote:
include([path]/amecache/findonly.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/ame_bbcode.php on line 74

Warning: include() [function.include]: Failed opening '[path]/amecache/findonly.php' for inclusion (include_path='.:/usr/local/lib/php') in [path]/includes/ame_bbcode.php on line 74
Any thoughts?
Reply With Quote
  #713  
Old 12-16-2008, 01:25 PM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Silly question, but why does this need to support Amazon?

From what I can see in the description and the code, it searches Amazon links for an ASIN (product ID), and then modifies the link to point to the Amazon product page.

So doesn't it essentially just simplify the link to make it shorter?

And what about if someone is deliberately linking to a specific Amazon URL, such as a list of the 3rd party sellers for the item. Will this replace that link with one pointing to the product page?

The only real use I see for Amazon support is that you could modify the links to include your Amazon affiliate link, which could definitely come in handy
Reply With Quote
  #714  
Old 12-16-2008, 04:01 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boots View Post
Anyway to get this to work with the RSS feed poster?
For the moment, it seems the post has to be edited to get the video to embed. We don't know just yet if the The Geek will have time (or can) change that.


Quote:
Originally Posted by Eneswar View Post
Any chance to make this to add the HD quality version of You Tube videos if there is, if not it adds the normal version?
It will be included in a future update to the extended definitions in my Add-On thread. Link it at the bottom of the first post.


Quote:
Originally Posted by Morrus View Post
I'm getting an error (I've tried searchng this thread, but didn't see anything - but it's 50 pages long!):



Any thoughts?
Which version are you using? Did you set the path to your AME cache folder as recommended in the Admin CP?


Quote:
Originally Posted by bbcentral View Post
Silly question, but why does this need to support Amazon?

From what I can see in the description and the code, it searches Amazon links for an ASIN (product ID), and then modifies the link to point to the Amazon product page.

So doesn't it essentially just simplify the link to make it shorter?

And what about if someone is deliberately linking to a specific Amazon URL, such as a list of the 3rd party sellers for the item. Will this replace that link with one pointing to the product page?

The only real use I see for Amazon support is that you could modify the links to include your Amazon affiliate link, which could definitely come in handy
It's there to demonstrate that this mod does more then convert media. It will take a grotesquly long link like this:

HTML Code:
http://www.amazon.com/gp/product/B0000013G3/ref=s9subs_c6_15_img1-rfc_g1_si1?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-5&pf_rd_r=0EHN0PCM9M858EF4FAVT&pf_rd_t=101&pf_rd_p=463383431&pf_rd_i=507846
And convert it to this:

Attachment 90675 Amazon.com: Boomerang: Original Soundtrack Album...

And yes, it can be configured to include your Affiliate ID automatically. In my add-on thread we have a definition someone created that will convert them to this:

Attachment 90674 Attachment 90676 Attachment 90677

I've also done the same for a CafePress definition as well as a formatted download link for zSHARE links. The point is, this is capable of formatting far more then just media.
Reply With Quote
  #715  
Old 12-17-2008, 02:46 AM
Finster Finster is offline
 
Join Date: Dec 2006
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One of the things I liked about Goldbrick was it did the whole Highslide thing where the video or images lightbox.

Any plans on this feature?

I do like that this mod seems to be well supported.

Any up to date examples of this hack on any forum anywhere?
Reply With Quote
  #716  
Old 12-17-2008, 03:13 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't want to speak for The Geek too much, but I know it will be a while before he does anymore major updates to the modification. He usually does them so well they don't need too much support, other then tweaking the definitions. I'm curious how the lightbox would work with the unique things that AME can embed, which is sometimes just auto formated links.

I'm about to open my development subforum here in a few. I've been debating doing this but this should give you a good idea of what the mod can do.
Reply With Quote
  #717  
Old 12-17-2008, 02:34 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Finster View Post
One of the things I liked about Goldbrick was it did the whole Highslide thing where the video or images lightbox.

Any plans on this feature?

I do like that this mod seems to be well supported.

Any up to date examples of this hack on any forum anywhere?
Had to set up a few things first. Note that a lot of things here are under development and I'm running 2.0.2

http://www.cogonline.net/forums/forumdisplay.php?f=858
Reply With Quote
  #718  
Old 12-17-2008, 05:39 PM
DDolphins DDolphins is offline
 
Join Date: Sep 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

K I have an odd problem you can see it at http://www.clarifiedjudgement.com/showthread.php?t=23 (2nd post)

Basically the problem is that the top part with the title shows fine and the video shows fine but then it repeats itself except the title of the 2nd video is just all coding and the 2nd video is thumbnail size.

Any idea what I did wrong if anything?
Reply With Quote
  #719  
Old 12-17-2008, 06:30 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DDolphins View Post
K I have an odd problem you can see it at http://www.clarifiedjudgement.com/showthread.php?t=23 (2nd post)

Basically the problem is that the top part with the title shows fine and the video shows fine but then it repeats itself except the title of the 2nd video is just all coding and the 2nd video is thumbnail size.

Any idea what I did wrong if anything?
It's not an odd problem at all. You have two copies of the same YouTube definition. You probably imported the definitions from my thread without deleting the stock definitions that come with AME.
Reply With Quote
  #720  
Old 12-17-2008, 06:50 PM
Finster Finster is offline
 
Join Date: Dec 2006
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DJ, nice forum you have. Ligthboxing seems to be a popular thing these days. Whether one types in a url to a video or image, Goldbrick usually rendered the photo or video as a thumbnail, then upon clicking git, it opened it up full size with the lightbox effect from the Highslide folks.

The problem with Golbrick is it is poorly supported and buggy. I can't blame him, it IS free, but I would rather pay and get support and updates than get something free.

Most Golbricked videos also show a thumbnail image taken from the video which tends to make people want to click on it and view it, but half the time it just shows a lame blue M.

I don't know what would happen to the existing video links if one switched from Goldbrick to AME....
Reply With Quote
  #721  
Old 12-17-2008, 10:44 PM
sickofregister sickofregister is offline
 
Join Date: Nov 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome !!!


Reply With Quote
Reply


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 07:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05525 seconds
  • Memory Usage 2,339KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete