regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
69 stars 8 forks source link

modification time of the target file changes when the file actually does not change #18

Open andrew521 opened 2 years ago

andrew521 commented 2 years ago

The following run:

python -m get_cover_art --path=/music-folder/ --art-dest-inline --test

will change all the modification time of music files in the /music-folder, without actually changing the files.

regosen commented 2 years ago

Thanks for catching this! I just published a fix (version 1.5.5), can you try again with the latest version?