blitzloop
blitzloop copied to clipboard
Blitzloop could skip songs when failed to parse
the most simplest way would be to implement something like this into songlist.py
:
try:
song = Song(path)
except:
continue