2004-05-28, 07:36 PM
Hi there Sub,
Could you possibly add the following to your development or to-do list (low priority obviously). I manage all my music and playlists through Media Player. What I've found is the .m3u's created or saved in Winamp work fine. However if they are created or saved within Media Player (and possibly other editors) they don't work. If I start one on the PC GBPVR end I get "Error: Index was outside the bounds of the array". At the MVP end, it resets.
I believe this is due to the slight differences in file formats. The WinAmp version doesn't have blank lines, the Media Player one does. GB-PVR doesn't seem to like these blank lines. i.e. this will work:
#EXTM3U
#EXTINF:0,15-Mysterious times (original mix) (sash).mp3
..\..\..\Various Artists\Kiss House Nation\Kiss House Nation (CD2)\15-Mysterious times (original mix) (sash).mp3
#EXTINF:0,01-[Flip & Fill] Shooting Star.mp3
..\..\..\Various Artists\Hands To Heaven\Hands To Heaven (CD1)\01-[Flip & Fill] Shooting Star.mp3
Re-save the same playlist in Media Player and it won't work on GBPVR
#EXTM3U
#EXTINF:0,15-Mysterious times (original mix) (sash).mp3
..\..\..\Various Artists\Kiss House Nation\Kiss House Nation (CD2)\15-Mysterious times (original mix) (sash).mp3
#EXTINF:0,01-[Flip & Fill] Shooting Star.mp3
..\..\..\Various Artists\Hands To Heaven\Hands To Heaven (CD1)\01-[Flip & Fill] Shooting Star.mp3
<Another blank line>
If any blank lines are removed in notepad, including the extra one at the end, GB-PVR plays it again.
If this won't be too hard to correct, it would be great to correct it on a future release to prevent the MVP resetting everytime one of these files is selected.
Thanks, Rob
Could you possibly add the following to your development or to-do list (low priority obviously). I manage all my music and playlists through Media Player. What I've found is the .m3u's created or saved in Winamp work fine. However if they are created or saved within Media Player (and possibly other editors) they don't work. If I start one on the PC GBPVR end I get "Error: Index was outside the bounds of the array". At the MVP end, it resets.
I believe this is due to the slight differences in file formats. The WinAmp version doesn't have blank lines, the Media Player one does. GB-PVR doesn't seem to like these blank lines. i.e. this will work:
#EXTM3U
#EXTINF:0,15-Mysterious times (original mix) (sash).mp3
..\..\..\Various Artists\Kiss House Nation\Kiss House Nation (CD2)\15-Mysterious times (original mix) (sash).mp3
#EXTINF:0,01-[Flip & Fill] Shooting Star.mp3
..\..\..\Various Artists\Hands To Heaven\Hands To Heaven (CD1)\01-[Flip & Fill] Shooting Star.mp3
Re-save the same playlist in Media Player and it won't work on GBPVR
#EXTM3U
#EXTINF:0,15-Mysterious times (original mix) (sash).mp3
..\..\..\Various Artists\Kiss House Nation\Kiss House Nation (CD2)\15-Mysterious times (original mix) (sash).mp3
#EXTINF:0,01-[Flip & Fill] Shooting Star.mp3
..\..\..\Various Artists\Hands To Heaven\Hands To Heaven (CD1)\01-[Flip & Fill] Shooting Star.mp3
<Another blank line>
If any blank lines are removed in notepad, including the extra one at the end, GB-PVR plays it again.
If this won't be too hard to correct, it would be great to correct it on a future release to prevent the MVP resetting everytime one of these files is selected.
Thanks, Rob