PDA

View Full Version : Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...


Pages : 1 2 [3] 4 5 6 7 8 9

John1uk
05-01-2009, 09:28 PM
advice would be great if this is still supported;D

blaize
05-02-2009, 12:26 AM
Hi John, in your admin panel go to AME CP then click Display Definitions.

From there click the nonoba definition and you'll see that it opens the nonoba settings. Under the Media Definition Code section where you can see the replacement code you can adjust the width and height of the game to what you need it to be.

Hope that helps.

forumsonsuz
05-02-2009, 09:27 PM
We will copy the video link to friends direktmi

code707
05-03-2009, 06:40 PM
Hi thanks for this.

I have installed it and it is working fine but there is one thing I cant get to work.... FLICKR

do i need to edit something? thanks in advance

Ch'Ih-Yu
05-03-2009, 10:07 PM
When trying to import "DJ's Master XML (Delta).xml", everything coming after "Game Trailers" is silently ignored.

Splitting the file into 6 separate files did the job, but I wonder why there is no error message or timeout message at all.

code707
05-04-2009, 01:37 AM
Hi there... As I have mentioned on my previous post flickr is not working and also photobucket

I also have a request from on of my members - www.fandome.com

thanks again

John1uk
05-04-2009, 06:34 AM
Hi John, in your admin panel go to AME CP then click Display Definitions.

From there click the nonoba definition and you'll see that it opens the nonoba settings. Under the Media Definition Code section where you can see the replacement code you can adjust the width and height of the game to what you need it to be.

Hope that helps.

Thanks mate your a star ;) :D

SkyCatcher
05-04-2009, 10:03 AM
Hello,

Thanks for the fantastic work on this mod, I love it.

That being said, there is a host I we use on our forums which has incredible quality and I've been trying to get it to work but I'm stumped because it uses a weird mechanic and I was hoping that maybe I was overlooking something.


The site is http://www.noobflicks.com

The video URLs are as such: http://www.noobflicks.com/watch/6006/spirit_walkers_vs_xt-002_25

My pregmatch definition is:
http://www\.noobflicks\.com/watch/[0-9]+/([\w_-])+

The problem is that the actual embed code (just for this video linked) is:


<object width="480" height="410"><param name="movie" value="http://v.giantrealm.com/embed/publisher_id=23&file_id=aHR0cDovL3ZjZG4uZ2lhbnRyZWFsbS5jb20vZ2lhbn RyZWFsbS9ub29iZmxpY2tzL3ZCekRFTkR1TkZ3dGhmVnV4dDAw MjI1d212cXRnOWQzLndtdi14MjY0Lm1wNA==&from=aHR0cDovL3d3dy5ub29iZmxpY2tzLmNvbS93YXRjaC82M DA2L3NwaXJpdF93YWxrZXJzX3ZzX3h0LTAwMl8yNQ==&thumbnail=aHR0cDovL3d3dy5ub29iZmxpY2tzLmNvbS90aHVt YnMveHQwMDIyNXdtdnF0ZzlkMy53bXYtanBnLmpwZw==" type="application/x-shockwave-flash"></param><param name="allowfullscreen" value="true"></param><param name="wmode" value="transparent"></param><embed src="http://v.giantrealm.com/embed/publisher_id=23&file_id=aHR0cDovL3ZjZG4uZ2lhbnRyZWFsbS5jb20vZ2lhbn RyZWFsbS9ub29iZmxpY2tzL3ZCekRFTkR1TkZ3dGhmVnV4dDAw MjI1d212cXRnOWQzLndtdi14MjY0Lm1wNA==&from=aHR0cDovL3d3dy5ub29iZmxpY2tzLmNvbS93YXRjaC82M DA2L3NwaXJpdF93YWxrZXJzX3ZzX3h0LTAwMl8yNQ==&thumbnail=aHR0cDovL3d3dy5ub29iZmxpY2tzLmNvbS90aHVt YnMveHQwMDIyNXdtdnF0ZzlkMy53bXYtanBnLmpwZw==" type="application/x-shockwave-flash" width="480" height="410" allowfullscreen="true" wmode="transparent"></embed></object>


Notice the randomly generated string for file_id, thumbnail and uploader.


The source for the pages script is:


<div align="center" id="vspMainContainer">
<script type="text/javascript">
var publisher_id = '23';
document.write('<scr'+'ipt type="text/javascript" src="http://v.giantrealm.com/get.php?pid=' + publisher_id + '&ord=' + ord + '&so=' + typeof swfobject + '"></scr'+'ipt>');
</script>
<script type="text/javascript">
gr.vau.videoURL = 'http://vcdn.giantrealm.com/giantrealm/noobflicks/vBzDENDuNFwthfVuxt00225wmvqtg9d3.wmv-x264.mp4';
gr.vau.thumbnailURL = 'http://www.noobflicks.com/thumbs/xt00225wmvqtg9d3.wmv-jpg.jpg';
gr.vau.view.renderPlayer();
</script>
<div id="vauBanner" style="display:none;">
<script language="javascript">
gr.vau.view.getAd(gr.vau.companion);
</script>

</div>
<div id="vauBreakout" style="display:none;">
<script language="javascript">
gr.vau.view.getAd(gr.vau.breakout);
</script>
</div>


Also there seems to be a URL encode script at the top of the page:


<script type="text/javascript">
function nOpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
if(window.screen)if(isCenter)if(isCenter=="true"){
var myLeft = (screen.width-myWidth)/2;
var myTop = (screen.height-myHeight)/2;
features+=(features!='')?',':'';
features+=',left='+myLeft+',top='+myTop;
}
window.open(theURL,winName,features+((features!='' )?',':'')+'width='+myWidth+',height='+myHeight);
}
function URLEncode(st)
{
// The Javascript escape and unescape functions do not correspond
// with what browsers actually do...
var SAFECHARS = "0123456789" + // Numeric
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" + // Alphabetic
"abcdefghijklmnopqrstuvwxyz" +
"-_.!~*'()"; // RFC2396 Mark characters
var HEX = "0123456789ABCDEF";

var plaintext = st;
var encoded = "";
for (var i = 0; i < plaintext.length; i++ ) {
var ch = plaintext.charAt(i);
if (ch == " ") {
encoded += "+"; // x-www-urlencoded, rather than %20
} else if (SAFECHARS.indexOf(ch) != -1) {
encoded += ch;
} else {
var charCode = ch.charCodeAt(0);
if (charCode > 255) {
alert( "Unicode Character '"
+ ch
+ "' cannot be encoded using standard URL encoding.\n" +
"(URL encoding only supports 8-bit characters.)\n" +
"A space (+) will be substituted." );
encoded += "+";
} else {
encoded += "%";
encoded += HEX.charAt((charCode >> 4) & 0xF);
encoded += HEX.charAt(charCode & 0xF);
}
}
} // for

//document.URLForm.F2.value = encoded;
//document.URLForm.F2.select();
return encoded;
};
</script>


<script language="Javascript">
<!--
var axel = Math.random() + "";
var ord = axel * 1000000000000000000;
//-->
</script>





So I'm stumped. Any way to do this since it seems to take the URL and encode it?

ncangler
05-06-2009, 04:33 PM
I am really hoping that a definition for Social Media sites can be developed. I am starting a new video CMS website (http://www.tacklemonkey.tv) and I want to be able to use the AME system on all my vBulletin websites to embed media clips from Tacklemonkey.tv. The new TackleMonkey.tv site is built on the Social Media (http://www.mediascripts.com) CMS system. Thanks for any help with this. :)

Regs
05-06-2009, 08:36 PM
Already done, check the thread you posted over on the Media Scripts forums.

Cheers,

Regs.

ncangler
05-06-2009, 09:13 PM
Thank you so much Regs! It works great! :D
Already done, check the thread you posted over on the Media Scripts forums.

Cheers,

Regs.

soundbarrierpro
05-07-2009, 12:23 PM
Is anybody able to embed veoh and dailymotion URLS? They don't embed for me

newsoftw
05-07-2009, 07:02 PM
in my forum some you tube video is some message and video is not show like...

1. This video is not available in your country.
2. This video is not available, copyright is claim by third party.

plz any body urgent help me....

ncangler
05-09-2009, 05:20 AM
I have created a definition for a new fishing video CMS site I'm developing. The definition is working perfectly on two of my vBulletin websites. I have attached it to include in a future definitions release. Thank you again for this great mod! :cool:

code707
05-09-2009, 10:10 PM
Can someone pls help me?

I wanted to add fandome.com I just dont know how to do it. Thanks alot

djXpire2
05-11-2009, 03:20 AM
Blip.TV cannot be embedded.

I've installed both the Blip (Permalink).xml & Blip (Show Pages).xml and this is shwoing up when I do a post preview, please advise. Thanks....

Parse error: syntax error, unexpected '(' in /home/admin/domains/x264-bb.com/public_html/includes/ame_bbcode.php(323) : regexp code on line 1

Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match(&quot;http://blip.tv/file/2096364 (\&quot;http://blip.tv/file/2096364\&quot;)&quot;, &quot;http://blip.tv/file/2096364&quot;, 1, &quot;~[\s]+player\.setPostsId\(([\d]+)\);[\s]+player\.setUsersId\([\d]+\);[\s]+player\.setUsersLogin\(&quot;([\w-_]+)&quot;\)~sim&quot;, &quot;&quot;, $ameinfo) in /home/admin/domains/x264-bb.com/public_html/includes/ame_bbcode.php on line 323

stopgo
05-11-2009, 04:19 AM
Deleted because I'm a moron and posted my question in the wrong thread.

Finster
05-12-2009, 03:40 AM
This whole mod system is the bomb....BUT, ExposureRoom.com has become the defacto HD video filesharing site that smokes all others in playing speed and quality, including Vimeo.

The issue may be though that on the same page with the same url it shows the HD video in 3 sizes, with the middle size being the best for embedding.

So....can a code be written for this as an add-on to AME 2.5?

Dollarsign
05-16-2009, 01:26 AM
Hmm I installed the myspace XML but when I post a myspace link like so:

http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=19426361

It doesn't embed :confused: :o

Dollarsign
05-16-2009, 09:32 PM
Can someone please tell me why myspace won't embed? Does the XML need to be updated or is a setting wrong on my forum??

Please? :o

rapidphim
05-17-2009, 06:52 PM
can this hack play any music or playlist from Imeem since Imeem enable the 30 second preview of each songs?

ArnyVee
05-17-2009, 07:26 PM
I use it here as an example using Imeem: http://www.gervaisbook.com/showthread.php?t=30

jacobsen1
05-21-2009, 12:21 PM
I'm also having issues with flickr? Videos that are on flickr and public won't play (the box comes up, but you have to click on it which takes you to it's flickr page, plus no "thumbnail"). Also, flickr sets don't work either?

Thanks!

Digital Jedi
05-25-2009, 08:50 AM
Nine Private Messages? Geez, I didn't know I was so popular. (At least, that's what I consider popular. But I'm anti-social.)

Guys, a lot has been going on lately and I'm still behind on updating these. The start (or re-start rather) of updating these defs is tentatively scheduled for the beginning of next month. I had a sick child to deal after getting back from my Grandma's funeral, so things have been hectic. The current schedule I'm looking at puts the AME upgrade sometime after I complete the upgrades to my own website, which is giving off database errors like a Hare Krishna giving out flowers in the airport. I'm going to be busy for a very long time...sigh...

gnatster
05-25-2009, 07:14 PM
Howdy,

Great hack and my members love it.

Quick question please. We also use the article system in vBdynamics. Links placed in articles are not embedded. Anyway to bring that functionality to vBdynamics?

Thanks

DemoVFW
05-27-2009, 02:56 PM
Is anybody able to embed veoh and dailymotion URLS? They don't embed for me

Had the same problem. You need to set "Extract destination data" to YES in vb cpanel-> AME-> Settings. I'm able to embed daily motion now.

|Jordan|
05-28-2009, 05:04 AM
Blip.tv doesnt work. Does it work for anyone?

UncleGrundle
05-29-2009, 03:51 AM
ebaumsworld does not work with 3.8.2

MonkYZ
05-29-2009, 11:43 AM
Digital Jedi: take care man. Your kid is more important than everything in here. Good luck ! We'll be waiting for your godly coding skills :)

wildweaselmi
05-29-2009, 01:15 PM
Has anyone been successful embedding a local .mp4 file? Most of my movies are all in mp4 format. Don't really want to have to convert them if I don't have to.

Chadi
05-29-2009, 09:42 PM
Can you please add one for Tangle.com (formerly Godtube.com)? Thank you :)

Update:

http://www.cbn.com
http://www.tangle.com

Thank you.

Digital Jedi
05-30-2009, 06:44 AM
Can you please add one for Tangle.com (formerly Godtube.com)? Thank you :)

Update:

http://www.cbn.com
http://www.tangle.com

Thank you.
I believe I did update that already but haven't released it yet. What with all that happen (and keeps happening) with my daughter, I kind of lost track of where I was during the last update. As soon as I get my personal site re-open, I'll be able to work on this again. Knowing how these sites are I'll probably have to start over. Again, bear with me.

Chadi
05-30-2009, 10:06 PM
I believe I did update that already but haven't released it yet. What with all that happen (and keeps happening) with my daughter, I kind of lost track of where I was during the last update. As soon as I get my personal site re-open, I'll be able to work on this again. Knowing how these sites are I'll probably have to start over. Again, bear with me.

Thanks for the response brother. Family comes first, hope everything works out for you and your daughter.

UncleGrundle
05-31-2009, 04:24 AM
Sorry to hear about the troubles with your family. I wish all of you well and I hope that everything will be OK.

Thanks for the MOD BTW, but family comes first!

Dollarsign
06-02-2009, 05:32 AM
Can someone please tell me why myspace won't embed? Does the XML need to be updated or is a setting wrong on my forum??

Please? :o


Please anyone :confused::(

thangluoi
06-02-2009, 07:55 AM
I was trying to add new definition for this site : www.bennhac.com , but it doesn't work. Could someone please help me to make one for this site? Thank you very much

testebr
06-02-2009, 01:13 PM
Hi,

Any possible support for SoapBox? Example: http://video.msn.com/video.aspx?vid=81f03403-6437-4bba-9cf5-e023d5892452

Reycer
06-02-2009, 11:41 PM
MTV.com code dosen't work.

ultimo
06-03-2009, 06:21 AM
Great Mod! Thanks

djvj
06-04-2009, 02:00 AM
Has anyone got HD video from gametrailers to work? I tried linking http://www.gametrailers.com/video/e3-09-star-wars/49936?type=flv but AME never picks it up to embed it. Also tried removing the type=flv, still no go.

I got http://www.gametrailers.com/player/49936.html to work, but that is the link to the SD version. Gametrailers only links you SD to embed.

Bulldog Stang
06-04-2009, 09:15 PM
I am getting this displayed every time after I post ...

Warning: 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='.;C:\PHP\pear') in [path]\includes\ame_bbcode.php on line 74

Any suggestions on what this may be ???

Bulldog Stang
06-04-2009, 09:23 PM
I am also unable to chmod the amecache folder for some reason as well....

I have turned off the cache for now and that seems to have fixed the issue ...

Bulldog Stang
06-04-2009, 09:25 PM
opps ...

xTerMn8R
06-05-2009, 12:52 AM
I'm trying to get this to work with Video links on "WebTemplates" pages that are integrated with my vb3.8.2. Can't figure out why they wont work, I think that its got summin to do with the 'regular expression' I made for the definition I created. Can anyone help me out with this.

1) The Web Template ONLY contains the url to the Movie File.

