Best way to “upgrade” files for existing albums? #4755
-
I occasionally find myself in situations like the following:
In each case, none of the files in the existing album will remain behind, since the entire album will be replaced with the newer version. Do y’all have suggestions for recommended best practices for these use cases? What exact Beets invocation(s) should I use to address these use cases? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
There is a PR #4471 in the works to precisely handle this issue. |
Beta Was this translation helpful? Give feedback.
-
After some experimentation, I discovered that running
Typing |
Beta Was this translation helpful? Give feedback.
-
@JOJ0 actually, in the scenario you mentioned (we have 10/10 tracks and we want to merge two new files), Beets just creates another file with .1 added. So merge behaves as it should. I feel |
Beta Was this translation helpful? Give feedback.
After some experimentation, I discovered that running
beet import /path/to/new/version/of/same/album
will yield:Typing
R
and then theReturn
key will remove the old version of the album and replace it with the new version. Much simpler than I realized! 😁