Closed GoogleCodeExporter closed 9 years ago
Had the same problem on Nectarine, and tracked it down to some files having
filenames
that pyAdder/ices could not understand, thus bailing out with:
Playlist file name is empty, shutting down.
Can also happen on songs that weren't correctly added to the db and thus have no
filename associated.
Also can happen, when pyAdder's pick random enqueue function returns no result:
http://code.google.com/p/demovibes/source/browse/trunk/demovibes/pyAdder.py#112
Try increasing value to 30 or even 50 - tho it'll eat substantial amount of CPU.
Original comment by ara...@gmail.com
on 20 Oct 2009 at 1:38
The random function should always return a song object. When loop ends it will
just
use the last song picked.
Original comment by TheTerra...@gmail.com
on 20 Oct 2009 at 1:46
Is this still a problem? Added more debug logging to pyAdder, can enable very
detailed
logs if needed. It have namespace "pyAdder" and look for a file called
"logging.conf"
in the same directory. If it does not exist, it will log info or higher to
console (not
very helpful). Logging documentation (including logging file structure) can be
found at
http://docs.python.org/library/logging.html
Original comment by TheTerra...@gmail.com
on 25 Nov 2009 at 10:54
This isnt a major issue anymore. Stream will auto restart in case of a failure
anyways.
Original comment by FishGuy8765@gmail.com
on 3 Dec 2009 at 6:06
Original issue reported on code.google.com by
FishGuy8765@gmail.com
on 20 Oct 2009 at 1:19