Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: overwrite existing files when album is replaced #9

Open
kassisaf opened this issue May 3, 2019 · 2 comments
Open

Suggestion: overwrite existing files when album is replaced #9

kassisaf opened this issue May 3, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@kassisaf
Copy link

kassisaf commented May 3, 2019

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:

  • Album exists in library
  • Import a different release of the same album, or the same release in a different format
  • Beets prompts to skip, remove old, keep both, etc. Choose remove
  • Old release/format is deleted, new release/format is copied, extrafiles skips the copy because they are already present for the old release
  • Extra files now correspond to the release that was removed, while the extra files associated with the release you actually have are left behind.
@kassisaf
Copy link
Author

kassisaf commented May 3, 2019

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
Copy link

jee-r commented May 3, 2019

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

@Holzhaus Holzhaus added the enhancement New feature or request label May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants