25th October 2003
|
Junior Member BS.Player Newbie | | Join Date: Oct 2003
Posts: 1
Rep Power: 0 | |
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.
|