Skip to content

Commit

Permalink
Merge pull request #5 from pancaek/main
Browse files Browse the repository at this point in the history
add -y (overwrite) flag for easytag compatibility
  • Loading branch information
saltedcoffii authored Mar 9, 2024
2 parents ea0ae8a + 11692c1 commit 961f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffmpeg-audio-thumbnailer.thumbnailer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Thumbnailer Entry]
TryExec=ffmpeg
Exec=ffmpeg -i %i %o -fs %s
Exec=ffmpeg -y -i %i %o -fs %s
MimeType=audio/mpeg;audio/flac;audio/wavpack;audio/webm;audio/mp4;audio/aac;audio/x-matroska;audio/x-opus+ogg

0 comments on commit 961f5f0

Please sign in to comment.