View Single Post
  #1 (permalink)  
Old 25th October 2003
always_anonymous always_anonymous is offline
Junior Member
BS.Player Newbie
 
Join Date: Oct 2003
Posts: 1
Rep Power: 0
always_anonymous is an unknown quantity at this point
Default asx & relative paths

Hey,

I've recently tried using BSPlayer (version 0.86, build 501) and was dissappointed to find that it wasn't playing my asx playlists. It loads the playlist fine, but it then fails to actually play the entries on the list. My suspicion is that it is because my playlist lists the files using a relative path. For example:

Code:
<ASX VERSION = "3">
<ENTRY>
<TITLE>Test.mpg</TITLE>
<REF HREF = "Test.mpg" />
</ENTRY>
</ASX>
If this playlist was saved as c:\Temp\MyTestPlaylist.asx, then bsplayer should in theory look for a file named c:\Temp\Test.mpg to play. I believe (but don't know for sure) that that's why it's failing to play my playlists.

Hopefully this can be fixed in a future version.

Thanks.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20