-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
The mbpseudo plugin documentation says:
The
mbpseudoplugin can be used instead of themusicbrainzplugin to search for MusicBrainz pseudo-releases during the import process, which are added to the normal candidates from the MusicBrainz search.
To me this makes it sound like the musicbrainz plugin does not include pseudo-releases, but this is not true. I'd like to fix this, but I'm not sure of the best way to do this. I can think of a few options:
- Don't include pseudo-releases at all with the regular
musicbrainzplugin, and refer tombpseudofor people who want them - Add a config option to exclude all pseudo releases
- Include pseudo-releases in the normal results (the current behavior), but clearly specify that they are pseudo-releases
- Clarify how pseudo-releases work in the documentation for the
musicbrainzplugin, and explain why you might want to usembpseudoinstead
I don't have a strong opinion on which way would be better, but I do think there should be a way to exclude pseudo-releases. With the mbpseudo plugin I feel like it would be more intuitive to not include them at all with the musicbrainz plugin, but this would probably confuse some users and break their workflows, so I'm reluctant to change the default behavior.
Ping @asardaes @snejus since you worked on mbpseudo: what are your thoughts?