15 Aug
2007
15 Aug
'07
18:47
Hi Kurt, On 15.08.07, K G wrote:
On my system at least, pytone goes into deadlock when I try to play songs in random mode.
Thanks for reporting that issue.
Tracking it down, I think that in songdb.py, line 335, it should be
return resulthash.keys()
instead of
return resulthash.values()
This solves the problem for me.
I'm not totally sure why this works ;-) Anyway, I checked in a different fix which prevents the corresponding code path, which yet has to be ported to the new playlist code, from being called in the first place.
Thank you once more for that piece of great software,
Bitte! Cheers, Jörg