Skip to content

Blitzloop could skip songs when failed to parse #45

Description

@jose1711

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

try:
    song = Song(path)
except:
    continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions