blitzloop icon indicating copy to clipboard operation
blitzloop copied to clipboard

Blitzloop could skip songs when failed to parse

Open jose1711 opened this issue 4 years ago • 0 comments

the most simplest way would be to implement something like this into songlist.py:

try:
    song = Song(path)
except:
    continue

jose1711 avatar Oct 18 '20 19:10 jose1711