1

(5 replies, posted in Bugs)

Thanks a lot, will wait for 0.08 i guess. Nice tool though!!

2

(5 replies, posted in Bugs)

I think random works partially. I have something like a workaround for you:

If you once loaded the whole playlist, activate random and start playing one of the "last" songs the true playlist-length seems to be "recognized" by the random-function.

Therefore i think its just a "count" problem of how many tracks are added to the playlist. After starting playing one of the last tracks the random-function works fine.


@ Developers:
int randomtrack = newAndTrueListLength * random(); should work better? Looks like Cog doesnt know / use the length of list.