Bruno Cauet
|
b27c5304d1
|
Merge branch 'master' into logging
Conflicts:
beetsplug/fetchart.py
beetsplug/mpdstats.py
|
2015-01-09 15:15:27 +01:00 |
|
Frederik “Freso” S. Olesen
|
4b1f0cbf48
|
Happy 2015. ;)
See 7a410f636b
Command used:
git grep -l 'Copyright 201'|xargs sed -i -E 's/Copyright 201./Copyright 2015/'`
|
2015-01-08 21:37:09 +01:00 |
|
Bruno Cauet
|
32673b87e7
|
Update multiple plugins: pass the logger around
|
2015-01-06 21:42:09 +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
|
f5c5666729
|
Attain pep8-cleanliness
No more E12 or E501
|
2015-01-04 17:29:31 +01:00 |
|
Bruno Cauet
|
7df8bef8b7
|
Update logging imports: logging → beets.logging
|
2015-01-04 17:02:27 +01:00 |
|
Bruno Cauet
|
8cac47af2a
|
Convert beets plugins to lazy logging
|
2015-01-04 17:02:27 +01:00 |
|
Adrian Sampson
|
665b4ac50a
|
lastimport: Declare play_count type
Now you can get the fanciness of the numeric field without configuring the
`types` plugin.
|
2014-10-26 15:06:48 -07:00 |
|
Adrian Sampson
|
4a61ce7c6b
|
Use shared Last.fm API key
|
2014-10-12 13:27:04 -07:00 |
|
Adrian Sampson
|
06cfd4c549
|
Use MatchQuery for mb_trackid lookup
|
2014-10-12 13:21:26 -07:00 |
|
Adrian Sampson
|
490f84fc34
|
Style fixes
|
2014-10-12 13:19:03 -07:00 |
|
Adrian Sampson
|
a07e20eaf8
|
Safer GET parameter formulation for AS URL
|
2014-10-12 13:11:58 -07:00 |
|
Adrian Sampson
|
d6266c2542
|
Add lastimport plugin by @rafi
From rafi/beets-lastimport at 72c199d599ee76f2a5fa366a032ad33491f2c82c.
|
2014-10-12 13:00:27 -07:00 |
|