2) The Link to the page is...http://www.superskunkracing.com/view.php?pg=ssr-vid


3) My RegEx: (http://www\.superskunkracing\.com/view\.php\?pg=ssr-vid)

4) My Replacement code:

<object id="MediaPlayer" width="$ameinfo[width]" height="$ameinfo[height]" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components?" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="$p1">
<param name="Showcontrols" value="True">
<param name="autostart" value="false">
<embed type="application/x-mplayer2" src="$p1" name="MediaPlayer" width="$ameinfo[width]" height="$ameinfo[height]" autoplay="false"></embed>
</object>


I've done some reading up on these RE's but still dont understand why I need them, and if I do why must they contain so many varibles if I'm pointing it directly to a Page thats not dynamic in its name. Any insite on this would be deeply appreciated...

Thank you,
xT

Digital Jedi
06-05-2009, 05:29 AM
Please anyone :confused::(
Like I said guys, I'll get to updating the definitions just as soon as I have my site squared away (and hopefully these health issues under a little control too)


I'm trying to get this to work with Video links on "WebTemplates" pages that are integrated with my vb3.8.2. Can't figure out why they wont work, I think that its got summin to do with the 'regular expression' I made for the definition I created. Can anyone help me out with this.

1) The Web Template ONLY contains the url to the Movie File.

2) The Link to the page is...http://www.superskunkracing.com/view.php?pg=ssr-vid


3) My RegEx: (http://www\.superskunkracing\.com/view\.php\?pg=ssr-vid)

4) My Replacement code:

<object id="MediaPlayer" width="$ameinfo[width]" height="$ameinfo[height]" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="$p1">
<param name="Showcontrols" value="True">
<param name="autostart" value="false">
<embed type="application/x-mplayer2" src="$p1" name="MediaPlayer" width="$ameinfo[width]" height="$ameinfo[height]" autoplay="false"></embed>
</object>


I've done some reading up on these RE's but still dont understand why I need them, and if I do why must they contain so many varibles if I'm pointing it directly to a Page thats not dynamic in its name. Any insite on this would be deeply appreciated...

Thank you,
xT
I'm not sure what your trying to do. For one, AME isn't designed to work outside of Posts, Visitor Messages, Signatures and Blogs. The definitions do not make AME work in different areas of your forum. The definitions make AME parse media from specific websites in your Posts, Visitor Messages, Signatures and Blogs.

So, for example, I make a definition for YouTube. Then I post a link to YouTube in one of the areas I mentioned. AME replaces the link with the Replacement HTML. So you can see, why would it parse on the page it's supposed to be parsing? The idea is the regular expression is supposed to match the URL of a page with a video already on it. Not the other way around.

Really, trying to get AME to work on a custom page is going about the hard way. Just put the embed code to your video on that page. AME is meant for posting areas where HTML code isn't allowed or would be dangerous to use otherwise.

daihlo
06-05-2009, 12:01 PM
Just downloaded this, trying to setit up at the moment thanks!

Can you add this site if possible?

www.cagefilm.com

That would be great thanks!!!!

xTerMn8R
06-05-2009, 12:31 PM
OK Jedi you have answered my Question, and hit it right on the head. I was tring to adapt this to work on Custom Pages created using WebTemplates. I was trying to adapt it to have a frontend like VD, Thought that maybe I could make a Definition File that would get it to parse even though it wasnt in the above mentioned areas of the site, Guess not from what you've said. so I guess I'm back to trying to write an xml for the Other Mod (Video directory). I'm gonna try and use the code out of the AME Local windows or Divx xml file and see if I can adapt it to VD. that would be the perfect solution for me..

Thanks for saving me a lot of wasted time... I think..LOL although My Guess is I'll be sitting here doing the same thing in 8 hrs.

xT

daihlo
06-05-2009, 12:33 PM
total newby problem,have dloaded the master xmls but where do I go from here?
If I dont import through the product manager, where do I access the ame cp? I cant see it in the admin cp.

Probably something completely obvious but Im still missing it!

Thanks!

daihlo
06-05-2009, 12:43 PM
FIXED! Thanks. TEsting now :-)

daihlo
06-05-2009, 03:16 PM
would this work with www.cagefilm.com

thanks - daihlo

dieKetzer
06-05-2009, 04:28 PM
isnt it just my luck that all work as expected except youtube...
any reason why all work yet youtube displays only the table and no player?

dieKetzer
06-05-2009, 04:40 PM
perhaps it is just me....
can anyone see the youtube vid in this post?
http://discuss.gotvirtual.net/showpost.php?p=17&postcount=6

daihlo
06-05-2009, 04:45 PM
perhaps it is just me....
can anyone see the youtube vid in this post?
http://discuss.gotvirtual.net/showpost.php?p=17&postcount=6

yes, I can see it fine.

dieKetzer
06-05-2009, 04:50 PM
thanks mate :)

Digital Jedi
06-05-2009, 08:19 PM
perhaps it is just me....
can anyone see the youtube vid in this post?
http://discuss.gotvirtual.net/showpost.php?p=17&postcount=6
I see it too. Maybe you set your permissions/exclusions wrong or you just need to update your flash player.

Reycer
06-06-2009, 12:51 PM
any thoughts as to why the MTV Vids won't work?

mamahues
06-08-2009, 01:03 AM
This is not urgent, as family does come first, but I haven't been able to post videos from TinyPic.

In the meantime, has anyone else had a problem with TinyPic? It just shows the link. My album is set to public.

dieKetzer
06-08-2009, 07:29 PM
i can see it on IE, so its likely a firefox plugin issue on my end.

daihlo
06-08-2009, 08:54 PM
Hi, can this work with this site?
www.cagefilm.com

Normal flv streaming site but I cant get it to work on this one!
Any help would be great.

Thanks!

Saint_I_Am
06-09-2009, 01:47 AM
delete

trotskid
06-09-2009, 10:47 AM
Hi. I´ve imported the Goear definition for AME on 3.8.2 (extract destination data disabled) but doesn´t works.

Somebody has used it on 3.8.2?

Greetings

daihlo
06-09-2009, 07:41 PM
Hi, fantastic mod! Just bought VB and this is the mod I need to do exactly what I wnated!

One thing though, can you please ad the site www.cagefilm.com to the list!

Many many thanks!
Installed and nominated :-)

Reycer
06-09-2009, 10:33 PM
Vimeo dosen't work either.

chorton
06-10-2009, 02:08 AM
i was able to get vimeo and a few others working
http://forums.reggaedubwise.com/reggaedubwise-community-general/1352-video-support.html

ArnyVee
06-10-2009, 12:01 PM
Hello DJ,
Can you please double check about Imeem (Music), I think they has been change a code, because now it not working any more .
Thank you DJ

Probably changed again during the interim. I'll double check them both.

DJ, have you had a chance to check on Imeem? I posted a link and it only linked and didn't embed.

Digital Jedi
06-10-2009, 01:09 PM
DJ, have you had a chance to check on Imeem? I posted a link and it only linked and didn't embed.
Right before all the mess that took me away from working on this, I did do an update for Imeem. I need to double check it before I release it, though. Because Imeem changes their URL structure like I change my socks. Got to run for the rest of the day, but I hope to take a look into these tonight.

That includes some of the requests above. Hang tight.

JohorBahru
06-10-2009, 03:33 PM
What chmod do I use for the amecache? 777 ok?

edited:
yeah, it is written there
Enter the full path to the folder which will store your cache. This path must be writeable (chmod 0777).
=P

FernandoFG
06-10-2009, 06:58 PM
Is it me or YouTube doesn't work anymore?

mamahues
06-10-2009, 07:36 PM
Is it me or YouTube doesn't work anymore?

YouTube worked for me this morning, but I still can't get TinyPic to work.

daihlo
06-10-2009, 09:37 PM
Please Please Please!

www.cagefilm.com

Any help getting this one to work!

Many thanks! - daihlo

ultimo
06-11-2009, 04:24 AM
Is there any support for Nat Geo's website video?

Reycer
06-11-2009, 11:11 AM
Yahoo vids don't work either.

Reycer
06-11-2009, 11:13 AM
i was able to get vimeo and a few others working
http://forums.reggaedubwise.com/reggaedubwise-community-general/1352-video-support.html

I still can't get it to work. I've only had a handful that do work. Thank goodness MSNBC was one of them.


Oops, spoke to soon. MSNBC quit working.

Digital Jedi
06-11-2009, 11:44 AM
Like I said guys, I'll look at all the support and requests for new sites when I get my site squared away.

M.C.
06-11-2009, 12:30 PM
youtube is gone?

Digital Jedi
06-11-2009, 10:10 PM
youtube is gone?
What do you mean, gone?

M.C.
06-12-2009, 01:36 AM
it seems it doesn't work for me.. all I can see is youtube link :( it was working ok before...

uprentiss
06-12-2009, 03:21 AM
any idea when the updated definitions is gon be ready?

Digital Jedi
06-12-2009, 12:10 PM
it seems it doesn't work for me.. all I can see is youtube link :( it was working ok before...
If it suddenly stopped working, then try to recall any changes you made to the board between now and the last time you were certain it was functional.


any idea when the updated definitions is gon be ready?
Well, as I said, as soon as I get might site squared away. I try not pick specific dates, because that never works out the way I want. My life is subject to just too much spontaneity, good and bad, whether I want it too be that way or not, for me to set dates with any certainty. Plus, sites seem to like to change their code the day after I issue a release. I'm fairly certain there's a conspiracy involved. It's the same people who see to it that my socks never have a matching partner. I'm also fairly certain they live in the dryer.

