![]() |
TRªPSTªR, can you post the link you are using?
DoB Rhapsody, I'll check later to see if its doable ... 0ptima What is the problems that you are having and what link are you using ... |
Quote:
|
I tried this link for streetfire
http://videos.streetfire.net/video/0...a801843813.htm and all the links in the "share tab" This is what I get http://img120.imageshack.us/img120/5...eetfirecp4.jpg |
go into your admin cp, ame cp, then display, click on streetfire, and select "no" for "contain".........should fix it.
|
The xtube links are not working for me - how am I supposed to enter them to get them to show up properly? all I get are hyperlinks - no video
|
will you add megavideo.com
thanks |
Quote:
In the title space, megavideo In the description, megavideo player In the display order, 411 (or whatever number you want) Active, set to yes Contain, set to yes Regular expression, insert: http://www\.megavideo\.com/\?v=([\w]+) Replacement, insert: <object width="432" height="351"><param name="movie" value="http://www.megavideo.com/v/$p1.30430295.0"></param><param name="wmode" value="transparent"></param><embed src="http://www.megavideo.com/v/$p1.30430295.0" type="application/x-shockwave-flash" wmode="transparent" width="432" height="351"></embed></object> Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. hotwheels |
Quote:
I did this and changed the display order to make this one appear last in the list and it worked! |
|
Quote:
http://files.filefront.com/360WTFcom.../fileinfo.html |
Sorry I havent been online much ... Im in the process of moving and havent been able to have time to sit down and do coding for this, plus my Internet connection is coming and going (should get fixed today, hopefully) ... In the meantime hotwheels is doing a great job helping everyone out, thanks!
|
Okay, so I added to the Supported List and the .ZIP File (in .XML Format) the Sites that were created by hotwheels (MegaVideo.com, AtomFilms.com, GoGear.com, Guba.com) ... Thanks again for those :up: ... I did some tweaking to the RegExs made by hotwheels, so that it supports the Video Parsing even when the user doesnt type in "www." or "http://" in the link.
DoB Rhapsody, just checked out FileFront and its not doable without the "Extract Info" Feature, and like I've said before support for those sites that require this Feature are not doable until The Geek explains how to use it and work with it. As far as Xtube Videos not working, Can someone provide me with some working and non-working links for the Videos, so I can determine why its not working and update the .ZIP File with a fix. Anyways, just updating you guys on everything ... Hopefully I can be more active now that I have a stable internet connection at my house. Maybe hotwheels and I can team up and get the sites that need to get made done for everyone. hotwheels, out of curiosity do you know how the Extract Info feature works? Cause if you do, then maybe you can explain it to me or something. |
I wish AME would recognize Duplicates It will take me an hour to find out what ones i dont have Are you updating the list in the First post as new ones are released ?
lol |
Quote:
Quote:
|
DiesellMinded, I know what you mean, that's the only "bad" thing I've found so far about AME - it not recognizing Duplicates XML Imports. Anyways, I always update the List and .ZIP File with the new ones that come out. The latest/most recent ones are in the bottom of the list in the post.
hotwheels, ahhh man, that kinda sucks, I've been trying to figure it out too, but had no luck. And as far as the whole "I haven't quite figured out how to make to different urls work together yet." That is exactly what the Extract Info Feature does. If we could figure it out, then we will be able to do these types of sites. |
Quote:
i'm running into a new problem with google videos: https://vborg.vbsupport.ru/external/2007/09/1.jpg?v=0 does anyone else have a problem with this? |
Quote:
|
Quote:
|
here's what my Google Media Definintions are:
Regular expression Quote:
Quote:
|
Piggedy, what link was that that made the Google Video show up like that?
|
<a href="https://video.google.com/videoplay?docid=1960384923775853813&hl=en" target="_blank">http://video.google.com/videoplay?do...75853813&hl=en</a>
|
Piggedy, I just tried that Link and it parsed normally ... What other RegExs do you have installed on your site (List is here: AdminCP > AME CP > Display). The only way to determine which one is causing the problem is to disable each one at a time and each time you disable one check to see if the video gets fixed. Then post up here which one it is thats causing the problem so that hotwheels or me can take a look at the Coding for it and see whats happening. Oh and yeah the Code for Google that you posted is correct ...
|
Thanks Danny! the problem was "SWF Videos Files"
lucky me it was the second one i disabled. my swf video files media definitions are: Regular expression Quote:
Quote:
|
Great files guys...
here's one outlet I've been using for videos... It's called http://www.CutFrame.tv maybe someone can get a RegEx together for it as well... Here's the link code for one of their files: PHP Code:
PHP Code:
|
Piggedy, no problem glad to help ... I looked over the coding for SWF Video Files and I noticed an error in it, so I will be fixing that soon and reuploading the .ZIP. A couple other RegExs have the same errors, these will also get fixed.
CodeRed, unfortunately CutFrame.tv requires the use of the Extract Info feature in order to work. For more info look at Question #4 of the FAQs I made. |
thanks a ton for the info Danny...
|
Hello,
I'm trying to add this site http://www.tudou.com/index.html Google translate below: http://translate.google.com/translat...&hl=en&ie=UTF8 Here's what i did: Regular expression Quote:
Quote:
it's not working, what did i do wrong? |
CodeRed, no problem ...
Piggedy, I havent compared it to the site's actual content, but my first guess would be that that's not the RegEx that's supposed to be used for that particular site and most likely the Embed Code is incorrect, as well. When I get home, I'll make the RegEx for that site ... |
Per a request:
go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new". In the title space, Brightcove In the description, Brightcove.tv In the display order, 415 (or whatever number you want) Active, set to yes Contain, set to yes Regular expression, insert: http://www\.brightcove\.tv/title\.jsp\?title=([\w&;=]+) Replacement, insert: <embed src='http://www.brightcove.tv/playerswf' bgcolor='#FFFFFF' flashVars='allowFullScreen=true&initVideoId=$p1&se rvicesURL=http://www.brightcove.tv&viewerSecureGatewayURL=https://www.brightcove.tv&cdnURL=http://admin.brightcove.com&autoStart=false' base='http://admin.brightcove.com' name='bcPlayer' width='486' height='412' allowFullScreen='true' allowScriptAccess='always' seamlesstabbing='false' type='application/x-shockwave-flash' swLiveConnect='true' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></embed> Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. hotwheels |
can this one be tackled?
http://link.brightcove.com/services/...ctid1114184243 nyc.gov just started a video portal and it gives links like above. |
Quote:
I couldn't find the embed source for thier player. |
can someone please provide the Youporn XML.....Thanks
|
Per a request:
go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new". 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 Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. hotwheels |
Per a request:
go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new". In the title space, Cutframe.tv In the description, Cutframe Videos In the display order, 417 (or whatever number you want) Active, set to yes Contain, set to yes Regular expression, insert: http://cutframetv\.com/view_video\.php\?viewkey=([\w]+) Replacement, insert: <embed src="http://cutframetv.com/flvplayer.swf?file=http://cutframetv.com/flvideo/$p1.flv&viewkey=$p2&autostart=false&showfsbutton=t rue" loop="false" width="425" height="304" 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://cutframetv\.com/flvideo/([\w]+)\.flv Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. hotwheels |
Quote:
i'm going to start tracking links to see if it can't be fudged in some manner. thanks for the look. |
Per a request:
go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new". In the title space, Tudou In the description, Tudou Videos In the display order, 416 (or whatever number you want) Active, set to yes Contain, set to yes Regular expression, insert: http://www\.tudou\.com/programs/view/([\w/]+) Replacement, insert: <embed src="http://www.tudou.com/v/$p1" type="application/x-shockwave-flash" width="400" height="300" allowFullScreen="true" wmode="transparent" allowScriptAccess="always"></embed></object> Extract destination data, set to yes Embedding Regexp, insert: http://www\.tudou\.com/v/([\w]+) Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. hotwheels |
Quote:
hotwheels |
hotwheels, seems like you managed to get the Extract Info feature working, care to share or make a tutorial on how it works?
|
Hi Danny thanx for the gr8 thread.....is it possible to get youporn.com xml thanks.
|
Quote:
Quote:
|
All times are GMT. The time now is 01:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|