I had the same problem. Interestingly, I didn't have it when I first used the
plugin (yesterday). Weird stuff.
Bruno's suggestion seems to be right.
I changed line 332
self.__db.set(entry,
rhythmdb.PROP_TRACK_NUMBER, int(track['trackno']))
to
trackno = int(track['trackno'])
if trackno >= 0:
self.__db.set(entry,
rhythmdb.PROP_TRACK_NUMBER, trackno)
And now it works again. Thanks!
--
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs