Commit Graph

  • 7a49c25e86 Merge pull request #1215 from brunal/clean-config-usage Adrian Sampson 2015-01-12 11:09:47 -08:00
  • 4babc40fd8 Delete useless "config['mypluginname']" mentions Bruno Cauet 2015-01-08 10:39:18 +01:00
  • 34c9caae67 Changelog for logging changes (#1208) Adrian Sampson 2015-01-11 15:44:38 -08:00
  • e83b6ae297 Logging (#1208): prefix plugin names, expand docs Adrian Sampson 2015-01-11 15:39:54 -08:00
  • 6d5945daa4 Use logger.getChild (#1208) Adrian Sampson 2015-01-11 15:08:42 -08:00
  • f871ef9e21 Verbosity affects plugins (#1208) Adrian Sampson 2015-01-11 15:00:20 -08:00
  • 24317fd4c7 Rename BeetsPlugin._import_stages to import_stages Adrian Sampson 2015-01-11 14:27:59 -08:00
  • 1aa04e4500 Merge pull request #1208 from brunal/logging Adrian Sampson 2015-01-11 14:22:27 -08:00
  • 65fc5f8062 Disable PyPy on Travis Adrian Sampson 2015-01-11 12:18:33 -08:00
  • 0cf9956d5b Unicode logging formats, FFS (fix #1214) Adrian Sampson 2015-01-11 12:10:52 -08:00
  • b27c5304d1 Merge branch 'master' into logging Bruno Cauet 2015-01-09 15:15:27 +01:00
  • 2a527598bf Add logging usage recommendations to docs Bruno Cauet 2015-01-09 15:07:02 +01:00
  • e9834ef51c Changelog for #1212, fix #773 Adrian Sampson 2015-01-08 13:44:28 -08:00
  • 558d1f9639 Merge pull request #1212 from brunal/mpdstats-react-only-once Adrian Sampson 2015-01-08 13:43:46 -08:00
  • a7be928065 Changelog for #1211, fix #1177 Adrian Sampson 2015-01-08 13:41:00 -08:00
  • 1654fc82ce Merge pull request #1211 from brunal/fetchart-check-isfile Adrian Sampson 2015-01-08 13:40:21 -08:00
  • 4b1f0cbf48 Happy 2015. ;) Frederik “Freso” S. Olesen 2015-01-08 21:37:09 +01:00
  • 23e6760e19 Partial rollback of bpd logging Bruno Cauet 2015-01-08 17:52:32 +01:00
  • b7735bd3bf Don't register a natural song change twice Bruno Cauet 2015-01-08 12:39:28 +01:00
  • 2e1b0d589d Fetchart: check that the art found is a file Bruno Cauet 2015-01-08 10:56:19 +01:00
  • 1ca33a8a52 Avoid using partial() for the listener callback Bruno Cauet 2015-01-08 10:10:42 +01:00
  • 422a7f6063 replaygain: fix backend instanciation Bruno Cauet 2015-01-06 22:13:17 +01:00
  • 974155f2bc Fix pep8 in test Bruno Cauet 2015-01-06 22:10:30 +01:00
  • 00d5473187 Merge branch master into logging Bruno Cauet 2015-01-06 21:46:04 +01:00
  • b2582c5d62 MusicBrainz collection plugin: delete "print" uses Bruno Cauet 2015-01-06 17:15:55 +01:00
  • df82e113e5 Fix embedart tests Bruno Cauet 2015-01-06 21:20:43 +01:00
  • f504c78681 Fix usage of embedart by convert plugin Bruno Cauet 2015-01-06 21:05:59 +01:00
  • 30562024d2 Fix Lyrics plugin tests Bruno Cauet 2015-01-06 20:51:08 +01:00
  • 1f62711221 Fix FetchArt tests Bruno Cauet 2015-01-06 19:48:03 +01:00
  • 1f0932968e Simple test fixes Bruno Cauet 2015-01-06 20:58:56 +01:00
  • 8097ff8c1d Convert fetchart plugin, with OO rewrite of sources Bruno Cauet 2015-01-06 19:19:30 +01:00
  • 5c1cc6e7fc Convert the convert plugin to the new logging system Bruno Cauet 2015-01-06 18:56:08 +01:00
  • 11d5f93db1 Convert importadded plugin Bruno Cauet 2015-01-06 18:33:56 +01:00
  • 63041736e3 Convert lyrics plugin, with OO rewrite of backends Bruno Cauet 2015-01-06 18:09:18 +01:00
  • 860e7e1483 Update 3 plugins: func → methods, listeners Bruno Cauet 2015-01-06 16:54:15 +01:00
  • 203b325ee7 Convert mbsync logging: big funcs → methods Bruno Cauet 2015-01-06 11:40:20 +01:00
  • 74e18afa94 Convert bdp: pass around with static setter on classes Bruno Cauet 2015-01-06 11:26:15 +01:00
  • 32673b87e7 Update multiple plugins: pass the logger around Bruno Cauet 2015-01-06 11:25:51 +01:00
  • 7d58a38428 Convert replaygain: pass logger to other classes Bruno Cauet 2015-01-06 11:03:57 +01:00
  • 38352f7058 Update chroma plugin logging: pas logger around Bruno Cauet 2015-01-05 21:29:25 +01:00
  • 1be3dade04 Convert freedesktop plugin logging: func → method Bruno Cauet 2015-01-05 21:10:46 +01:00
  • e14a54df05 Convert multiple plugins' logger usage (easy ones) Bruno Cauet 2015-01-05 21:26:56 +01:00
  • 0617c0410f Remove log declarations where it was unused Bruno Cauet 2015-01-06 10:45:53 +01:00
  • 78ac338c28 Delete _log definition where it was already used Bruno Cauet 2015-01-05 20:44:25 +01:00
  • 1afe82fb41 Make 2 plugins rely on auto log level mgmt Bruno Cauet 2015-01-05 12:40:21 +01:00
  • 427f7e7035 Automatic logger level changes on import Bruno Cauet 2015-01-05 12:35:01 +01:00
  • d38d264b6b Add BeetsPlugin._log: per-plugin logger Bruno Cauet 2015-01-05 20:58:00 +01:00
  • 0f1b5b2ca5 Changelog for #1207 (fix #1205) Adrian Sampson 2015-01-06 11:25:00 -08:00
  • 5add272916 Merge pull request #1207 from brunal/master Adrian Sampson 2015-01-06 11:24:28 -08:00
  • b027e48c32 Changelog for #1206 Adrian Sampson 2015-01-06 11:23:40 -08:00
  • 258fa10767 Merge pull request #1206 from Freso/patch-1 Adrian Sampson 2015-01-06 11:22:07 -08:00
  • daba9e770e Fix #1204: insecure request warning in lyrics Adrian Sampson 2015-01-06 11:01:11 -08:00
  • 3940f3a1c2 lastgenre: Whitelist "humor" + "stand-up". Frederik "Freso" S. Olesen 2015-01-06 19:50:00 +01:00
  • 054488e1ab Don't crash when no argument is given Bruno Cauet 2015-01-06 16:32:43 +01:00
  • 6fb810289f lastgenre: Add "comedy" to genre whitelist. Frederik "Freso" S. Olesen 2015-01-06 15:44:39 +01:00
  • b8211a3c4c Every plugin uses its own logger Bruno Cauet 2015-01-05 10:37:56 +01:00
  • fd2c57f736 Make beets.util.str2bool more idiomatic Bruno Cauet 2015-01-05 17:43:22 +01:00
  • 4ef52e6265 Minor formatting fixes for logging overhaul #1198 Adrian Sampson 2015-01-05 17:39:13 -08:00
  • f6dc2cd81c Merge pull request #1198 from brunal/logging Adrian Sampson 2015-01-05 17:34:30 -08:00
  • 1fc7b70763 Version bump: 1.3.11 Adrian Sampson 2015-01-05 12:21:18 -08:00
  • 331d50d6ee Finish changelog for 1.3.10 release v1.3.10 Adrian Sampson 2015-01-05 12:19:45 -08:00
  • 59f5fc7f7f Remove nose dependency Adrian Sampson 2015-01-05 10:16:10 -08:00
  • 30f158a95e Move "from beets import logging" statements Bruno Cauet 2015-01-05 10:05:21 +01:00
  • a8b0454bfb Minor fix in beets.logging docstring Bruno Cauet 2015-01-05 09:55:05 +01:00
  • fa696beef2 beets.logging: fix root logger access Bruno Cauet 2015-01-05 09:53:56 +01:00
  • 06f0e1dee1 Port beets.logging to python 2.6 Bruno Cauet 2015-01-05 09:15:18 +01:00
  • 45db930457 embedart: restore an apparent typo (which wasn't) Bruno Cauet 2015-01-05 07:59:53 +01:00
  • e13e7ed727 config -e: Parse arguments in $EDITOR (fix #1200) Adrian Sampson 2015-01-04 17:46:08 -08:00
  • 1f3fc60bad Add missing space (fix #1199) Adrian Sampson 2015-01-04 17:35:16 -08:00
  • d71a8227e2 Added documentation and tests Malte Ried 2015-01-04 19:02:22 +01:00
  • 9da9e84acd Factory methods of ImportTaskFactory guaranty that a list is returned and the list does not contain a 'None'. That leads to much cleaner code where the methods are called. Malte Ried 2015-01-04 18:18:08 +01:00
  • 7600d33a5f The return values of plugin event handlers are not flattened any more within the plugin class Malte Ried 2015-01-04 18:03:03 +01:00
  • 4ba4f53053 Silence flake8 on logging.* import Bruno Cauet 2015-01-04 17:50:05 +01:00
  • f5c5666729 Attain pep8-cleanliness Bruno Cauet 2015-01-04 17:29:31 +01:00
  • d409da8753 Fix docstring beets.logging.StrFormatLogger._log Bruno Cauet 2015-01-04 17:22:45 +01:00
  • 52243269fc Make test/test_logging work on python 2.6 Bruno Cauet 2015-01-04 17:14:34 +01:00
  • 408afa1b58 Add tests for beets.logging Bruno Cauet 2015-01-04 16:56:25 +01:00
  • e2d3ba1c23 Fix 4 tests by str()-ing a logged exception Bruno Cauet 2015-01-04 16:40:41 +01:00
  • 7df8bef8b7 Update logging imports: logging → beets.logging Bruno Cauet 2015-01-04 16:19:54 +01:00
  • 6bdb02c721 Fix logging formatting string in duplicates plugin Bruno Cauet 2015-01-04 12:25:24 +01:00
  • 8cac47af2a Convert beets plugins to lazy logging Bruno Cauet 2015-01-04 11:41:17 +01:00
  • e75f9a703d Convert beets core to lazy logging Bruno Cauet 2015-01-03 17:46:23 +01:00
  • b40fb507c3 Offer new-style formatting for logging Bruno Cauet 2015-01-03 16:35:19 +01:00
  • 1c4dda4bd3 Merge branch 'master' into import-filefilter Malte Ried 2015-01-04 16:12:36 +01:00
  • 80038e2a3f test_bucket: update test_year_single_year Fabrice Laporte 2015-01-03 23:03:29 +01:00
  • 946e7b446d Take care of None objects when dealing with tasks Malte Ried 2015-01-02 19:10:57 +01:00
  • 7e21406ad0 Event handler implemented in plugins may now return values. Handler for import_task_created can return a list of tasks to substitute the given task. Malte Ried 2015-01-02 18:51:00 +01:00
  • 09164c2d3b All import tasks are now created by the ImportTaskFactory. Malte Ried 2015-01-02 17:42:50 +01:00
  • c560a3d042 Recent changes broke the flake8 rules... Malte Ried 2014-12-31 17:20:47 +01:00
  • 61a20b3163 Modified the tests to match the new --pretend output. Malte Ried 2014-12-31 17:15:52 +01:00
  • ab996a0de0 Merge branch 'master' into import-filefilter Malte Ried 2014-12-31 17:04:16 +01:00
  • 7f4a06d12c Instead of emitting the import_task_created event using a pipeline stage, it is fired every time an import task was created. Malte Ried 2014-12-31 16:57:09 +01:00
  • 405726ba13 Merge pull request #1189 from mried/import-pretend-verbose Adrian Sampson 2014-12-31 08:41:22 -04:00
  • 0e74c5dbaa Rearranged regex config options to reduce hierarchies Malte Ried 2014-12-31 11:56:50 +01:00
  • bee0a5b9fe Album tracks are prepended by two spaces to indent them a bit. Malte Ried 2014-12-31 11:38:03 +01:00
  • cc82e1cb43 Made the detailed output the default behaviour. Malte Ried 2014-12-31 11:30:46 +01:00
  • 4d848766f2 Merge pull request #1192 from Kraymer/lyrics-fix-incomplete Fabrice Laporte 2014-12-31 06:45:31 +01:00
  • e63a8c17a4 fix changelog Fabrice Laporte 2014-12-31 06:37:05 +01:00
  • 650696a5de edit changelog Fabrice Laporte 2014-12-31 06:23:39 +01:00
  • 38b890cdd6 lyrics: add test checking scraping of mocked page Fabrice Laporte 2014-12-31 06:16:06 +01:00