saltedcoffii / ffmpeg-audio-thumbnailer

Minimal thumbnailer for audio files using ffmpeg that can be used by file managers to create thumbnails for audio files
GNU General Public License v3.0
8 stars 4 forks source link

Possible neccessity of ffmpeg -y flag? #4

Closed pancaek closed 8 months ago

pancaek commented 1 year ago

When using EasyTAG to manually tag audio files with covers, the thumbnails aren't applied at all unless I modify the thumbnailer file to use ffmpeg's -y flag to allow overwriting the output files.

This remains the case even when manually removing the thumbnail cache from .cache/thumbnails to force a rebuild, as well as if I try restarting tumblerd.

After adding the -y flag, EasyTAG thumbnails are successfully recognized, and additionally update as soon as they are saved in EasyTAG.

pancaek commented 1 year ago

I'd be happy to write the (admittedly very tiny) PR for this, but I thought it best to first raise the issue in case it is not reproducible/not worth implementing for some other reason.

saltedcoffii commented 11 months ago

I'm not familiar with easytag software but would be happy to see a pr for compatibility

pancaek commented 11 months ago

Awesome, I just made the PR

saltedcoffii commented 8 months ago

Fixed #5