cjcodeproj / musicscan

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

Cleaner debug output #11

Open cjcodeproj opened 3 months ago

cjcodeproj commented 3 months ago

The id3tool generates a lot of output, some of which could be pared down.

Review the output of test runs, and see if it makes sense to drop some output, or tie it to flags like --debug or --stats for anyone wanting more or less detail.