cjcodeproj / musicscan

Python code to examine music files and extract metadata
MIT License
0 stars 0 forks source link

Data structure for problematic files #15

Open cjcodeproj opened 3 months ago

cjcodeproj commented 3 months ago

There should be a way for the Organizer code base to store information on problematic source files that can be reported through tools like id3scan.

If a user scans a music directory, but doesn't generate any XML output, there should be a way for them to identify files that may have missing, incomplete, or invalid data.

The Track object should contain a filename field, so the data structure can identify the exact file where the problem occurred.