cjcodeproj / musicscan

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

ID3 data validation #21

Closed cjcodeproj closed 3 months ago

cjcodeproj commented 3 months ago

Deal with cases of missing data in Track or Album object.

The methods in the Analyzer object don't work well when they try to search an empty string.

There should be code that checks the values before the validation tests, and then either runs the validation tests, or skips them.

cjcodeproj commented 3 months ago

Commit:

https://github.com/cjcodeproj/musicscan/commit/fc4923ba4388b5f1c1f6d38a6a8463af6b2792c6