uprentiss
06-12-2009, 07:49 PM
Well, as I said, as soon as I get might site squared away. I try not pick specific dates, because that never works out the way I want. My life is subject to just too much spontaneity, good and bad, whether I want it too be that way or not, for me to set dates with any certainty. Plus, sites seem to like to change their code the day after I issue a release. I'm fairly certain there's a conspiracy involved. It's the same people who see to it that my socks never have a matching partner. I'm also fairly certain they live in the dryer.


lmfao wonderful answer that actually had me laugh

n its fine i was just curious

id really like the cartoons from joes cartoons to work lol

isatice
06-13-2009, 07:03 PM
super great mod , installed super easyli , and nominated mod of the month super willingly!

daihlo
06-14-2009, 08:31 PM
Digital Jedi - Please, any chance this will work with www.cagefilm.com
Great hack, works with all the sites Ive tried so far, realy appreciate your work.
CageFilm would be the icing on the cake for me though!

daihlo

anjaan7979
06-15-2009, 09:55 PM
zshare allows direct embeding now. Could you please add that?

nmilne
06-16-2009, 12:15 AM
First off, what a great mod :) Getting facebook video embedded was easy, but I'm having trouble getting the Extract destination data config to work.

I created a new display definition for facebook using the following regular expression for media definition code:

[http://]*[a-z]*?[\.]?facebook\.[a-z]*?/video/video.php\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]*

And the following replacement HTML:

<object width="$ameinfo[width]" height="$ameinfo[height]"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.facebook.com/v/$p1" /><embed src="http://www.facebook.com/v/$p1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]"></embed></object>

This works fine with the default container template, but by itself doesn't extract the video name or any details. If I try and mimic the extract information validation based on the youtube example, giving this:

value=&quot;http://www\.facebook\.com/v/([\w\-]*)?&amp;

Then it just gives me an incompatible browser message and the raw link when I try to embed, and I'm not sure about how to go about working out what the expected syntax for this is. Any thoughts??

vijayninel
06-17-2009, 12:58 PM
Game Trailers (User Movies) definition is not working :( Kindly look into it. Thanks. :)

Ohiosweetheart
06-18-2009, 05:44 PM
ugh. I'm trying to post a video from yahoo.com, but I have to be doing something wrong, because the only thing showing up in the post is the link - http://cosmos.bcst.yahoo.com/up/player/popup/?cl=14034616

Can someone help me please?

welovehiphop
06-18-2009, 11:15 PM
Maybe Im missing something easy(which I hope) but Ive installed everything as instructed, yet the videos I try to post show up just as links

example -
http://www.welovehiphop.com/forums/showthread.php?t=13

Ive checked the AME CP settings...believe to be ok

What Am I doing wrong here?

ArnyVee
06-20-2009, 06:10 PM
Flickr doesn't seem to be working.

http://www.flickr.com/groups/wonderlandplanning/pool/show/with/3619646581/

daihlo
06-20-2009, 07:04 PM
Am trying to work out getting www.cagefilm.com to work, its a midified clipshare site. This mod is great, but I cant work out for cagefilm!

Can anyone help??? Realy need to get it to work asap as am wanting to launch my forum real soon but cant do until I get it working with cagefilm embeding!

Either this mod or VB BBcode would be great!

Please - any help??!

Thanks!

newsoftw
06-20-2009, 08:42 PM
when i Upgrade vb vbulletin version 3.8.2 into 3.8.3....after that , the youtube video is working stop and also some other videos means only show links in forum...

http://www.newsoftworld.com/forums/funny-amazing-videos/3754-angelo-mathews-stops-6-amazing-fielding-t20-wc-2009-a.html

plz any idea about that and solve urgently this problem.

thanks in ADVNS

Saviour
06-21-2009, 09:00 PM
DJ...

I know you're working on updating all the definitions, but I was wondering if you could supply one for the demos listed at windowshelp.microsoft.com.

Any help is greatly appreciated...

SnakeV
06-22-2009, 02:10 AM
Hi. I?ve imported the Goear definition for AME on 3.8.2 (extract destination data disabled) but doesn?t works.

Somebody has used it on 3.8.2?

Greetings

Same problem here.

Edit:
Goear changed his links:

With this link AME works:
http://www.goear.com/listen.php?v=4943163

But with the new friendly links:
http://www.goear.com/listen/4943163/We-Control-Hyper

Doesn't work.

Thanks.

newsoftw
06-22-2009, 12:45 PM
when i Upgrade vb vbulletin version 3.8.2 into 3.8.3....after that , the youtube video is working stop and also some other videos means only show links in forum...

http://www.newsoftworld.com/forums/funny-amazing-videos/3754-angelo-mathews-stops-6-amazing-fielding-t20-wc-2009-a.html

plz any idea about that and solve urgently this problem.

thanks in ADVNS


please any body help me urgently............please.....the videos are not display in the forum and all user start the complaints......

Hornstar
06-23-2009, 08:16 AM
Could you help me get this to work for http://www.vbtube.com/forum/vBTubePRO videos.

Thanks.

barcena
06-23-2009, 03:20 PM
I'm downloading from the first link and I'm getting this:

Invalid File Specified

Any idea of why?

BW. On the first pic you will see the link, after installed the AME in order to install this mod I get nothing, just a little linked dot on my post

barcena
06-23-2009, 10:57 PM
Anyone please?

Digital Jedi
06-25-2009, 04:06 PM
ugh. I'm trying to post a video from yahoo.com, but I have to be doing something wrong, because the only thing showing up in the post is the link - http://cosmos.bcst.yahoo.com/up/player/popup/?cl=14034616

Can someone help me please?

Flickr doesn't seem to be working.

http://www.flickr.com/groups/wonderlandplanning/pool/show/with/3619646581/
I'll look at both oh these. Possibly URL changes.


Am trying to work out getting www.cagefilm.com to work, its a midified clipshare site. This mod is great, but I cant work out for cagefilm!

Can anyone help??? Realy need to get it to work asap as am wanting to launch my forum real soon but cant do until I get it working with cagefilm embeding!

Either this mod or VB BBcode would be great!

Please - any help??!

Thanks!
I'll look into it, I just can't guarantee it will be soon.


when i Upgrade vb vbulletin version 3.8.2 into 3.8.3....after that , the youtube video is working stop and also some other videos means only show links in forum...

http://www.newsoftworld.com/forums/funny-amazing-videos/3754-angelo-mathews-stops-6-amazing-fielding-t20-wc-2009-a.html

plz any idea about that and solve urgently this problem.

thanks in ADVNS
Would need to see your AME CP to work out the problem.


Maybe Im missing something easy(which I hope) but Ive installed everything as instructed, yet the videos I try to post show up just as links

example -
http://www.welovehiphop.com/forums/showthread.php?t=13

Ive checked the AME CP settings...believe to be ok

What Am I doing wrong here?
Okay, you've got something really wiggy going on there. Would need to see your definitions.

Digital Jedi
06-25-2009, 04:13 PM
Could you help me get this to work for http://www.vbtube.com/forum/vBTubePRO videos.

Thanks.
In order for vBTube to work, all your media would either have to be from the same source or uploaded as a single media type. In other words, they would ALL have to be from YouTube OR they would ALL have to .wmv files OR they would ALL have to be from MeteCafe, and so on and so forth. As you can see, video directories that harvest embeds from other video hosters just aren't made for AME.


I'm downloading from the first link and I'm getting this:

Invalid File Specified

Any idea of why?

BW. On the first pic you will see the link, after installed the AME in order to install this mod I get nothing, just a little linked dot on my post
I would reallly need to see your forum, and possible need a test account to see what the problem is.

Reycer
06-25-2009, 10:20 PM
ok, almost all of the vids don't work now.

newsoftw
06-26-2009, 11:07 AM
when i Upgrade vb vbulletin version 3.8.2 into 3.8.3....after that , the youtube video is working stop and also some other videos means only show links in forum...

http://www.newsoftworld.com/forums/funny-amazing-videos/3754-angelo-mathews-stops-6-amazing-fielding-t20-wc-2009-a.html

plz any idea about that and solve urgently this problem.

thanks in ADVNS






Would need to see your AME CP to work out the problem.





so now what i do for that to solving my problem...........provide my admin CP user name and password for AME CP ????


please how to solve that problem

Selene
06-26-2009, 11:24 PM
How can I embed videos from a clip share website.

like lets say I want to embed this video:

http://www.stopdesi.com/video/524/Afridi-Kiss

How can I make it possible using this plugin.

Psychosiis2
06-27-2009, 07:34 AM
MLG Gamerroom is not working for me. It just says the link.

Also had the same problem with Gametrailers

i got youtube

carsafety
06-27-2009, 05:34 PM
http://www.theriseoftsm.com/forums/showpost.php?p=26474&postcount=4

I dont think its suppose to do this, but when you click on that Amazon Thumbnail, it takes you to a page saying:

No Thread specified. If you followed a valid link, please notify the administrator

I figured it would make the image larger or just redirect me to the page they got it from.

I am getting this same problem in Amazon Links. Instead of appending the affiliate tag to the amazon link, it appends the tag to a showthread link, like this:

http://www.yourforum.org/showthread.php?tag=youraffiliatelink-20

I'm pretty clueless about expressions, but I wonder if a href="$param2?tag=carseatorg-20" in the replacement field should be something else, maybe a href="$param1?tag=carseatorg-20".

I am using vb3.8.3. I just installed AME 2.5 from scratch for the purpose of converting Amazon links. I deleted the stock definitions and have imported DJ's 2.5 Amazon Links and Youtube. Youtube seems to be working fine. Anyone have any ideas on how to fix this or what I may have done wrong?

carsafety
06-27-2009, 06:35 PM
I am getting this same problem in Amazon Links. Instead of appending the affiliate tag to the amazon link, it appends the tag to a showthread link, like this:

http://www.yourforum.org/showthread.php?tag=youraffiliatelink-20

I'm pretty clueless about expressions, but I wonder if a href="$param2?tag=carseatorg-20" in the replacement field should be something else, maybe a href="$param1?tag=carseatorg-20".

I am using vb3.8.3. I just installed AME 2.5 from scratch for the purpose of converting Amazon links. I deleted the stock definitions and have imported DJ's 2.5 Amazon Links and Youtube. Youtube seems to be working fine. Anyone have any ideas on how to fix this or what I may have done wrong?

To answer my own question, you must have the "Extract Destination Data" setting set to "Yes" for the link to work. If it is set to "No", not only will you get a generic Amazon link title, as expected, but the link itself fails, too.

Now for the next question. If I Google an item, say a Kindle, and click the link, then copy and paste it to a test post, I get a link like this:

http://www.amazon.com/Kindle-Amazons-Wireless-Reading-Generation/dp/B00154JDAI

It gets parsed and the tag is added. It works correctly. If I go to the Link Checker at my Amazon Associates page, it tells me it's a valid tag or sub-tag for my ID.

On the other hand, if I go directly to Amazon.com and search for Kindle and click the link, then copy and paste it, it looks like this:

http://www.amazon.com/Kindle-Amazons-Wireless-Reading-Generation/dp/B00154JDAI/ref=sr_1_1?ie=UTF8&s=electronics&qid=1246131177&sr=8-1

Upon posting, it gets parsed and the tag is added. The link works correctly if you click on it. If I go to the Link Checker, it now says, "Fail: The link above was not tagged or was not a valid Amazon link.". I assume this means I would not get credit for purchases using this link, and I envision this is a pretty normal way people would link it. Any ideas?

jkcerda
06-30-2009, 11:13 PM
Break, ESPN , AOL are not working for some reason:confused:

got YT and Google to work, thats it.

MonkYZ
07-01-2009, 01:05 AM
Can you please fix Zero Punctuation embeddings ? They are not working at all:
http://www.consolegames.ro/forum/f8-videos/5353-zero-punctuation-reviews/
Main website in here: http://www.escapistmagazine.com/videos/view/zero-punctuation

Also, YouTube not working in HD at all. I mean, you can select HD, but they will stick to the same resolution. GameTrailers also changed the way their embedded videos work...

Thanks in advance !

Saviour
07-01-2009, 10:32 AM
DJ...

Last I heard you were going to be updating this mod. Have you done that yet? If so...why are we not being notified of the update?

TMH63
07-01-2009, 02:17 PM
I'm having issues changing the definition name in the header of the video itself. I've read this...

Definition Name

You can also change the name of the definition to whatever you wish. This is the name that will display in the header of posted videos, provided you keep the Container turned on. The HTML tags are just there to make the name show up bold and italicized in your Admin CP and are not required.

Note that AME titles have a 50 character limit in the AME CP, so if you notice characters being stripped out when you save them that's why. Remove the HTML or shorten the title if you notice parsing problems as a result of this.

<b><i>Divx Videos at YOURSITENAME</i></b>



and I'm unsure as to where the code goes and/or if it replaces something.

tcahuzak
07-03-2009, 05:25 AM
Has anyone been successful embedding a local .mp4 file? Most of my movies are all in mp4 format. Don't really want to have to convert them if I don't have to.

Long long time ago I wrote a tutorial to play *.flv (local). It also works for any *.mp4
Just replace the "flv" to "mp4" and it will work :up:
For examples check this site (http://www.warcraft-resource.com/forum/forumdisplay.php?f=4).

Tutorial can be read here (https://vborg.vbsupport.ru/showthread.php?t=195884&page=33) (Just scroll little down until you see my Username).

The Geek
07-03-2009, 12:16 PM
Can you please fix Zero Punctuation embeddings ? They are not working at all:
http://www.consolegames.ro/forum/f8-videos/5353-zero-punctuation-reviews/
Main website in here: http://www.escapistmagazine.com/videos/view/zero-punctuation

Also, YouTube not working in HD at all. I mean, you can select HD, but they will stick to the same resolution. GameTrailers also changed the way their embedded videos work...

Thanks in advance !

I jsut whipped up this escapist one. Pretty straight forward unles Im missing something.

FWIW, I posted pluging code on the AME thread to make HD youtube videos larger, however it may only work with AME's default youtube definition (here is the post (https://vborg.vbsupport.ru/showpost.php?p=1841940&postcount=672))

The Geek
07-03-2009, 12:20 PM
Break, ESPN , AOL are not working for some reason:confused:

got YT and Google to work, thats it.
Just checked DJ's Break definiton and it works but does require that the Extract Data option is enabled and working. Assume maybe the others are the same issue

The Geek
07-03-2009, 12:45 PM
How can I embed videos from a clip share website.

like lets say I want to embed this video:

http://www.stopdesi.com/video/524/Afridi-Kiss

How can I make it possible using this plugin.

Fairly straight forward, but need to make sure extraction is on for it to work.

The Geek
07-03-2009, 01:12 PM
MLG Gamerroom is not working for me. It just says the link.

Also had the same problem with Gametrailers

i got youtube


Not tested to death, but here is a revised gamesrailers which should work on multiple areas of the site. Needs extration turned on.

*edit. Updated version here: https://vborg.vbsupport.ru/showpost.php?p=1843657&postcount=632

The Geek
07-03-2009, 01:16 PM
MLG Gamerroom is not working for me. It just says the link.


Just tested DJ's and the few links I tested worked. Looks to me like maybe your extraction isnt on.

The Geek
07-03-2009, 01:19 PM
Same problem here.

Edit:
Goear changed his links:

With this link AME works:
http://www.goear.com/listen.php?v=4943163

But with the new friendly links:
http://www.goear.com/listen/4943163/We-Control-Hyper

Doesn't work.

Thanks.

Try this one.

*edit: Updated here: https://vborg.vbsupport.ru/showpost.php?p=1843656&postcount=631

anjaan7979
07-03-2009, 01:48 PM
Can you add http://www.hostingcup.com please?

Thanks!!!

The Geek
07-03-2009, 01:58 PM
cant find a damn thing to link to on hostingcup.com. Are there actual links that someone would post so I can get an idea how/if it can be done?

daihlo
07-03-2009, 05:34 PM
Please please please!

Am desperate to embed vids from my site www.cagefilm.com
Its a modified clipshare using the nuevo player.

Cant get it to work though...


Trying to get my new forum going but this is a key feature and I just cant figure it!
Any help would be realy realy appreciated!

Thanks in hope!
daihlo

MonkYZ
07-03-2009, 07:45 PM
Fairly straight forward, but need to make sure extraction is on for it to work.
THANK YOU The Geek ! You saved the day !
Not tested to death, but here is a revised gamesrailers which should work on multiple areas of the site. Needs extration turned on.
It works now, but unfortunatelly the ones embedded don't work anymore.
If you enter the link to the page with the player like this "http://www.gametrailers.com/video/exclusive-gameplay-dantes-inferno/52342" it works. If you enter the URL above the embedded code like this "http://www.gametrailers.com/player/52342.html" it doesn't work. I've tried to use both definitions, but i'm getting about 3-4 players at once instead of just two :D

Also, the YouTube HD is not working, as i've noticed no HD=1 in the links... so the plugin you suggested doesn't work. Thanks for your work !

anjaan7979
07-03-2009, 08:11 PM
cant find a damn thing to link to on hostingcup.com. Are there actual links that someone would post so I can get an idea how/if it can be done?


Here you go :)

http://www.hostingcup.com/gi98fhaf3z15.html

Thanks!!!

The Geek
07-03-2009, 08:59 PM
Please please please!

Am desperate to embed vids from my site www.cagefilm.com
Its a modified clipshare using the nuevo player.

Cant get it to work though...


Trying to get my new forum going but this is a key feature and I just cant figure it!
Any help would be realy realy appreciated!

Thanks in hope!
daihlo
Not 100% sure this site would work as it requires login to view. Since I can't be arsed to register, I didn't take it any further.

The Geek
07-03-2009, 09:01 PM
THANK YOU The Geek ! You saved the day !

It works now, but unfortunatelly the ones embedded don't work anymore.
If you enter the link to the page with the player like this "http://www.gametrailers.com/video/exclusive-gameplay-dantes-inferno/52342" it works. If you enter the URL above the embedded code like this "http://www.gametrailers.com/player/52342.html" it doesn't work. I've tried to use both definitions, but i'm getting about 3-4 players at once instead of just two :D

Also, the YouTube HD is not working, as i've noticed no HD=1 in the links... so the plugin you suggested doesn't work. Thanks for your work !

To take care of instances where the links ending in .html is very easy but wont be able to look into it till next week now. Don't use multiple definitions. Thats bad :)

See my response regarding the HD youtube links in the AME thread. This isn't even really my thread, just popped in to see if I could give DJ a hand after everything he has done for AME :)

The Geek
07-03-2009, 09:01 PM
Here you go :)

http://www.hostingcup.com/gi98fhaf3z15.html

Thanks!!!
That should be fairly straight forward to do, but won't be able to look into it till next week now.

anjaan7979
07-03-2009, 09:50 PM
ok np...will wait for your updates :-)


That should be fairly straight forward to do, but won't be able to look into it till next week now.

anjaan7979
07-03-2009, 09:54 PM
Can you also add zshare please? They allow direct embeding now.

daihlo
07-04-2009, 08:06 AM
Not 100% sure this site would work as it requires login to view. Since I can't be arsed to register, I didn't take it any further.

Hi there, sorry bout that, had some security issues recently so set to log in before viewing!

Have disabled it so you can go straight to the player.
Please, if you have a moment can you have a look, see if its something that can be done?

Would realy appreciate your help.


Many thanks - Daihlo

www.cagefilm.com

Zogar
07-05-2009, 03:47 AM
Go Ear doesn't work!

Brathamike
07-05-2009, 09:31 AM
is there a way that i can just upload my own videos files and put the link in as a BBCode?

thanks

ArnyVee
07-05-2009, 11:34 AM
This isn't even really my thread, just popped in to see if I could give DJ a hand after everything he has done for AME :)

Geekster, it's really appreciated when others step in and help out! :up:

Hopefully DJ can get back into the swing of things soon and do some extra updating and supporting of this thread.

In the meanwhile, as I mentioned, thanks for chipping in! :D

The Geek
07-06-2009, 08:52 AM
Here you go :)

http://www.hostingcup.com/gi98fhaf3z15.html

Thanks!!!
I don't think you can embed hostingcup stuff from what I have seen. At least on the page you lined, there is no embed option

The Geek
07-06-2009, 09:15 AM
Go Ear doesn't work!


Its usually more helpful if you include examples of URLs that are not working as intended. After messing around a bit, I found another permutation of their URL structure. This version should take care of all the versions I have come accross, but again, can't stress how important it is to get examples versus 'it dont work'.

HTHs!

The Geek
07-06-2009, 09:19 AM
THANK YOU The Geek ! You saved the day !

It works now, but unfortunatelly the ones embedded don't work anymore.
If you enter the link to the page with the player like this "http://www.gametrailers.com/video/exclusive-gameplay-dantes-inferno/52342" it works. If you enter the URL above the embedded code like this "http://www.gametrailers.com/player/52342.html" it doesn't work. I've tried to use both definitions, but i'm getting about 3-4 players at once instead of just two :D

Also, the YouTube HD is not working, as i've noticed no HD=1 in the links... so the plugin you suggested doesn't work. Thanks for your work !

The regexp was conking out on the .html ending as I didn't see any URLs in that format while testing the site. It was a pretty straight forward fix. See attached.


Again, unless I can get examples of youtube HD URLs that are/aren't working... not much I can do there. And there will be nothing I can do if the URL formats are no different.

HTHs

The Geek
07-06-2009, 09:26 AM
Hi there, sorry bout that, had some security issues recently so set to log in before viewing!

Have disabled it so you can go straight to the player.
Please, if you have a moment can you have a look, see if its something that can be done?

Would realy appreciate your help.


Many thanks - Daihlo

www.cagefilm.com

I only tested it with a couple permutations, but should be fine. Looks like it is the exact same definition as the stopdesi one I did the other day so extraction needs to be on.

The Geek
07-06-2009, 09:29 AM
Can you also add zshare please? They allow direct embeding now.
Doubt it. Again, I don't see any obvious way to view stuff without logging in.

Guys, it is MUCH easier to do definitions if you can provide example URLs that work without needing to be logged in and have a box with HTML embeding code somewhere on the page.

The Geek
07-06-2009, 09:31 AM
is there a way that i can just upload my own videos files and put the link in as a BBCode?

thanks
Looks like there is a local hosted definition in DJ's file though I have no experience with it.

HTHs

daihlo
07-06-2009, 09:47 AM
I only tested it with a couple permutations, but should be fine. Looks like it is the exact same definition as the stopdesi one I did the other day so extraction needs to be on.


I get this message

