vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm) (https://vborg.vbsupport.ru/showthread.php?t=175378)

kalisekj 05-09-2009 03:25 AM

Large Hosting Sites I would Love to see someone code in. I am far from understanding any of this coding stuff. Please email me at pendrag00n@yahoo.com cause I am sure I will not be able to find this post again.

Zshare - Videos not downloads
SNT (SuperNovaTube.com)
Stagevu.com
Milledrive.com
divxstage.net
eatlime.com
wisevid.com
filebase.to
divxden.com

I would greatly appreciate any help in getting any of these large hosting sites embeddable using AME.

Thank You!

SBlueman 05-16-2009 06:02 AM

GameTrailers.com is not working anymore for me with this URL:

http://gridironfans.com/forums/enter...h-out-wii.html

GameTrailer.com URL posted: http://www.gametrailers.com/video/re...unch-out/49382

ski diva 05-16-2009 05:20 PM

For some reason, my videos are posting twice. Anyone have any idea why and what I can do to correct this? Plus, the code for the link is appearing below the video.

You can see my problem here.

This is a YouTube video, and I notice in the media definition for this is DUPLICATE_youtube_1241699371_114. Does this have anything to do with this? And if so, what should it be?

NEVER MIND: FiXED IT!!! I had YouTube installed twice. Live and learn.

MonkYZ 05-17-2009 04:13 AM

Is everything OK with Digital Jedi ? I haven't seen him in a while... and we miss him... Hope he's OK !

dadoc 05-23-2009 08:48 AM

Any chance of getting this site added
factualtv.com ?

Thanks

Is there some info on how to add sites, in the cp?

Digital Jedi 05-25-2009 08:51 AM

Please see this post as to info on why I haven't updated in a while: https://vborg.vbsupport.ru/showpost....&postcount=524 Trying to get back into the swing of things. I'll try to answer all questions then.

Baldilocks 05-27-2009 05:58 PM

Anyone up for making a vettetube extension??

Saviour 06-02-2009 01:40 PM

Joe Cartoon links not parsing...any help?

YouTube links are, though.

Nevermind...fixed it.

wacnstac 06-24-2009 05:02 PM

How about the ability to embed video from a local Photopost installation? Also will this run with vb 3.8?

Digital Jedi 06-25-2009 04:17 PM

Quote:

Originally Posted by Saviour (Post 1822028)
Joe Cartoon links not parsing...any help?

YouTube links are, though.

Nevermind...fixed it.

That might be possible, I'd just need access to someone's forum who has Photopost installed.

JAnders 06-26-2009 03:31 PM

can I get help with eafootballworld, i originally had used the definition for ea sports world and changed the domain name and en_US to en_GB and it was working fine.

but now the videos do not load... can you please create a definition for footballworld?

http://fifamexico.net/foros/showpost...73&postcount=2

the abouve is a example

Subah 09-02-2009 01:28 AM

Please can you creat definition for this sites ?
1- http://www.6rb.com/
Its play music in ram this is two examples:
http://song.6rb.com/songer/x/kw/rwai...7e060a94f2.ram
http://song.6rb.com/songer/x/Leb/fat...7e0cef081b.ram

2- http://www.6arab.com
Its also play music in ram this is two expamles:
http://song71.6arab.com/Shereen_Akheran-Etgarraat.ram
http://song7.6arab.com/mona-amrash_hanony.ram

Digital Jedi 09-02-2009 02:43 PM

Okay guys, I'm having issues with my site again. Seems I'm getting more traffic than usual (even though my forums aren't any more active than usual) and hitting my host's max_user_connections limit. Not particularly happy about that, as I don't know if I can afford dedicated hosting at the moment and they don't plan to increase the limit for shared hosting. Until this is worked out, all my work on AME, not to mention all of my websites, are essentially shut down.

writerkimba 10-06-2009 09:48 PM

This may have been asked before but will this mod embed flv files?

James Argo 10-09-2009 12:08 AM

Upgraded to version 3.8 :D

Thanks for the mod :)

Texas_Dawg 10-24-2009 04:21 PM

Does ESPN.com work for anyone?

It looks like the URL of ESPN.com videos are different than the definition here.

For example this is a recent ESPN.com video URL:

http://espn.go.com/video/clip?id=459...goryid=2521705

But the definition in the XML here is:

[http://]*[a-z]*?[\.]?espn\.go\.com/broadband/video/videopage\?[\w=&;]+

How do we fix the ESPN XML? Thanks for any help...

Texas_Dawg 10-24-2009 05:41 PM

Quote:

Originally Posted by Texas_Dawg (Post 1905634)
Does ESPN.com work for anyone?

How do we fix the ESPN XML? Thanks for any help...

Think I figured it out on my own.

Here's what I did:

1) Control Panel >> AME CP >> Display Definitions >> ESPN.com
2) Change the "Regular Expression" box to:

PHP Code:

http://espn\.go\.com/video/clip\?id=([\d]+)[\w&;=]* 

3) Change the "Replacement" box to:

PHP Code:

<object width="$ameinfo[width]height="$ameinfo[height]"><param name="movie" value="http://sports.espn.go.com/videohub/player/embed.swf?id=$p1"/><param name="wmode" value="opaque"/><param name="allowScriptAccess" value="always"/><embed src="http://sports.espn.go.com/videohub/player/embed.swf?id=$p1type="application/x-shockwave-flash" wmode="opaque" width="$ameinfo[width]height="$ameinfo[height]allowScriptAccess="always"></embed></object

4) Save.

eduardo.silve 11-13-2009 06:11 PM

hi i need your help
i don't know if i do this
the code is here ..

the regular expression is :
PHP Code:

<script.*(?=(src=))src=\"http:\/\/www\.tvolucion\.com\/embed\/\?id=([0-9]{6})(?![0-9])\"[^\>]*(\/)?\><\/script>? 

Replacement

PHP Code:

<script language="JavaScript" src="http://www.tvolucion.com/embed/?id=$p2"></script

the regular expression work fine .. but don't work on AME
what's wrong :erm:

The Dawg 12-03-2009 04:25 PM

Magnify changed their linking code so I updated my code to this

Reg Ex
Code:

http://([\w-_]+)\.magnify\.net/video/([\w+-_]+)
Replacement
Code:

<iframe src="http://$p1.magnify.net/video/$p2/player" width="420" height="451" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
... it works. :)

sgrisole 12-10-2009 09:34 PM

Does Flickr photostream support work for you? I tried but nothing happens when I create a post containing a photostream link...

andimac 01-10-2010 05:10 PM

Maybe I'm doing this wrong (likely) - but I added the video services I want to accept videos from in the AME CP. IT's a limited list like YouTube, Vimeo, Viddler, ClipFish and a few more. Less than ten sites.

When you insert the <object... .end object tags - it just stays code in the post. It doesn't show the video.

YouTube is the only one that actually works.

Is there something else I need to do to get object embed code to actually show the video the person wants to post??

Thanks,
Andi

P.S. PLEASE help ok?

tormodg 01-10-2010 06:52 PM

Quote:

Originally Posted by andimac (Post 1952103)
When you insert the <object... .end object tags - it just stays code in the post. It doesn't show the video.

You don't insert the entire object code in the post. Only the actual URL to the video.

Digital Jedi 01-10-2010 09:07 PM

Quote:

Originally Posted by andimac (Post 1952103)
Maybe I'm doing this wrong (likely) - but I added the video services I want to accept videos from in the AME CP. IT's a limited list like YouTube, Vimeo, Viddler, ClipFish and a few more. Less than ten sites.

When you insert the <object... .end object tags - it just stays code in the post. It doesn't show the video.

YouTube is the only one that actually works.

Is there something else I need to do to get object embed code to actually show the video the person wants to post??

Thanks,
Andi

P.S. PLEASE help ok?

You don't use embed code, you just use the regular link to the video page. Users don't even have to know about the modification for it to embed for them. I'm not sure how YouTube could be working, when it's not designed to work with embed code.

tjhanes 01-11-2010 12:42 PM

I just unzipped the master xml file, but when i attempt to import, it appears that i can only import file at a time, which would take forever. Is there a method of importing multiple or all of the xml files at the same time?

Thanx, Tj.

Digital Jedi 01-11-2010 02:55 PM

Quote:

Originally Posted by tjhanes (Post 1952699)
I just unzipped the master xml file, but when i attempt to import, it appears that i can only import file at a time, which would take forever. Is there a method of importing multiple or all of the xml files at the same time?

Thanx, Tj.

That's what the Master XML is for. The ZIP file is for people to pick and choose definitions they want, as per the description. However, you may want to wait until I update this, as some of these defs are non-functional.

Digital Jedi 01-11-2010 06:49 PM

**Updates**
I see some people still have this marked as installed, so I'll maintain the Master XML for this thread and the Local Hosted Definition. However, I will no longer be providing individual definitions separated in a ZIP file. I'll offer the Master XML with periodic updates, though not as frequent as the Delta edition of this thread. This means a little more work on your part, but updating the defs individually for AME 2.0 and lower is just no longer practical on my part. It's the best option for both you, as I won't be abandoning 2.0 users just yet, and it will save a great deal of time on my part, especially with the AME 3 now out and folks looking at me for a new definitions set.

For this update, anyway, I would have recommended a full delete of what you got and importing this new one anyway. (Back up anything custom you wanted to keep.) As this set makes a bunch of non-working sites workable again, and prunes out a bunch of useless definitions for sites that either can't be worked, or have gone offline.

Local Hosted has not been updated yet.

Digital Jedi 03-06-2010 06:18 PM

Alright, after noticing that tweaking the AME 2.5 files is not really going to work, I'm no longer able to update definitions for Third Time's the Charm. I recommend that if your running AME 2.0 or lower that you upgrade to 2.5. As I understand it, it should work for you even if you on vB as far back as 3.6. But you may want to install it on your demo board just to be sure. Either way, I'm just not able to test and make working definitions for Third Time's the Charm, and I will be sticking with Delta and whatever name I decide to give the next set.

wold3mort 03-09-2010 10:55 AM

this product is not compatible with AME 3.0.1 for vb4, is possible update?

Digital Jedi 03-10-2010 04:45 AM

Quote:

Originally Posted by wold3mort (Post 2000369)
this product is not compatible with AME 3.0.1 for vb4, is possible update?

This isn't even compatible with AME 2.5, much less 3.0. But as I've mentioned several times in the AME 3.0 thread, I'm working on a set for 3.0.


All times are GMT. The time now is 04:09 AM.

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.02752 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete