cjcodeproj / musicscan

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

Should we pull the image data? #32

Open cjcodeproj opened 2 months ago

cjcodeproj commented 2 months ago

The code is already reading all id3 metadata from a whole bunch of files. Theretically, it could pull cover art images from the files and preserve them in separate files.

Technically, it's outside the scope of the package's purpose. But an option flag could be added and the data could be put in a binary file matching the filename scheme of the XML files.

mathiascode commented 1 month ago

Tinytag 2.0 will provide access to all images embedded in an audio file (at present, it only provides the first image it finds).