Page 1 of 1

repeat doesn't work + encodings problem in the playlist

PostPosted: July 14th, 2007, 6:25 am
by eugene2k
1st bug. If there's only one file in the playlist, and shuffle is on, repeat doesn't work. Please add an If statement :)

2nd bug. In the main player window the song title is readable, however in the playlist window it's garbage. The song title is written in russian, so I figure this is because the player uses unicode functions, while the playlist uses ascii.

Re: repeat doesn't work + encodings problem in the playlist

PostPosted: January 27th, 2008, 5:13 pm
by Cliff Cawley
eugene2k Wrote:1st bug. If there's only one file in the playlist, and shuffle is on, repeat doesn't work. Please add an If statement :)


First bug is fixed

eugene2k Wrote:2nd bug. In the main player window the song title is readable, however in the playlist window it's garbage. The song title is written in russian, so I figure this is because the player uses unicode functions, while the playlist uses ascii.


Do you have a sample file you can send me?

Both actually use ANSI instead of Unicode, so I'm not sure why one is working and the other isn't.

Cliff :)