cjcodeproj / musicscan

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

Pointer hints between song and index in XML output #24

Closed cjcodeproj closed 5 months ago

cjcodeproj commented 5 months ago

When --debug is specified the comments that act as pointers between the index and the album are not being generated.

cjcodeproj commented 5 months ago

Commit:

https://github.com/cjcodeproj/musicscan/commit/188ff240813ea374eeef6edebb1da9241e7c81be

cjcodeproj commented 5 months ago

Closing note.

The XMLFileWriter class has a lot of methods that were originally going to be turned into Python properties, but the first test never worked. I might revisit it, or I might not. There should probably be type checking for all of the values passed in the setter methods. Or maybe it's time to start using method argument type hints.