cjcodeproj / musicscan

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

Errors out when no year value is present #6

Closed cjcodeproj closed 6 months ago

cjcodeproj commented 6 months ago

The tag processing code has an error when no year is present. It needs to avoid a year value altogether when it's not present.

cjcodeproj commented 6 months ago

Commit:

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

cjcodeproj commented 6 months ago

Closing notes: