Replies: 1 comment
-
|
What is your |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
The problem with
mbsyncis that it overwrites all fields that differ from MusicBrainz, with no way to exclude specific ones. This creates the following:lyricsandreplaygainstore values that MusicBrainz doesn't have. Runningmbsyncwipes them out.The only workaround is to integrate the MusicBrainz API manually via script, which defeats the purpose of installing this plugin in the first place.
Proposed solution
A
--fields(or-f) option to whitelist or blacklist specific fields during sync. For example:This would make
mbsyncmuch more flexible for usage where not all metadata comes from MusicBrainz.A similar issue was mentioned in #6275 but the discussion was closed before it could be addressed.
Beta Was this translation helpful? Give feedback.
All reactions