Bruno Cauet
|
0617c0410f
|
Remove log declarations where it was unused
Easiest conversions!
|
2015-01-06 21:34:12 +01:00 |
|
Bruno Cauet
|
b8211a3c4c
|
Every plugin uses its own logger
logging.getLogger(__name__) everywhere!
Several loggers prefixed every log message with [logername], which we
delete here.
|
2015-01-06 10:35:44 +01:00 |
|
Bruno Cauet
|
30f158a95e
|
Move "from beets import logging" statements
Move the import next to other beets-related imports
|
2015-01-05 10:05:21 +01:00 |
|
Bruno Cauet
|
7df8bef8b7
|
Update logging imports: logging → beets.logging
|
2015-01-04 17:02:27 +01:00 |
|
Adrian Sampson
|
0aeadebcea
|
freedesktop (#1056): Make handler a method
This lets us use `self.config`. The previous version, which checked
`beets.config['auto']`, was looking in the wrong scope.
|
2014-11-02 21:01:31 -08:00 |
|
kerobaros
|
3516fb67eb
|
Added docstring, copyright and license to plugin.
|
2014-11-02 22:41:03 -06:00 |
|
kerobaros
|
8daeb7d79e
|
Fixed up config checking to make freedesktop plugin pass flake8.
|
2014-11-02 22:35:40 -06:00 |
|
kerobaros
|
6ca34632de
|
fd plugin now runs on album_imported hook. also logs when album has no art.
|
2014-11-02 22:05:37 -06:00 |
|
kerobaros
|
2d82aa85b5
|
Starting on freedesktop plugin.
|
2014-11-01 21:47:55 -05:00 |
|