You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an album 'A' which is later merged into another album 'B' on MusicBrainz, the MBID of A will be redirected to MBID of B.
If I tried to run beet mbupdate -r with a local collection containing album 'A', it will add album 'B' to my remote collection (redirected on the server side) first. But in the end, 'B' will inadvertently get removed (since mbcollection plugins believes 'B' is not newly added and should be removed).
sampsyo
changed the title
mbcollection: 'remove' option would inadvertently remove certain releases
mbcollection: 'remove' option inadvertently removes merged releases
May 3, 2018
Problem
For an album 'A' which is later merged into another album 'B' on MusicBrainz, the MBID of A will be redirected to MBID of B.
If I tried to run
beet mbupdate -r
with a local collection containing album 'A', it will add album 'B' to my remote collection (redirected on the server side) first. But in the end, 'B' will inadvertently get removed (sincembcollection
plugins believes 'B' is not newly added and should be removed).Steps to reproduce:
beet mbupdate -r
Expected Behavior:
this album is added to remote collection instead of the one with original MBID.
Actual Behavior:
Nothing is added to remote collection. The expected album is added first but later get removed.
Setup
The text was updated successfully, but these errors were encountered: