View Full Version : Add-On Releases - AME (Auto Media Embedding) XML Releases
Zighinno
01-22-2008, 09:55 AM
hi, thanks for the mod
It is possible to have the bbcode for gamevideos, gamespot and jeuxfrance? :D
Thanks
Digital Jedi
01-22-2008, 03:26 PM
Neither Gamespot nor Gamevideos seem to have the ability to embed, which is what this mod really needs to work properly. Although Hotwheels did already release an XML file for FileFront: 1356820
towermatt
01-22-2008, 07:36 PM
I'm wondering if anyone has done this for the major news outlets like MSNBC?
InTeNsE-HuMoR
02-04-2008, 02:13 PM
Hello, would it be possible to have Miniclip games (found here (http://www.miniclip.com/games/en/webmaster-games.php)) made into an XML release for AME?
hotwheels
02-07-2008, 07:14 AM
I will try to look at some of the requests later this week, sadly i have had some familly issue's that needed to be taken care of......
ellabella
02-10-2008, 10:26 PM
Is it possible to have blip.tv? Pretty please :)
ellabella
02-14-2008, 10:07 PM
Desperate girl, seeking blip.tv add on :) Will happily sell my soul ;)
Digital Jedi
02-15-2008, 04:39 PM
Gang, the DivX/Stage6 videos have been bugging the heck out of me. I can't understand why we can't just have it to where the user posts the URL to the page, rather then the download URL. That just seems inconvenient, since you wouldn't know if your going to post a video from Stage6 necessarily until you've finished watching it. And the download link is (for some peculiar reason) built into the viewing window and disappears (and doesn't reappear, again for some peculiar reason) once you hit play.
So I got a demo version of RegExBuddy, tinkered around in it using The Geek's tutorial and I think I got a regular version working. I tried a bunch of videos and they all worked perfectly, but I need testers and refiners. So if you would pleas, give this a try and let me know.
First, I didn't notice any conflict with the other Stage6 regexes on my forum. So you should have to turn them off if you have a bunch of vids using those. But you can if you do see a conflict.
Go to Admin CP >>> AME CP >>> Settings >>> Add New.
Title: New Stage6
Description: Testing DJ's Stage6
Display Order: 1 (or whatever you want)
Active: Yes
Contain: Yes
Media Definition Code:
http://www\.stage6\.com/user/([\w]+)/video/([\d]+)/[&\w;=+_-]*
Replacement:
<object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="432" width="576" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="$url" /><param name="custommode" value="Stage6" /><embed type="video/divx" src="$url" pluginspage="http://go.divx.com/plugin/download/" custommode="Stage6" autoplay="false" height="432" width="576" /></object>
Extract destination data: No
Extraction Information: http://www\.stage6\.com/user/([\w]+)/video/([\d]+)/[&\w;=+_-]*
After that go to www.stage6.com (http://www.stage6.com) and copy the URLs of a bunch of random videos and test them out.
Jay Bomb
02-16-2008, 02:06 AM
Hey Guys having trouble with Veoh, first it gave me a double screen like some people before me have gotten. I set contain to no, now I just have a small screen with the following under it: ?permalinkId=v4124049ktwt5d8X&id=anonymous&player=videodetailsembedded&videoAuto Play=0" allowFullScreen="true" width="460" height="345" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
What should I do?
desimedia
02-19-2008, 02:51 PM
Am I missing something???
I tried to put this putfile link and it just displays the link. Nothing happens. IS there anything else I have to do ???????
http://media.putfile.com/Rama-Rama-Kya-Hai-Drama2008-www-desi9-com--1/e
VodkaFish
02-22-2008, 06:59 PM
A note about the ESPN xml file:
If you use:
http://sports.espn.go.com/broadband/video/videopage?videoId=3258511
The last number of the ID gets chopped off, and you can't see the vid.
Or if you use something like this from their page:
http://sports.espn.go.com/broadband/video/videopage?&brand=null&videoId=3258511&n8pe6c=2
It simply doesn't work.
InTeNsE-HuMoR
02-24-2008, 05:52 PM
Hello, would it be possible to have Miniclip games (found here (http://www.miniclip.com/games/en/webmaster-games.php)) made into an XML release for AME?
Any update on my request yet?
Digital Jedi
02-25-2008, 07:02 PM
Any update on my request yet?
I'm going to work on that when I get a chance. I've yet to do a complete XML from scratch though, so it could be awhile. (That is, presuming it works in first place. :()
Digital Jedi
02-28-2008, 11:01 PM
Just an FYI. Stage6 officially closed down today. So those videos are probably not going to work anymore.
VodkaFish
03-01-2008, 04:08 AM
A note about the ESPN xml file:
If you use:
http://sports.espn.go.com/broadband/video/videopage?videoId=3258511
The last number of the ID gets chopped off, and you can't see the vid.
Or if you use something like this from their page:
http://sports.espn.go.com/broadband/video/videopage?&brand=null&videoId=3258511&n8pe6c=2
It simply doesn't work.
Just replying to my own post to possible help someone else out.
To make the first link work, just change the ESPN regex code from this:
[http://]*[a-z]*?[\.]?espn\.go\.com/broadband/video/videopage\?videoId=([0-9]+)[\w\=&]+
to
[http://]*[a-z]*?[\.]?espn\.go\.com/broadband/video/videopage\?videoId=([0-9]+)[\w\=&]*
Pretty simple.
To make the second link work, and that's one you can possibly copy & paste from the ESPN's site, we need someone a little better with regex. The logic change is this: the current regex code looks for /videopage?videoId=3267822 but it can really be /videopage?anything...&videoId=3267822 order of the variables in the url doesn't matter.
The last thing to possible add (and this might just need another xml file to use), is the url that the video itself gives you:
http://sports.espn.go.com/broadband/video/video?id=3267822
That redirects to the url we're using above (that works).
randomly: I'm still trying to get AME to work with rss feed posts, if anyone has a hint, please PM me, thanks.
speaksell
03-01-2008, 09:24 PM
Hi I still cant get dailymotion to work with ame
The problem is
src="http://www.dailymotion.com/swf/45s3m_family-guy-presents-blue-harvest_fun"
needs to be
src="http://www.dailymotion.com/swf/45s3m"
How can I accomplish this with regex
Thanks
sdsvtdriver
03-01-2008, 11:29 PM
it seems the break.com one isn't working... for me at least.
SBlueman
03-11-2008, 05:04 AM
Having problems with Break and DailyMotion as well on my site....
Any update to the CurrentVid XML? It still looks for the .tv url, but they changed their website to .com some time ago. Something else needs to be changed in it also.
It looks like nobody answered since I posted this in January, so I decided to figure out how to fix it on my own.
Working CurrentTV/CurrentVid/Current.com XML attached.
aspen1018
03-20-2008, 09:06 PM
Can we get an xml for http://www.collegehumor.com/
thanks
aspen1018
03-22-2008, 05:03 AM
also break.com videos
thanks
redlabour
03-27-2008, 07:20 PM
LiveLeak Videos does not work.
Digital Jedi
04-02-2008, 03:29 PM
I've been going through each video regex, and making some of these older ones work where I could. So far I've got 90% of them working the way they should. I'll post a master zip here in minute with them, and some new ones I don't see out yet, as soon as I get done with the last few. Not sure how long that will take, as my site has been giving me some fits lately.
Mike08
04-02-2008, 04:04 PM
Can you help me with tu.tv videos?
Thanks
Jeanhdo
04-03-2008, 02:27 AM
Very nice !!!
Thanks
Digital Jedi
04-03-2008, 11:35 PM
UPDATES!
I did a complete update of all the files I could and posted them here in Hotwheel's thread: https://vborg.vbsupport.ru/showthread.php?p=1482404#post1482404 These should all be working, and the ones that aren't are noted.
fukdawrld
04-04-2008, 10:04 AM
does this play z share videos also?
Digital Jedi
04-04-2008, 02:51 PM
Not at the moment. It would need someone to make a file for it. I try to get to one, if someone doesn't get to it first.
Digital Jedi
04-07-2008, 01:42 AM
does this play z share videos also?
I added zSHARE, but not for videos, since they don't provide any kind of embed code. I did, however, make a download link conversion. You can find it here: DJ's Media Definitions
redlabour
05-23-2008, 08:28 PM
Per a request:
In the title space, Godtube.com
In the description, Godtube Video
In the display order, 401 (or whatever number you want)
Active, set to yes
Contain, set to yes
Regular expression, insert: http://www\.godtube\.com/view_video\.php\?viewkey=([\w&=;]+)
Replacement, insert: <embed src="http://godtube.com/flvplayer.swf" FlashVars="flvPath=http://www.godtube.com/flvideo1/$p1.flv&viewkey=$p2" wmode="transparent" quality="high" width="330" height="270" name="flv_demo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
Extract destination data, set to yes
Embedding Regexp, insert: http://www\.godtube\.com/flvideo1/([\w/\w]+).flv
Does not longer work! :down:
Digital Jedi
06-02-2008, 09:19 AM
This is the one of the old threads. Most of these don't work anymore, as video hosting sites change their URL and Embed Codes structures constantly. The link to the updated GodTube definition is in the post above yours.
schlottkej
06-09-2008, 11:57 PM
What would the settings be for this URL:
http://wrestling.flocasts.org/videos/wrestling_match/play/65574-55kg-zudaev-v-lachinov
and if you're really feeling helpful:
http://wrestling.flocasts.org/videos/speaker/159
http://wrestling.flocasts.org/videos/play/65595
They are all done a bit differently.
SBlueman
07-07-2008, 11:18 PM
I am looking for media definitions for more porn sites outside of redtube which is already supported. We have a VIP section where members over 18 can post XXX rated videos but they have been clamoring for more options outside of the only supported site.
Can anyone help?
Vehbi KOC
08-06-2008, 04:45 PM
Thank you Dannyloski...
cynthetiq
08-06-2008, 04:52 PM
I am looking for media definitions for more porn sites outside of redtube which is already supported. We have a VIP section where members over 18 can post XXX rated videos but they have been clamoring for more options outside of the only supported site.
Can anyone help?
I have the same issue...and will one day spend time working on REGEX to get them to work.
Digital Jedi
08-06-2008, 06:38 PM
Thank you Dannyloski...
You might want to download the updated definitions:
DJ's AME (Auto Media Embedding) XML Media Definitions (https://vborg.vbsupport.ru/showthread.php?t=175378)
I picked these up after Danny and Hotwheels ran out of time to work on them, and a good number of them don't work anymore. The one's in my thread are up to date.
ZomgStuff
11-02-2008, 04:34 AM
How about adding support for the new site http://www.mtvmusic.com/
Digital Jedi
11-02-2008, 01:31 PM
Old thread dude. Didn't you just request MTV Music in my thread?
ahmer
08-18-2009, 06:25 PM
my dailymotion vidoes not showing in frame any one can help me i had upload dailymotionus.xml etc...
site : http://www.freeware.pk
Erwann75
10-09-2009, 12:33 AM
Yes, dailymotion dont work ...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.