latropa64 New User

Posts: 7 Join date: 2008-12-29
 | Subject: Trailer url's won't play in XBMC because they don't start with "http://" Mon Dec 29, 2008 3:20 pm | |
| I noticed recently that some of my trailers weren't playing. I checked the nfo's that media companion had made and there were url's, but the ones that wouldn't play didn't start with "http://" Here's an example of a nfo scraped with Media Companion: | Code: | <trailer>www.totaleclips.com/Player/Bounce.aspx?eclipid=e40441&bitrateid=314&vendorid=102&type=.flv</trailer> |
And once I manually edited it and changed it to this, it worked:
| Code: | <trailer>http://www.totaleclips.com/Player/Bounce.aspx?eclipid=e40441&bitrateid=314&vendorid=102&type=.flv</trailer> |
It's not all URL's that get stored this way by media companion. So far I've noticed it just seems to be the ones from www.totaleclips.com. |
|
billyad2000 Admin

Posts: 1326 Join date: 2008-09-20
 | Subject: Re: Trailer url's won't play in XBMC because they don't start with "http://" Mon Dec 29, 2008 10:14 pm | |
| I'll fix this for the next build. |
|