Holzhaus / beets-extrafiles

A plugin for beets that copies additional files and directories during the import process.
MIT License
45 stars 10 forks source link

Suggestion: overwrite existing files when album is replaced #9

Open kassisaf opened 5 years ago

kassisaf commented 5 years ago

extrafiles currently skips files if they are already present in the destination. This is problematic when replacing albums on import, as you may end up with extra files that are only relevant to the release that has been replaced. Example:

kassisaf commented 5 years ago

Note that this only occurs if the filenames match. If they do not match, you end up with multiple copies of extra files. If possible, a better solution may be to remove previously-copied extra files before copying new ones when an album is replaced.

jee-r commented 5 years ago

+1 this can be useful for reimport album, but should be opt-out by default i think.