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
It should be possible for plugins to define the same flexible fields if they are of the same type. At the moment lastfmimport and mpdstats define 'play_count' which leads to:
beets.plugins.PluginConflictException: Plugin mpdstats defines flexible field play_count which has already been defined.
The text was updated successfully, but these errors were encountered:
It should be possible for plugins to define the same flexible fields if they are of the same type. At the moment lastfmimport and mpdstats define 'play_count' which leads to:
beets.plugins.PluginConflictException: Plugin mpdstats defines flexible field play_count which has already been defined.
The text was updated successfully, but these errors were encountered: