Commit Graph

  • b80713ce5b Lambda-free reference to instance method Adrian Sampson 2015-02-13 17:37:55 -08:00
  • 9cdd541943 Error handling for 'filesize' field Tom Jaspers 2015-02-13 12:24:21 +01:00
  • e1e46df1b3 Fix path truncation test: really use bytes Bruno Cauet 2015-02-12 11:56:54 +01:00
  • d267741ff3 Delete 'format' variables that shadow the built-in Bruno Cauet 2015-02-11 16:19:19 +01:00
  • c286ea38de Importer metadata source is set as a field: docs Tom Jaspers 2015-02-11 10:29:13 +01:00
  • 20ae26dd77 Importer metadata source is set as a field: tests Tom Jaspers 2015-02-11 10:14:56 +01:00
  • 06cc5346f2 Make less assumptions on plugin log levels Bruno Cauet 2015-02-11 09:11:34 +01:00
  • 5a1f499c64 Discogs plugin: fix event listener params Bruno Cauet 2015-02-11 09:06:13 +01:00
  • 228e5c0432 Importer metadata source is set as a field Tom Jaspers 2015-02-10 18:17:37 +01:00
  • a014750e2d Update docs: mention multi-level logging Bruno Cauet 2015-02-10 17:26:56 +01:00
  • f1e13cf886 Offer verbose and very verbose modes Bruno Cauet 2015-02-10 17:13:15 +01:00
  • 327b62b610 Improve logging management for plugins: fixes Bruno Cauet 2015-02-10 16:55:06 +01:00
  • 4578c4f0e1 Improve logging management for plugins Bruno Cauet 2015-02-10 15:30:15 +01:00
  • 60b1819db0 Stop applying mp3gain directly to files. Fixes #1316 Update docs to remove non-existent apply option. Arturo R 2015-02-09 09:55:32 -08:00
  • 54abd1a510 Merge branch 'invalidqueryerror' Bruno Cauet 2015-02-09 21:29:01 +01:00
  • 7476d6be46 InvalidQuery*Error extend ParsingError Bruno Cauet 2015-02-09 19:25:23 +01:00
  • c6455c269f Merge branch 'master' into thumbnails Bruno Cauet 2015-02-09 16:08:29 +01:00
  • f443e0bfc5 InvalidQueryArgumentTypeError does not extend InvalidQueryError Bruno Cauet 2015-02-09 15:44:49 +01:00
  • 54887e7655 Widen usage of InvalidQueryError Bruno Cauet 2015-02-01 09:37:36 +01:00
  • 6572e1bf5a Fetchart: add empty album check to iTunes art Tom Jaspers 2015-02-09 14:59:56 +01:00
  • bbc6d0906b Merge pull request #1312 from tomjaspers/album-path-queries Tom Jaspers 2015-02-08 16:43:55 +01:00
  • 0a81aae142 PathQueryTest: rename assert_matched for items Tom Jaspers 2015-02-08 16:34:28 +01:00
  • 66b7e4cd39 Merge branch 'master' of github.com:sampsyo/beets Adrian Sampson 2015-02-07 12:52:20 -08:00
  • e7f8a627e9 Style fixes for pep8 1.6 Adrian Sampson 2015-02-07 12:51:54 -08:00
  • 9b9c033df6 importfeeds: Fix Unicode error when writing files. David Logie 2015-02-07 15:12:08 +00:00
  • 3ec44aab3e Update _types field instead of assigning it Tom Jaspers 2015-02-06 10:42:46 +01:00
  • 049aa2f297 Album path queries get constructed automatically Tom Jaspers 2015-02-06 10:38:41 +01:00
  • f4d971d3a8 PathQueryTest now also tests Album queries Tom Jaspers 2015-02-06 10:36:23 +01:00
  • 80c96d98de Oops, flake8 formatting Tom Jaspers 2015-02-05 10:54:42 +01:00
  • d8ebc71f98 Auto path detection: use clearer variable name Tom Jaspers 2015-02-05 09:47:30 +01:00
  • f1ce37e20e Update Python download link Adrian Sampson 2015-02-04 09:34:41 -08:00
  • 5d49b24ea1 Automatic path query detection on album queries Tom Jaspers 2015-02-04 12:55:55 +01:00
  • 0247785440 discogs: Catch JSON decode errors Adrian Sampson 2015-02-03 23:42:47 -08:00
  • cc01d87209 discogs: Catch *another* exception (fix #1305) Adrian Sampson 2015-02-03 23:04:14 -08:00
  • a7878b0eba A couple of explanatory comments for #1292 Adrian Sampson 2015-02-03 09:50:36 -08:00
  • 82e89b8960 Merge pull request #1292 from mried/import-autosingleton Adrian Sampson 2015-02-03 09:49:13 -08:00
  • 50dbd18493 Duplicates: fix error caused by formatting Tom Jaspers 2015-02-03 13:31:54 +01:00
  • 11b446e7df Simplified the flattening for the lists returned by plugins on the import_task_created event. Malte Ried 2015-02-03 12:15:17 +01:00
  • 1341ad9b1d Importer UI: Display number of missing/unmatched tracks Tom Jaspers 2015-02-03 10:23:52 +01:00
  • 9dc123a665 Changelog for filesize field Adrian Sampson 2015-02-02 22:48:19 -08:00
  • 77833f6c05 Oops 😳 #1299 Adrian Sampson 2015-02-02 22:34:22 -08:00
  • 8151a40f1f discogs: Catch socket errors (#1299) Adrian Sampson 2015-02-02 22:27:14 -08:00
  • bb967dd629 Merge branch 'master' of github.com:sampsyo/beets Adrian Sampson 2015-02-02 15:29:52 -08:00
  • 1b22f122a8 Binary literals in unique_path (fix #1298) Adrian Sampson 2015-02-02 15:28:44 -08:00
  • 6ed0b2e0f3 Expose an Item's filesize as a field Tom Jaspers 2015-02-02 21:52:23 +01:00
  • 313c3807aa scrub: Use syspath in beet scrub (#1297) Adrian Sampson 2015-02-02 10:42:31 -08:00
  • 465719a208 scrub: Catch IOErrors in command (fix #1297) Adrian Sampson 2015-02-02 10:13:48 -08:00
  • 46ba99ce79 Merge pull request #1295 from sampsyo/more-info geigerzaehler 2015-02-01 21:19:24 +00:00
  • 482008bf1d Info plugin can filter properties in output Thomas Scholtes 2015-02-01 17:25:06 +01:00
  • b150d40394 Changelog for #1294 Thomas Scholtes 2015-02-01 21:45:55 +01:00
  • f0faf5c26b Merge pull request #1294 from sampsyo/write-tags Adrian Sampson 2015-02-01 12:35:09 -08:00
  • b68708f81e Installation instructions for Fedora (fix #375) Adrian Sampson 2015-02-01 12:22:24 -08:00
  • a2b00a8408 Changelog entry for #1291 Tom Jaspers 2015-02-01 20:31:03 +01:00
  • e681449785 Added documentation FileFilterPlugin uses the new return value feature Some tweaks to get the code more readable Malte Ried 2015-02-01 17:01:06 +01:00
  • 754a90dc90 Merge branch 'master' into import-autosingleton Malte Ried 2015-02-01 16:12:59 +01:00
  • 51ab099145 Extend item.write() to embed images without changing item Thomas Scholtes 2015-02-01 15:35:24 +01:00
  • 43e9044843 Duplicate album-import summary shows old/new filesize Tom Jaspers 2015-01-31 22:11:43 +01:00
  • 336bb9255c chroma: Fix refactored beet submit Adrian Sampson 2015-01-31 13:04:11 -08:00
  • 14ce6a557e Merge pull request #1183 from marcaddeo/refactor-ftintitle Adrian Sampson 2015-01-31 12:51:15 -08:00
  • df4c7952d4 Update doc: liberal plugin ordering for fetchart Bruno Cauet 2015-01-31 21:36:12 +01:00
  • 60a89d3a7b Fix thumbnails test Bruno Cauet 2015-01-30 21:34:24 +01:00
  • a72ae5991f Add send_art event for embedart and thumbnails Bruno Cauet 2015-01-31 13:55:13 +01:00
  • 8b5d43b32e Merge branch 'master' of github.com:sampsyo/beets Adrian Sampson 2015-01-31 11:56:39 -08:00
  • 3f0dbb876d Tests for #1285: normalize Unicode filenames Adrian Sampson 2015-01-31 11:54:32 -08:00
  • 9de9d2497f Unicode tests for #1285 Adrian Sampson 2015-01-31 11:29:32 -08:00
  • 614fbf20ca Tests for #1285: parameterize tests Adrian Sampson 2015-01-31 11:24:27 -08:00
  • f284d8fad5 Handle shlex parse errors in query strings Bruno Cauet 2015-01-31 19:47:19 +01:00
  • e99adddb11 Importer: byte strings for multi-disc directories Bruno Cauet 2015-01-31 15:36:39 +01:00
  • 557330e994 Fix open numeric ranges Bruno Cauet 2015-01-31 14:16:15 +01:00
  • a608a5fc36 Plugins are able to return a list of import tasks to create instead of the original import task using the import_task_created event. Needed for #1167 Malte Ried 2015-01-31 12:41:01 +01:00
  • 927a53d59b Merge pull request #1281 from tomjaspers/configurable-colors Tom Jaspers 2015-01-30 13:48:19 +01:00
  • 0947b8f286 Move color-lookup from config in to the colorize function Tom Jaspers 2015-01-30 12:13:07 +01:00
  • 0a37c4652e docs: restore freedesktop in plugins toctree Bruno Cauet 2015-01-30 10:32:41 +01:00
  • 533af4edaa Remove 'freedesktop' from plugins index Bruno Cauet 2015-01-29 18:15:42 +01:00
  • d299f40a72 Fix PNG metadata type: string only Bruno Cauet 2015-01-29 15:49:18 +01:00
  • f483012183 Colorize is now to be called with the abstract color_name instead of the color. Tom Jaspers 2015-01-29 14:33:57 +01:00
  • ea687baebd Configurable colors: update documentation and changelog Tom Jaspers 2015-01-29 14:05:00 +01:00
  • e7378c77a7 Fix tests to use config['ui']['color'] instead of top-level color Tom Jaspers 2015-01-29 14:04:37 +01:00
  • 39183cd539 Add pyxdg and pathlib to tox.ini testenv Bruno Cauet 2015-01-29 13:17:51 +01:00
  • 9bdeb01689 Improve thumbnails logging Bruno Cauet 2015-01-29 13:08:31 +01:00
  • a78cc65826 Merge freedesktop plugin into thumbnails Bruno Cauet 2015-01-29 13:06:26 +01:00
  • fa00a8ab23 Update setup.py for tox Bruno Cauet 2015-01-29 11:47:20 +01:00
  • bea5ad3f97 thumbnails: fix --force option management Bruno Cauet 2015-01-29 11:39:24 +01:00
  • 946aa8e4b3 Fix detection of thumbails to generate Bruno Cauet 2015-01-29 11:18:17 +01:00
  • c09b01ce74 Add tests for thumbnails plugin Bruno Cauet 2015-01-29 11:17:52 +01:00
  • 3d64440ef2 Write thumbnails doc & add changelog entry Bruno Cauet 2015-01-28 18:06:03 +01:00
  • a39ab5163f thumbnails: add "auto" config option Bruno Cauet 2015-01-28 18:02:54 +01:00
  • e8370044c9 thumbnails: add --force (-f) to force regeneration Bruno Cauet 2015-01-28 16:48:34 +01:00
  • 540cae0de4 thumbnails: fix detection of local resizing capabilities Bruno Cauet 2015-01-28 16:34:27 +01:00
  • 180a3ece3b Improve thumbnails docstrings Bruno Cauet 2015-01-28 16:31:49 +01:00
  • 143e749426 thumbnails plugin writes standard metadata to the thumbnail Bruno Cauet 2015-01-28 16:25:54 +01:00
  • fc82f2bb89 Changelog for #1190/#1272 Adrian Sampson 2015-01-28 11:43:35 -08:00
  • 2496867daf Merge pull request #1272 from tomjaspers/master Adrian Sampson 2015-01-28 11:42:40 -08:00
  • d73a55cf19 Merge pull request #1267 from mried/extractart-for-albums mried 2015-01-28 17:23:42 +01:00
  • 4227e3eabe beets.util.artresizer offers has_PIL() and has_IM() Bruno Cauet 2015-01-28 16:24:05 +01:00
  • 67ecf32671 Fixed typos. Malte Ried 2015-01-28 15:46:16 +01:00
  • e2a7f7c153 Merge branch 'master' into extractart-for-albums Malte Ried 2015-01-28 15:44:36 +01:00
  • 61c7c837ec Fix byte string management in ui.print_() Bruno Cauet 2015-01-28 11:13:54 +01:00
  • 17d6d6529e thumbails: improve logging, update dependencies Bruno Cauet 2015-01-28 11:12:55 +01:00
  • d842286726 Improve artresizer.im_getsize() Bruno Cauet 2015-01-28 11:10:53 +01:00