I have an error message if I have more than one plugin defined in the plugin path. Which according to the documentation should work. What am I doing wrong?
The relevant lines from my config file are: plugins: [ ... #Other plugins alternatives setlister ] # Directories to search for plugins. # Each Python file or directory in a # plugin path represents a plugin and # should define a subclass of BeetsPlugin. # A plugin can then be loaded by adding # the filename to the plugins configuration. # The plugin path can either be a single # string or a list of strings. pluginpath: - ~/.beets/beets-setlister/beetsplug/ - ~/.beets/beets-alternatives/beetsplug/ If I comment out either plugin and path, then I do not get an error. It doesn't matter if I comment out setlist or alternatives. Either one by itself works. With both, I get the error message: ** plugin alternatives setlister not found -- You received this message because you are subscribed to the Google Groups "beets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