Parse error: syntax error, unexpected '~' in /home/wwwcage/public_html/forum/includes/ame_bbcode.php(242) : regexp code on line 1

Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match(&quot;http://www.cagefilm.com/video/1475/Michael-THE-COUNT-Bisping-Technical-Striking-4-MMA-DVD&quot;, &quot;&quot;, 1, &quot;~swf\?config=http://www\.cagefilm\.com/nuevo/econfig\.php\?key=([\w]*?)\\&quot;~sim&quot;, $ameinfo) in /home/wwwcage/public_html/forum/includes/ame_bbcode.php on line 242


Any ideas?

thanks - daihlo

TMH63
07-06-2009, 11:37 AM
I'm having issues changing the definition name in the header of the video itself. I've read this...

Definition Name

You can also change the name of the definition to whatever you wish. This is the name that will display in the header of posted videos, provided you keep the Container turned on. The HTML tags are just there to make the name show up bold and italicized in your Admin CP and are not required.

Note that AME titles have a 50 character limit in the AME CP, so if you notice characters being stripped out when you save them that's why. Remove the HTML or shorten the title if you notice parsing problems as a result of this.

<b><i>Divx Videos at YOURSITENAME</i></b>


and I'm unsure as to where the code goes and/or if it replaces something.




Anyone??

MonkYZ
07-06-2009, 02:16 PM
The regexp was conking out on the .html ending as I didn't see any URLs in that format while testing the site. It was a pretty straight forward fix. See attached.


Again, unless I can get examples of youtube HD URLs that are/aren't working... not much I can do there. And there will be nothing I can do if the URL formats are no different.

HTHs
Thanks again. Unfortunatelly i think there is a small letter missing (and i can't find where that is. Here is the title i get for the videos (i think the letter "R" is missing from [/COLOR]):
[COLOR=#cccccc]http://www.gametrailers.com/player/51920.html[/COLO"]Tekken 6 Video Game, Exclusive Christie Monteiro Trailer HD | Game Trailers & Videos | GameTrailers.com

abdulbasitsaeed
07-07-2009, 04:48 AM
Is it possible to update the definitions for Scribd documents? They do not display properly with this mod.

jkcerda
07-07-2009, 04:58 AM
Just checked DJ's Break definiton and it works but does require that the Extract Data option is enabled and working. Assume maybe the others are the same issue

Fairly straight forward, but need to make sure extraction is on for it to work.

will look into it, thanks,,and like others mentioned, thanks for sticking around and helping out :thumb::up:


EDIT
.
turned on extraction , seems to be working, thanks again.

Makc666
07-07-2009, 10:27 AM
Had the same problem. You need to set "Extract destination data" to YES in vb cpanel-> AME-> Settings. I'm able to embed daily motion now.

Daily Motion

Regular expression by default:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+

Extract destination data by default:
http://[w\.]*dailymotion\[/url].[com|alicet\.]+/swf/([\w]*)

In any way [com|alicet\.]must be [com|alice\.it]

Also the only way I was able to make Daily Motion working is to set:

Regular expression to:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/([\w\-]+)

And set off "Extract destination data".
And remove "Embedding Regexp"

The Geek
07-07-2009, 11:13 AM
I get this message

Parse error: syntax error, unexpected '~' in /home/wwwcage/public_html/forum/includes/ame_bbcode.php(242) : regexp code on line 1

Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match(&quot;http://www.cagefilm.com/video/1475/Michael-THE-COUNT-Bisping-Technical-Striking-4-MMA-DVD&quot;, &quot;&quot;, 1, &quot;~swf\?config=http://www\.cagefilm\.com/nuevo/econfig\.php\?key=([\w]*?)\\&quot;~sim&quot;, $ameinfo) in /home/wwwcage/public_html/forum/includes/ame_bbcode.php on line 242


Any ideas?

thanks - daihlo
Are you using the file cache? That doesn't look right at all.

The Geek
07-07-2009, 11:15 AM
Anyone??
I'm not sure I follow what you are trying to do. If the definition is set to extract info from the destination page, the name of the page will appear in the media title. Otherwise the definition title appears.

The Geek
07-07-2009, 11:17 AM
Thanks again. Unfortunatelly i think there is a small letter missing (and i can't find where that is. Here is the title i get for the videos (i think the letter "R" is missing from [/COLOR]):
You are pasting a link with color and font encoding into the IE WYSIWYG editor. Take a 'clean' URL (i.e. copy from the address bar of the destination page).

The Geek
07-07-2009, 11:40 AM
Is it possible to update the definitions for Scribd documents? They do not display properly with this mod.

Here is scribd, though I only tested a couple permutations of the URLs.

BTw: Extraction must be on to obtain the embed key.

HTHs

TMH63
07-07-2009, 11:52 AM
I'm not sure I follow what you are trying to do. If the definition is set to extract info from the destination page, the name of the page will appear in the media title. Otherwise the definition title appears.


I guess that I was under the assumption that one could change the title name that comes up as the definition of the video. Like X video @ YOURWEBSITENAME or whatever you wanted to put there.

The Geek
07-07-2009, 12:01 PM
Guess you could edit the ame_container template and change:

<a href="$ameinfo[url]" title="$ameinfo[title]" target="_blank">$ameinfo[title]</a>

to

<a href="$ameinfo[url]" title="$ameinfo[title] @ YOURSITENAME" target="_blank">$ameinfo[title] @ YOURSITENAME</a>

The Geek
07-07-2009, 02:13 PM
Daily Motion

Regular expression by default:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+

Extract destination data by default:
http://[w\.]*dailymotion\[/url].[com|alicet\.]+/swf/([\w]*)

In any way [com|alicet\.]must be [com|alice\.it]

Also the only way I was able to make Daily Motion working is to set:

Regular expression to:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/([\w\-]+)

And set off "Extract destination data".
And remove "Embedding Regexp"


As per my other post, I think you were over thinking this one (at least from the examples I saw).

Dailymotions URL structure is

domain.suffix/various/paths/depending/on/things/name_of_video

In the embed code, you see a couple of references:

http://www.dailymotion.com/swf/name_of_video

and

http://www.dailymotion.com/swf/name_of_video

So, all we need is the name_of_video which can be taken from the URL and put into the replace code.

See attached definition

Makc666
07-07-2009, 02:30 PM
As per my other post, I think you were over thinking this one (at least from the examples I saw).

Dailymotions URL structure is

domain.suffix/various/paths/depending/on/things/name_of_video

In the embed code, you see a couple of references:

http://www.dailymotion.com/swf/name_of_video

and

http://www.dailymotion.com/swf/name_of_video

So, all we need is the name_of_video which can be taken from the URL and put into the replace code.

See attached definition

The Geek, thanks for reply.

I understand that I can use only Regular expression .

This is OK for me.

I am trying to understand why Embedding Regexp doesn't work for me on that Daily Motion?

As I understand AME does this one:

Finds an URL of Daily Motion in post using Regular expression for example the URL:
http://www.dailymotion.com/video/x9m63m_canarias-timelapse_creation
Then if Embedding Regexp is filled
AME takes that URL from post
Extracts HTML Source of that page it got from the URL
Using Embedding Regexp AME tries to find some "text" for that Regexp from that HTML Source
If AME finds, then it uses it to build Replacement


Am I right?

The Geek
07-07-2009, 02:43 PM
You only use the Embedding Regexp if the data needed to embed cannot be found within the URL itself.

For example:

if the embed code for www.myvideo.com/watch.php?v=123456 looks like:
<embed src="http://www.myvideo.com/watch.php?v=abcdef" ... />

In this instance, the URL doesnt 'tie up' to the embed HTML so AME needs to go to www.myvideo.com/watch.php?v=123456 and find the abcdef part. With the Embedding Regexp, AME pulls down the page and runs something like:

http://www\.myvideo\.com/watch\.php\?v=(\w+)

Which grabs the abcdef part so the video will properly embed.

In the event that the URL contains the information you need (i.e. the dailymotion definition I just posted) then this process is redundant and a time waster. Furthermore, the Embedding Regexp is generally different than the regexp used to match the URL in the first place.

Hope this helps.

applebeef
07-07-2009, 10:58 PM
Hi the geek, I'm interested in using AME for two things:

-Youtube (works beautifully out of the box)

-local hosted .swf


The second one is what I'm having trouble with... I've imported the definition for it and configured my hostname for it (only 2 instances right?)


I can't get it to work though. It embeds the .swf, and shows the background or first frame of it, but otherwise is unresponsive. For an example see this: http://charles-song.com/testvb/showthread.php?p=17#post17

The .swf (a slideshow) works fine in other areas of my site, and by itself, if I put the direct url in my browser.

What am I doing wrong?

Makc666
07-08-2009, 07:39 AM
You only use the Embedding Regexp if the data needed to embed cannot be found within the URL itself.

For example:

if the embed code for www.myvideo.com/watch.php?v=123456 looks like:
<embed src="http://www.myvideo.com/watch.php?v=abcdef" ... />

In this instance, the URL doesnt 'tie up' to the embed HTML so AME needs to go to www.myvideo.com/watch.php?v=123456 and find the abcdef part. With the Embedding Regexp, AME pulls down the page and runs something like:

http://www\.myvideo\.com/watch\.php\?v=(\w+)

Which grabs the abcdef part so the video will properly embed.

In the event that the URL contains the information you need (i.e. the dailymotion definition I just posted) then this process is redundant and a time waster. Furthermore, the Embedding Regexp is generally different than the regexp used to match the URL in the first place.

Hope this helps.

The Geek, 1st, I am much appreciated that you speak with me.

2nd, I understand that for the current moment the dailymotion can work only with "Regular expression". This is 100% clear for me.

3rd, I am just trying based on dailymotion to make it working also with "Extract destination data".

As I understand this one can be done so?

And at this point I meet with the problem.

Here is my test case.


I use URL
http://www.dailymotion.com/video/x9m63m_canarias-timelapse_creatio

There in HTML Source I see:
<link rel="canonical" href="/video/x9m63m_canarias-timelapse_creation" />


I am trying to get the needed video name from this line.

So I make:


Regular expression
http://[w\.]*dailymotion\.[com|alice\.it]+/[\w/\-%]*video/([\w\-]+)

Extract destination data
Yes

Embedding Regexp
<link rel="canonical" href="/video/([a-z_0-9-]+)"


I also tried:
href="/video/([a-z_0-9-]+)"




And this one doesn't work.

I am trying to understand - why?

What I am doing wrong? :(

daihlo
07-08-2009, 10:12 AM
Hi 'The Geek' firstly thanks for looking into CAgeFilm.com before.
I have disabled the registration process on the site to ask if you could have another quick look for me, see if this site will work with AME?

I would realy appreciate your help. Am trying to launch my forum this weekend and the vid embedding is a key feature!

Thanks - Tim

The Geek
07-08-2009, 10:57 AM
Hi the geek, I'm interested in using AME for two things:

-Youtube (works beautifully out of the box)

-local hosted .swf


The second one is what I'm having trouble with... I've imported the definition for it and configured my hostname for it (only 2 instances right?)


I can't get it to work though. It embeds the .swf, and shows the background or first frame of it, but otherwise is unresponsive. For an example see this: http://charles-song.com/testvb/showthread.php?p=17#post17

The .swf (a slideshow) works fine in other areas of my site, and by itself, if I put the direct url in my browser.

What am I doing wrong?
Sadly, I can't really help with the local files as I haven't ever even looked into it before. Its a question best suited for DJ ;)

The Geek
07-08-2009, 11:00 AM
The Geek, 1st, I am much appreciated that you speak with me.

2nd, I understand that for the current moment the dailymotion can work only with "Regular expression". This is 100% clear for me.

3rd, I am just trying based on dailymotion to make it working also with "Extract destination data".

As I understand this one can be done so?

And at this point I meet with the problem.

Here is my test case.


I use URL
http://www.dailymotion.com/video/x9m63m_canarias-timelapse_creatio

There in HTML Source I see:
<link rel="canonical" href="/video/x9m63m_canarias-timelapse_creation" />


I am trying to get the needed video name from this line.

So I make:


Regular expression
http://[w\.]*dailymotion\.[com|alice\.it]+/[\w/\-%]*video/([\w\-]+)

Extract destination data
Yes

Embedding Regexp
<link rel="canonical" href="/video/([a-z_0-9-]+)"


I also tried:
href="/video/([a-z_0-9-]+)"




And this one doesn't work.

I am trying to understand - why?

What I am doing wrong? :(
I don't think I totally understand what you are trying to do. The embed Regexp is designed to extract important parameters from a web page where the URL doesnt contain enough data that it needs. This feature won't extract other information for other uses (i.e. the title), though I suppose I could add a hook into the system which would make it easier.

The Geek
07-08-2009, 11:01 AM
Hi 'The Geek' firstly thanks for looking into CAgeFilm.com before.
I have disabled the registration process on the site to ask if you could have another quick look for me, see if this site will work with AME?

I would realy appreciate your help. Am trying to launch my forum this weekend and the vid embedding is a key feature!

Thanks - Tim
I responded to your last post here: https://vborg.vbsupport.ru/showpost.php?p=1844437&postcount=642

applebeef
07-08-2009, 03:43 PM
Sadly, I can't really help with the local files as I haven't ever even looked into it before. Its a question best suited for DJ ;)

Thanks, hopefully DJ will chime in. I really need to get this ironed out before I take it on my 'real' forum. :up:

Makc666
07-08-2009, 08:25 PM
I don't think I totally understand what you are trying to do. The embed Regexp is designed to extract important parameters from a web page where the URL doesnt contain enough data that it needs.

The Geek, I am trying to extract data from HTML source of that page.

As I can see there is no meter if the URL does contain enough data or URL doesn't contain enough data.
We can extract in both cases.

This feature won't extract other information for other uses (i.e. the title), though I suppose I could add a hook into the system which would make it easier.
I didn't understand this one.

Any HTML page consists smth like this:

<HTML>
<TITLE>Test</TEST>
<BODY>
</BODY>

That future Embedding Regexp can't extract data from any part of HMTL Source? Can extract from only specific one? :eek:

LI_Pets
07-10-2009, 10:11 AM
I recieved the message

YouTube
Duplicate key.This key would clash with an existing item

I understand an old one needs to be deleted.

Where do I find it to delete it?

Then I assume I need to upload the xml again?

When I get to the media definitions page do I "add new" or "save"?

The Geek
07-10-2009, 03:47 PM
I recieved the message

YouTube
Duplicate key.This key would clash with an existing item

I understand an old one needs to be deleted.

Where do I find it to delete it?

Then I assume I need to upload the xml again?

When I get to the media definitions page do I "add new" or "save"?
It means that you are importing a definition that you already have, or that conflicts with one that is installed. Change the key and/or delete the one that is installed you are replacing.

The Geek
07-10-2009, 03:49 PM
The Geek, I am trying to extract data from HTML source of that page.

As I can see there is no meter if the URL does contain enough data or URL doesn't contain enough data.
We can extract in both cases.


I didn't understand this one.

Any HTML page consists smth like this:

<HTML>
<TITLE>Test</TEST>
<BODY>
</BODY>

That future Embedding Regexp can't extract data from any part of HMTL Source? Can extract from only specific one? :eek:
The embed extraction extracts items to complete the embed code, it isn't really designed to scrape other elements from the page (although it does the title for you).

LI Pets
07-10-2009, 04:41 PM
It means that you are importing a definition that you already have, or that conflicts with one that is installed. Change the key and/or delete the one that is installed you are replacing.

I never installed any other than the ame mod?

Where is it!

The Geek
07-10-2009, 08:10 PM
AME comes with Youtube and Amazon definitions. You are most likely importing replacement versions. Either don't import those or delete the ones that come with ame.

HTHs

daihlo
07-10-2009, 08:18 PM
Are you using the file cache? That doesn't look right at all.

Not sure what you mean?

The Geek
07-11-2009, 10:36 AM
It is an option in your settings.

Peacelily
07-11-2009, 03:48 PM
Has anyone seen a way to embed "multiply.com" videos?

kylek
07-11-2009, 09:07 PM
I still cant get my head around the regex, so hoping someone can figure it out. Trying to get http://www.pokerhandreplays.com so videos can be used on our site.

They have code for a converter:

<object width="480" height="360"><param name="movie" value="http://www.pokerhandreplays.com/flash/TexasI.swf"></param><param name="bgcolor" value="#FFFFFF" /></param><param name="quality" value="high" /></param><param name="allowScriptAccess" value="always" /></param><param name="scale" value="Exactfit"></param><embed src="http://www.pokerhandreplays.com/flash/TexasI.swf" bgcolor="#FFFFFF" allowScriptAccess="always" scale="Exactfit" type="application/x-shockwave-flash" width="480" height="360"></embed></object>

And url example for video:

http://www.pokerhandreplays.com/flash/replayer.swf?pokerhandid=665885

I had it working using bbcode but dont like the fact that it would have no usergroup permissions, would rather have it through ame.

Thanks in advance!

skcyber
07-12-2009, 06:47 AM
Has anyone seen a way to embed the new deezer ?
http://www-v3.deezer.com/fr/

thk ! :)

music legend
07-12-2009, 07:36 AM
can we get justin.tv

Makc666
07-13-2009, 08:11 AM
The embed extraction extracts items to complete the embed code

I begin to fill stupid :)

Then from where the embed extraction extracts items to complete the embed code?

it isn't really designed to scrape other elements from the page (although it does the title for you).

And what are those other elements?
And then for what it is designed?

Thanks

The Geek
07-13-2009, 09:43 AM
Hey Mak,

I don't really know of any other way to explain it than how I have done :D. I think we are like passing ships with my explanation and my understanding of what you are wanting to do (I still have no clue what you are trying to do!). Let me try to sum up the way the Extraction regexp works another way.

Most of the time, the URL contains the information that is needed to embed without any additional work. For instance a URL may look like this:

www.yoururl.com/video=123456

And on that page, will be an 'Embed this video' box which will contain HTML that looks like:

<embed src="video" param="123456">

So the replace code in AME looks like:

<embed src="video" param="$p1">

So when AME looks at the URL, it pulls out the 123456 and puts it in the $p1 placeholder and Wham! You have your embedded video.

Where the extraction tool comes into place is when the URL looks like

www.yoururl.com/video=123456

But the Embedding HTML on the page looks like:

<embed src="video" param="abcdefg">

In this instance, there is no correlation between the URL and the embedding code so for the embedding to work, AME must go to www.yoururl.com/video=123456 and do a search for that parameter.

So if the definition includes an Embedding Regexp, AME knows to download the page the first time it is saved and run the Embed Regexp on the source code to lift the abcdefg out. That way, AME will then have all the information it needs to display the embedded media.

You cannot use the Embedding Regexp for anything other than putting parameters in the Replacement code as it wasn't designed to do anything else but what it is currently doing. Saying that, I can put a couple more hooks in so that if you wanted to extract additional information from the destination page at save then you could, however I still am at a loss as to what you are trying to achieve.

Makc666
07-13-2009, 01:10 PM
...

And on that page, will be an 'Embed this video' box which will contain HTML that looks like:

<embed src="video" param="123456">

So the replace code in AME looks like:

<embed src="video" param="$p1">

...

In this instance, there is no correlation between the URL and the embedding code so for the embedding to work, AME must go to www.yoururl.com/video=123456 and do a search for that parameter.

Just a control question :)

Do I understand right that Embedding Regexp searches (works with) ONLY

<embed src="">

in page's HTML source code?

The Geek
07-13-2009, 02:16 PM
It can technically grab anything from the page, however whatever is grabbed is intended to be used in the replacement code (the <embed>).

Makc666
07-13-2009, 02:47 PM
It can technically grab anything from the page, however whatever is grabbed is intended to be used in the replacement code (the <embed>).

lol. Then we have to begin from the start.

You said "It can technically grab".

But what can grab the current version???

You have said your-self in your previous post that:
Saying that, I can put a couple more hooks in so that if you wanted to extract additional information from the destination page at save then you could

You also said:

You cannot use the Embedding Regexp for anything other than putting parameters in the Replacement code as it wasn't designed to do anything else but what it is currently doing.

Look -->> for anything other than putting parameters in the Replacement code

From where "Embedding Regexp" takes those parameters?

Example :)

Edited:

Where the extraction tool comes into place is when the URL looks like

www.yoururl.com/video=123456

But the Embedding HTML on the page looks like:

<embed src="video" param="abcdefg">

In this instance, there is no correlation between the URL and the embedding code so for the embedding to work, AME must go to www.yoururl.com/video=123456 and do a search for that parameter.

Look -->> and do a search for that parameter

Where it searches?

And what it can search and what it can't?

You have said "It can technically grab anything from the page."
But actually what it (Embedding Regexp) can grab?

Reycer
07-13-2009, 03:28 PM
still can't get hardly any to work.

The Geek
07-13-2009, 03:34 PM
Mak,

While running the embed regexp, it already has the entire page contents, therefore a hook can be placed (in an upcoming version) so that after the embed regecp is run you can do something else with it, but for right now it will grab whatever the result is and store it as a parameter for the embed code.

It would really help if you could elaborate on what you are trying to accomplish

EagleNick
07-13-2009, 11:20 PM
Hello,

I'm having an odd issue with the "internal linking (threads)".
I deleted the definition and then re-imported it to be sure it wasn't something I messed up, but I still have the issue:

When I post a link to a thread (for example my-site.net/forums/showthread.php?t=123456), it is resolved as: [favicon]**Internal Linking (Threads) (as opposed to actually using the linked thread's title) and the URL leads to my-site.net/forums/showthread.php?p=123456. (Notice the P instead of the T that it should be)

This is the replacement code (which is the default) (and it looks fine to me): <a href="$url" target="_self" title="$title"><img src="favicon.ico" border="0" alt="$title" height="16" width="16" /> $title</a>I'm really not sure what the issue is. Any advice is appreciated.

Makc666
07-14-2009, 07:51 AM
Mak,
While running the embed regexp, it already has the entire page contents,

The Geek, I understand this one.

but for right now it will grab whatever the result is and store it as a parameter for the embed code.
And this one two.

It would really help if you could elaborate on what you are trying to accomplish

I already have posted my test case here 1844996.

Ok. Lets make steps :)

Step 1:


Regular expression
http://[w\.]*dailymotion\.[com|alice\.it]+/[\w/\-%]*video/([\w\-]+)

URL is posted:
http://www.dailymotion.com/video/x9m63m_canarias-timelapse_creatio


I don't want to use "x9m63m_canarias-timelapse_creatio" from the URL


Is step 1 is clear? Then continue.

Step 2:


The HTML Source of above URL has such code:

<link rel="stylesheet" href="http://ak.style.dailymotion.com/css/gen/widget/pack/baseskin-prod.css.v1198007225" />
<link rel="canonical" href="/video/x9m63m_canarias-timelapse_creation" />
<link rel="image_src" type="image/jpeg" href="http://www.dailymotion.com/thumbnail/160x120/video/x9m63m_canarias-timelapse_creation" />
<link rel="video_src" href="http://www.dailymotion.com/swf/x9m63m?autoPlay=1" />
<link rel="thumbnail" type="image/jpeg" href="/thumbnail/160x120/video/x9m63m_canarias-timelapse_creation" />


I want to get one line from it (HTML Source) with Embedding Regexp and pass the result to Replacement.



Is step 2 is clear? Then continue.

Step 3:


I set Extract destination data to Yes

I set Embedding Regexp with:
<link rel="canonical" href="/video/([a-z_0-9-]+)"

It doesn't work...


Is step 3 is clear?

The Geek
07-14-2009, 08:32 AM
That will work. The regexp will capture x9m63m_canarias-timelapse_creation into $p1

So what you need to do is use $p1 in your replace code where you want it to appear.

HTHs

The Geek
07-14-2009, 08:33 AM
Hello,

I'm having an odd issue with the "internal linking (threads)".
I deleted the definition and then re-imported it to be sure it wasn't something I messed up, but I still have the issue:

When I post a link to a thread (for example my-site.net/forums/showthread.php?t=123456), it is resolved as: [favicon]**Internal Linking (Threads) (as opposed to actually using the linked thread's title) and the URL leads to my-site.net/forums/showthread.php?p=123456. (Notice the P instead of the T that it should be)

This is the replacement code (which is the default) (and it looks fine to me): <a href="$url" target="_self" title="$title"><img src="favicon.ico" border="0" alt="$title" height="16" width="16" /> $title</a>I'm really not sure what the issue is. Any advice is appreciated.
Hey Nick,

Ill look into DJ's internal linking definition. It looks like it isn't updated for 2.5x, however it should still be working ok.

Makc666
07-14-2009, 08:39 AM
The regexp will capture x9m63m_canarias-timelapse_creation into $p1

Did I understand right that it will capture x9m63m_canarias-timelapse_creation using Embedding Regexp?

The Geek
07-14-2009, 09:32 AM
Here is a new definition for internal linking. Note that this will link ALL guest accessible area of your site so you don't need seperate ones for linking posts, threads, etc. If you have DJ's internal linking definitions installed, please delete those before importing this one.

Note that you will need to edit this definition during the import process or afterward to enter your domain name.

The setting you want to change is the Regular Expression in order to swap YOUR_DOMAIN to whatever your domain name is.

For example, lets say that your domain is www.google.com (can I be your friend if it is?). You would change:


[http://]*[a-z]*?[\.]?YOUR_DOMAIN\.[a-z]*?/([A-Z0-9._%-\?\=]*)


to


[http://]*[a-z]*?[\.]?google\.[a-z]*?/([A-Z0-9._%-\?\=]*)


Note that you do not add and special characters, prefixes or suffixes (i.e. do not use .com or .co.uk, or start with www., etc...)

The Geek
07-14-2009, 09:33 AM
Did I understand right that it will capture x9m63m_canarias-timelapse_creation using Embedding Regexp?
Yes. It will appear in the output if you have $p1 in your replace code.

Makc666
07-14-2009, 10:17 AM
Yes. It will appear in the output if you have $p1 in your replace code.

After LONG time conversation we are on our final way :D

But the problem is - it doesn't work :eek:

May be you will try your-self? ;)


Post URL:
http://www.dailymotion.com/video/x9m63m_canarias-timelapse_creatio

Regular expression
[http://]*[a-z]*?[\.]?dailymotion\.[com|alice\.it]+/[\w/\-%]*video/([\w\-]+)

Replacement
<object width="$ameinfo[width]" height="$ameinfo[height]"><param name="movie" value="http://www.dailymotion.com/swf/$p1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/$p1" type="application/x-shockwave-flash" width="$ameinfo[width]" height="$ameinfo[height]" allowFullScreen="true" allowScriptAccess="always"></embed></object>

Extract destination data
Yes

Embedding Regexp
<link rel="canonical" href="/video/([a-z_0-9-]+)"



This one doesn't work :(

I made a test file and there it works...
<?php

$test = " <link rel=\"canonical\" href=\"/video/x9m63m_canarias-timelapse_creation\" />";

$what = "<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"";

if (ereg ($what, $test, $regs)) {
echo "$regs[1]";
} else {
echo "Invalid date format!";
}

?>

The Geek
07-14-2009, 11:07 AM
Try escaping the quotes as in :


<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"

Deyth
07-14-2009, 11:59 AM
I use AME 2.5.5. I imported your master XML list without a hitch and then tried to post a link to an HD Youtube video but it showed up as with an SD size. How do I get it to show as it would on Youtube?

The Geek
07-14-2009, 12:43 PM
I use AME 2.5.5. I imported your master XML list without a hitch and then tried to post a link to an HD Youtube video but it showed up as with an SD size. How do I get it to show as it would on Youtube?

It's DJ's add on, so I am not 100% sure about his youtube key, but you can do this:

create a plugin:

Hook Location: automediaembed_parse_bbcode_match_start
Title: Youtube HD Bigga Please

code

if ($ameinfo['key'] == "youtube_hqhd" && $ameinfo['zone'] == "post")
{
$ameinfo['width'] = "640";
$ameinfo['height'] = "480";
}


IIRC, his youtube HD key is youtube_hqhd but you will need to double check. The code above will override the media settings if the key is youtube_hqhd its in a post.

FWIW, I am investigating the ability to override these settings on a per definition basis in a future version of AME.

Deyth
07-14-2009, 01:02 PM
You got the key right but it doesn't work. These are the links I'm testing with:

http://www.youtube.com/watch?v=Kw2gy01gkzs
http://www.youtube.com/watch?v=Kw2gy01gkzs&fmt=18
http://www.youtube.com/watch?v=Kw2gy01gkzs&fmt=22

The Geek
07-14-2009, 02:17 PM
The last one is the only one that looks like it should be the HD one. Ill look into DJ's definition and see if I can see if/why it may/may not be working.

Deyth
07-14-2009, 02:31 PM
Thanks. I saw someone else do it here (http://www.afraidyet.net/forums/news/90449-darfkall-e1-tribute.html) but I don't know how.

The Geek
07-14-2009, 02:37 PM
You got the key right but it doesn't work. These are the links I'm testing with:

http://www.youtube.com/watch?v=Kw2gy01gkzs
http://www.youtube.com/watch?v=Kw2gy01gkzs&fmt=18
http://www.youtube.com/watch?v=Kw2gy01gkzs&fmt=22

Ok, I worked up a solution that I have tested for the above 3 links.

1. Remove your existing youtube definitions.
2. Import the AME definition attached to this post. I have modified the default version to do what we need it to do (I will also update the default for next AME release to this version).
3. Change the plugin above code to this:


if ($ameinfo['key'] == "youtube" && $ameinfo['zone'] == "post")
{
if (strpos($ameinfo['url'], "fmt=22"))
{
$ameinfo['width'] = "640";
$ameinfo['height'] = "480";
$p1 .= "&hd=1";
}
elseif (strpos($ameinfo['url'], "fmt=18"))
{
$ameinfo['width'] = "560";
$ameinfo['height'] = "380";
}
}


Now, the only embed code I could get a different formatting code on was IF it had fmt=22 in the URL. I am not sure what fmt=18 does.

This will basically deal with youtube links as normal, however if the URL contains fmt=18, it will make the video appear a little bigger. If the URL contains fmt=22 then it appears even bigger than that in HD.

Anyhoo, tested with your 3 links above and seems to work.

HTHs

The Geek
07-14-2009, 02:39 PM
Thanks. I saw someone else do it here (http://www.afraidyet.net/forums/news/90449-darfkall-e1-tribute.html) but I don't know how.
Dont think that is AME. I suspect they have the ability to post HTML direct.

Makc666
07-14-2009, 02:45 PM
Try escaping the quotes as in :


I tried:

<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"

<link rel=\"canonical\" href=\"/video/\([a-z_0-9-]+\)\"

<link rel=\"canonical\" href=\"/video/(\[a-z_0-9-\]+)\"

Do not work...

P.S. Found a bug in PHP BB Code...
Really the lines above look like:

<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"

<link rel=\"canonical\" href=\"/video/\([a-z_0-9-]+\)\"

<link rel=\"canonical\" href=\"/video/(\[a-z_0-9-\]+)\"

It looks like some sort of bug here :(

Deyth
07-14-2009, 02:45 PM
I think 18 is hq and 22 is hd. I'll test this now and get back to you. Great response to all this, thanks. Your addon is quite impressive.

The Geek
07-14-2009, 02:49 PM
I tried:

<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"

<link rel=\"canonical\" href=\"/video/\([a-z_0-9-]+\)\"

<link rel=\"canonical\" href=\"/video/(\[a-z_0-9-\]+)\"

Do not work...

P.S. Found a bug in PHP BB Code...
Really the lines above look like:

<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"

<link rel=\"canonical\" href=\"/video/\([a-z_0-9-]+\)\"

<link rel=\"canonical\" href=\"/video/(\[a-z_0-9-\]+)\"

It looks like some sort of bug here :(


Worked for me. Export the definition and ill check it out as you have it.

Deyth
07-14-2009, 02:50 PM
It works in terms of changing container size although the HD doesn't actually match an HD video in size. Also, for some reason when you click on the embed to go to Youtube it doesn't bring you to the HD video. I don't know if that's a Youtube or addon issue. Compare:

http://unmoderated.info/forums/showthread.php?p=11683#post11683
http://www.youtube.com/watch?v=Kw2gy01gkzs&fmt=22

Deyth
07-14-2009, 02:54 PM
The HD size should be 853x505.

The Geek
07-14-2009, 03:02 PM
The sizes were just estimates I threw in. Change as it suits your forum (853 in width will break a lot of forum layouts).

When I clicked on the 3rd one, it took me to the HD version of the video, though in honesty I suspect they should have hd=1 in the URLs. THis is something Ill look into better ways to support in the future.

Also, the 3rd one does play in HD, so appart from the sizes (which you can change to suit you) it works as you want doesnt it?

Makc666
07-14-2009, 03:09 PM
Worked for me. Export the definition and ill check it out as you have it.

The Geek, yep.

Looks like it works for me also. :eek:

Better don't know why it was not working. :erm:

AME Settings -> Extract destination data -> No

And the notice message which has to be displayed while you were editing some definition was "Dismiss"ed a long time ago. :o

The Geek, I promise, I will punish myself.

Really sorry.
Excuse me!
It will be another lesson for me.

Thanks for you time!

Deyth
07-14-2009, 03:14 PM
The sizes were just estimates I threw in. Change as it suits your forum (853 in width will break a lot of forum layouts).

When I clicked on the 3rd one, it took me to the HD version of the video, though in honesty I suspect they should have hd=1 in the URLs. THis is something Ill look into better ways to support in the future.

Also, the 3rd one does play in HD, so appart from the sizes (which you can change to suit you) it works as you want doesnt it?
Yes it is, thanks again.

msolano
07-14-2009, 07:11 PM
I had some problems with double video embedding, even no double definitions exists.

I ran the rebuild option but nothing happended.

Just uninstalled, and re-installled and now it works.

Very weird. Thanks for this great mod.

barcena
07-15-2009, 08:22 AM
I did installed the first file DJ's Master XML (Delta) trough the AME CP, I did had "The Geek" AME already installed. Before I did delete Amazon and Youtube from the first AME. I think I did everything fine because it told me "Imported as a charm" or some like that, I also set it to Extract destination data; I must confess I'm going like following the arrow bc Im not expert.

Question:

The 6 images, arrows etc, is there a file that I have to save into my forum files? Is so where it is and under what file should I save it to.

However, nevermind the images if you will.....my big problem so far is this:

When I copy a video link into my post (from three different sources so far) I will get a little linked dot and that's all.
Please see the attachment.

Any idea on why? I'm missing something?

The Geek
07-15-2009, 10:35 AM
Can you provide a link that you were using?

newsoftw
07-15-2009, 11:10 AM
HI....

meta cafe videos are not working means ust link is show.

please check link :
http://www.newsoftworld.com/forums/english-songs/3845-jordin-sparks-battlefield.html

barcena
07-15-2009, 06:44 PM
Can you provide a link that you were using?

Sure, you can see it here: (surprisingly a Google video is the only one working) as for the others you will see a little linked dot, I just put the name so you will know the video source I intented to use.


Click Here please (http://www.cotilleando.com/showthread.php?t=36679)

The Geek
07-15-2009, 08:04 PM
I need the URLs and need to know if they are the default definitions or ones that someone else made

barcena
07-15-2009, 08:50 PM
I didn't touch the defaults, not sure If I underestand what you mean though...

I'm not using embeding urls or anything else but the actual url of the page where the video is in. Now you can see the url's, is fixed.

Videos and links, last post please (http://www.cotilleando.com/showthread.php?p=827031#post827031/)

SMMensans
07-16-2009, 05:23 AM
First. Thank you for all the hard work on this mod.

Is there a way to disable the resizing of the videos?

I tried removing the default height and width definitions but that did not resolve.

Read through the FAQ and did a search but didn't find any useful results.

Thanks

The Geek
07-16-2009, 10:33 AM
First. Thank you for all the hard work on this mod.

Is there a way to disable the resizing of the videos?

I tried removing the default height and width definitions but that did not resolve.

Read through the FAQ and did a search but didn't find any useful results.

Thanks
If you remove the dimensions, the embeds will not appear as they are contained within the Embedding code. There really isn't a way to have the object appear at a 'default' size. If you look at the HTML of the site in question, all the embeds will have specified sizes.

Saying that, I am starting to look at a way to specify the media dimensions on a per definition basis, but have no idea when the next version will be out.

The Geek
07-16-2009, 10:36 AM
I didn't touch the defaults, not sure If I underestand what you mean though...

I'm not using embeding urls or anything else but the actual url of the page where the video is in. Now you can see the url's, is fixed.

Videos and links, last post please (http://www.cotilleando.com/showthread.php?p=827031#post827031/)
The dots are being caused by no height and width dimensions appearing in your replace code (kind of funny as the person after you was asking about this ;) ). This is caused by either your Height and Width settings in AME being removed OR from using definitions that are not default or up to date.

popular
07-16-2009, 11:24 AM
hey geek i've come up with a new problem, i can play youtube/google video fine , but so far i've tred sites like break.com/veoh/cafepress/youku and a buncha others but no video plays, i only get a regular url as if i were pasting it, any idea? ive imported DJ's Master XML (Delta).xml removed it and tried it again but same problem.

The Geek
07-16-2009, 11:42 AM
I don't think all of his definitions are up to date. IIRC, I did one for break a few pages back if that helps.

popular
07-16-2009, 06:16 PM
thanks , i hope someone creates an updated import =))

applebeef
07-16-2009, 07:44 PM
I'm interested in using AME for two things:

-Youtube (works beautifully out of the box)

-local hosted .swf


The second one is what I'm having trouble with... I've imported the definition for it and configured my hostname for it (only 2 instances right?)


I can't get it to work though. It embeds the .swf, and shows the background or first frame of it, but otherwise is unresponsive. For an example see this: http://charles-song.com/testvb/showthread.php?p=17#post17

The .swf (a slideshow) works fine in other areas of my site, and by itself, if I put the direct url in my browser.

What am I doing wrong?

Still need help with this, anyone? :o

barcena
07-16-2009, 08:13 PM
The dots are being caused by no height and width dimensions appearing in your replace code (kind of funny as the person after you was asking about this ;) ). This is caused by either your Height and Width settings in AME being removed OR from using definitions that are not default or up to date.

Can you tell me please where I can change the Height and Width settings? I were looking into the AME CP but can't find a place where to change it. Remember I'm a total neophyte when it comes to this, I'm just trying to learn and do it right that's why I'm asking you or bothering you if you will :)

Thanks The Geek for been so patient w/ me.

If somebody else can answer the question and help The Geek to help me please be my guest. :)

This is what I have on the Admin CP--AME Settings. See attachment please.

Thanks.

The Geek
07-16-2009, 09:30 PM
Can you tell me please where I can change the Height and Width settings? I were looking into the AME CP but can't find a place where to change it. Remember I'm a total neophyte when it comes to this, I'm just trying to learn and do it right that's why I'm asking you or bothering you if you will :)

Thanks The Geek for been so patient w/ me.

If somebody else can answer the question and help The Geek to help me please be my guest. :)

This is what I have on the Admin CP--AME Settings. See attachment please.

Thanks.
Your youtube definition is not correct. Try importing the one I posted a couple pages back.

barcena
07-16-2009, 10:41 PM
Your youtube definition is not correct. Try importing the one I posted a couple pages back.


Thanks. I imported this:

AME-internal.xml (756 Bytes, 2 views)


Trough the AME CP. Didn't work, everything remains the same, I'm pretty sure is something minimal but I can't find what it is, see for yourself please the last two posts:

Video Test (http://www.cotilleando.com/showthread.php?p=827536#post827536)

The Geek
07-17-2009, 09:41 AM
Have you edited and resaved or tried a new post? vB caches the HTML in recent posts to speed up processing which means that your recent posts will already have been processed and AME won't be run on them again for awhile unless they are edited and saved or you re run the rebuild tool.

If this isn't the case, post your replacement code.

barcena
07-17-2009, 07:47 PM
Thanks Thee Geek, your patience paid of, any idea on why metacafe is not working?Dailymotion isn't either btw, Google and Youtube r working as a charm so far.

The Geek
07-17-2009, 08:02 PM
Dont know as I didn't write them. The reason I gave AME the ability to import and export definitions was so that the community could share, modify and keep up with the ever changing face of media sites. It was that or I spent all my coding time trying to keep up with it all. Sadly, I'll never have the time to make everybodys definitions. I pitch in where I can, however the more time I spend doing this, the less time I have to work on the next version (which I am trying to do).

So I suppose in a round about way, I am saying "I'm not sure why those aren't working, buy if I get some time I'll check it out" ;)

barcena
07-17-2009, 08:13 PM
Thanks :) I was told there's not incompatibilities bt AME and vbSEO, however I cannot see any video from AOL, MetaCafe, etc, only Google and Youtube. The other ones I just get a very stilish and vbseoish title.

barcena
07-18-2009, 06:23 AM
So far

Deezer - Is working
CNN - Is working
MTV - No and No (video and Music)
Yahoo - No
Myspace - No
Metacafe - No
Dailymotion - No
Youtube - Is working

Media Test-Please click here (http://www.cotilleando.com/foro-libre/36725-media-test.html#post828104)

Stryker412
07-20-2009, 08:10 PM
DJ will IMDB video be supported?

http://www.imdb.com/video/screenplay/vi900006169/

uprentiss
07-20-2009, 08:42 PM
when will we get new definitions???

vithorius
07-22-2009, 10:08 AM
I would like to know if there is a possibility to add some automatic JPG embedding on users posts? :confused:

I mean, my boards users are somehow a bit newbies (everyone once was it! :p ) and most of the times, they just don't click on the Image Button (https://vborg.vbsupport.ru/external/2011/07/5.gif) in order to embed the JPGs on the posts...


They simply post the URL to the image, and what we get all the time, is something like this:
https://vborg.vbsupport.ru/images/cstyle/purple/vblogo.gif

When we should be getting this:
https://vborg.vbsupport.ru/external/2011/01/6.gif


So, my question is: How could I add a way to automatically embed the JPGs on posts by simply posting the images URLs? :confused:

Goodspeed
07-22-2009, 11:20 AM
How can I import all definitions? Every time I try to install all I got only first 17 installed. I did try everything, including re-install AME and delete all definitions.

Thanks for your help.

Scitz0
07-22-2009, 12:05 PM
Flickr photostream slideshow's doesn't seem to work. What I can see the links on flickr follow this pattern: http://[w\.]*flickr\.com/photos/[\w]+/show/

But the regex look for http://[w\.]*flickr\.com/photos/[\w]+/show/with/[\d]+/

Just removing that last part doesn't seem to work either. Am I doing something wrong?

Andyrew
07-22-2009, 03:29 PM
I have a locally hosted wmv video that auto plays every time the thread is loaded, how do i stop this happening. I have looked at the code and auto play is set at false. :confused:

SMMensans
07-24-2009, 12:36 AM
Once again, this mod kicks serious butt.

Is there a way to change the color of the font above the videos without changing the color in the actual forum style? If not is there a way to change which font color (First Alternating Color), it pulls from in the forum style?

See the image below:

https://vborg.vbsupport.ru/external/2009/08/42.jpg

MotMann
07-24-2009, 09:11 AM
I try to use YouTube HD Files.

I Import the HD xml but AME don't match HD Files.
I try to put hd-1 in the URL, but that's not work.

I need, that the HD files match automatic and the Size fits be larger than 640x360

How i can do that?

Stryker412
07-28-2009, 11:42 PM
Break, ESPN , AOL are not working for some reason:confused:

got YT and Google to work, thats it.


Has anyone gotten ESPN to work? Here is a sample video URL.

http://espn.go.com/video/clip?id=4362309

jca2112
08-01-2009, 07:46 PM
You can remove these site definitions because the sites are now closed:

Brightcove (Brightcove.tv)
Boomp3 (Boomp3.com)

xXTheOneRavenXx
08-01-2009, 10:10 PM
I'm not sure what is going on with the AME, however all it does is turn the links into active links without using the [url] tags. It does not embed the video's. Am I doing something wrong, or is it intended to do this??

*Nvrmnd, got it to work. It was an error with the link I was using*

Awesome job. Must've taken a lot of time, and a whole hell of a lot of effort. Thanx fellas.

jkcerda
08-02-2009, 01:40 AM
Dont know as I didn't write them. The reason I gave AME the ability to import and export definitions was so that the community could share, modify and keep up with the ever changing face of media sites. It was that or I spent all my coding time trying to keep up with it all. Sadly, I'll never have the time to make everybodys definitions. I pitch in where I can, however the more time I spend doing this, the less time I have to work on the next version (which I am trying to do).

So I suppose in a round about way, I am saying "I'm not sure why those aren't working, buy if I get some time I'll check it out" ;)

thanks for the work:up:

seems Break is not working now, cant tell why.:confused:

ArnyVee
08-02-2009, 01:24 PM
Has anyone found a fix for Imeem.com yet?

I want to have a site with some decent music to embed and I had been using Imeem, but it's no longer working for new links to embed. :(

Stryker412
08-03-2009, 12:04 PM
Has anyone gotten ESPN to work? Here is a sample video URL.

http://espn.go.com/video/clip?id=4362309

It looks like the code has changed since DJ's XML was made. The URL's are different now.

The Geek
08-06-2009, 07:15 AM
It looks like the code has changed since DJ's XML was made. The URL's are different now.

Try this one. Seems they actually may have simplified it a bit ;)

The Geek
08-06-2009, 07:20 AM
thanks for the work:up:

seems Break is not working now, cant tell why.:confused:

Just tested a couple and they work for me. Break requires the system to be able to extract destination data. Make sure this setting is on and that your system supports it.

The Geek
08-06-2009, 07:25 AM
I try to use YouTube HD Files.

I Import the HD xml but AME don't match HD Files.
I try to put hd-1 in the URL, but that's not work.

I need, that the HD files match automatic and the Size fits be larger than 640x360

How i can do that?

IIRC, I posted an HD definition a few pages back (sorry I don't have time to dig it up). I have also posted around the same place (or maybe it was in the AME thread) on how to create a hook to make specific definitions appear in different sizes. I am hoping that the next version will have an 'override' setting for size and such for each definition.

What I would really love is to find a way to make a definition site where each definition could be uploaded, rated and discussed seperatly. That would also make it o you could install definitions from your admincp. It would make managing and updating these things SOOOO much easier than the way it is being done now.

Sadly, who the hell has the time? I don't :D :D

Bonee70
08-06-2009, 10:24 AM
Hello, I really love this AME (2.5) tool but the Delta definitions I use as the add on is not really working for the EA-Sports links.

I run a EA-Madden-League and members post their Game-Highlights as links on the EA-Sports site.

The posted links to the Videos can look like this:

1) http://www.easportsworld.com/en_US/video/8157415

and is automatically converted into

2) http://beta.easports.com/media/play/video/8157415

When posting the first link on my board, AME converts the link into the container, showing a nice EA-Logo and the link on top of the container is directing the user to the correct EA site, but the video won't start. Instead I get the triangle with a exclamation mark in it.

When people post the converted link (#2) it just shows up unconverted (without the container) as a simple link.

I have made an example on my board to show the problem. May anyone give me a hint what to change in the EA-Sports definition so that the replay videos can be played within the post on my board when either #1 or #2 link gets posted? Thank you very much!

Here is the example how the EA links (#1 and #2) show up within a post on my board:

http://www.maddenliga.de/forum/showthread.php?p=12271#post12271

The Geek
08-06-2009, 10:48 AM
Hello, I really love this AME (2.5) tool but the Delta definitions I use as the add on is not really working for the EA-Sports links.

Both links gave me 404's. Can you post some examples of destination pages?

Stryker412
08-06-2009, 01:06 PM
Both links gave me 404's. Can you post some examples of destination pages?

Both of his links worked for me.

Stryker412
08-06-2009, 01:14 PM
Try this one. Seems they actually may have simplified it a bit ;)

Awesome, works now thanks! One quick question, what resolution should the AME window be in if I want widescreen videos?

Bonee70
08-06-2009, 02:41 PM
Both links gave me 404's. Can you post some examples of destination pages?

Both of his links worked for me.

Hmmm, the links also work here (FF 3.5.2).

Here are some other links members posted on my forum:

NCAA Football:

Play #1: http://www.easports.com/media/play/video/7754014
Play #2: http://www.easports.com/media/play/video/7754056

Play #3: http://beta.easports.com/media/play/video/7866233
Play #4:http://beta.easports.com/media/play/video/7754009

Madden:

Play #5: http://www.easports.com/media/play/video/7871382
Play #5:http://beta.easports.com/media/play/video/7871382

Play #6: http://beta.easports.com/media/play/video/7871332

The "beta.easports" links now get converted to "easports.com" (when directly put into the browser Navigation).

____________________________________

The links from my initial post (all to the same video):

http://www.easportsworld.com/en_US/video/8157415 (this one will show up in a container on my forum but the video won't start) Note: This is easportsWORLD.com

or

http://beta.easports.com/media/play/video/8157415 (this one only shows up as a simple link on my forum) Note: Comparing to the link above it is a different domain and path to the video

gets converted into

http://www.easports.com/media/play/video/8157415 (when using this one on my board it also just shows up as a simple link)


The link to my board so you can see my examples in action ;)

http://www.maddenliga.de/forum/showthread.php?t=1285

Thanks for your help guys, appreciated!

The Geek
08-06-2009, 04:53 PM
Hmmm, the links also work here (FF 3.5.2).

Here are some other links members posted on my forum:

ok, those are working for me now. Its a pretty complex embed structure they have, ill see if I can tackle it tomorrow if I have time.

The Geek
08-06-2009, 05:27 PM
ok, those are working for me now. Its a pretty complex embed structure they have, ill see if I can tackle it tomorrow if I have time.

I (sometimes) like a challenge. Here is easports.com working with the URLs you gave. Note that this definition requires the extraction setting to be on and functional. Be sure to delete your old version before you import it.

nJoy

Bonee70
08-06-2009, 09:59 PM
Thanks a lot Geek, it is working like a charm and adds a lot of bonus to my league now.

Only the easportsworld.com links do not work which is not a problem for my league.

ArnyVee
08-07-2009, 12:06 AM
Geek, any chance that you can get Imeem up and crackin' again...here's a sample URL....

The link that is used in the "Copy and paste the link to an email or instant message:" field is ......

http://www.imeem.com/people/RFhdVZG/music/ed9US8nI/walt-disney-world-illuminations-reflections-of-earthmp3/

The Geek
08-07-2009, 09:42 AM
Geek, any chance that you can get Imeem up and crackin' again...here's a sample URL....

The link that is used in the "Copy and paste the link to an email or instant message:" field is ......

http://www.imeem.com/people/RFhdVZG/music/ed9US8nI/walt-disney-world-illuminations-reflections-of-earthmp3/

Tested with above (and a couple other) urls. Requires extration.

nJoy :)

Nadeemjp
08-07-2009, 11:29 AM
hi the geek
i am having a trouble at my forum displaying the you tube videos.
when a link is posted, two videos are displayed.
please see the following link for reference:
http://www.familybunker.com/forums/music-discuss-enjoy-download/6973-what-song-u-listening-rite-now-4.html#post85664
any solutions?