Convert plugin using modification time instead of just existence #5724
K9-guardian
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The plugin at https://github.com/geigerzaehler/beets-alternatives might be better suited to what you want to achieve. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've made this change in my convert plugin.
It checks the modification time of the original file to see if it's updated since conversion. This was really useful when I was trying to change stuff like genre tags or adding
replayGain
, as without this change, the convert plugin would skip over the files that already existed, even though I want them to be re-converted to get the updated metadata.I think this could be much better though, as for just metadata changes you can perform a more efficient
ffmpeg
command, but I'm not entirely sure a good way to implement that. Maybe this could just be an optional flag?Beta Was this translation helpful? Give feedback.
All reactions