cjcodeproj / musicscan

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

Composer data missing #18

Open cjcodeproj opened 3 months ago

cjcodeproj commented 3 months ago

Composer XML output may be missing from song data that has valid composer values.

cjcodeproj commented 3 months ago

Going to do a little more research on this. It could be that the composer data is being properly recorded in the XML, and the initial discovery is a false positive.

In the vtmedia repository, there are some examples where composer metadata was added directly from liner notes, where it was not actually in the ID3 metadata, which probably lead to the confusion.