beets/beetsplug/bpd
Adrian Sampson 4a5594bec6 begin adding convenient plugin defaults
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.
2012-12-18 20:42:42 -08:00
..
__init__.py begin adding convenient plugin defaults 2012-12-18 20:42:42 -08:00
gstplayer.py bpd: use pygst.require() before importing gst 2012-09-12 17:57:37 -07:00