mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
We need plugins to set their config values at run time instead of module import time. That is, defaults should be put in the __init__ method. This is easy enough, but to make it even more convenient, I added a BeetsPlugin.config field, which is a Confit view into a subsection of the configuration named after the plugin. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gstplayer.py | ||