Commit Graph

  • 790c41a73d write: Do not try to write non-writable fields Adrian Sampson 2015-01-27 15:03:19 -08:00
  • 84b42b6f1e Tox: Do not conflate 2.6 with setup.py test Adrian Sampson 2015-01-27 14:04:12 -08:00
  • ac3ea16656 Fix for unicode_literals in scrub Adrian Sampson 2015-01-27 13:48:13 -08:00
  • 2c75d0567f Made the new functionality the default behaviour. Malte Ried 2015-01-27 19:59:49 +01:00
  • 07cea16492 Changed the interface of extractart to make it easier to understand what it does. Malte Ried 2015-01-27 19:41:25 +01:00
  • 2631d88b39 Merge branch 'master' into extractart-for-albums Malte Ried 2015-01-27 19:18:51 +01:00
  • a200bb3256 ArtResizer: fix IM get image size output parsing Bruno Cauet 2015-01-27 17:25:28 +01:00
  • 5453cf96c8 thumbnails plugin handles 128² and 256² thumbnails Bruno Cauet 2015-01-27 16:49:14 +01:00
  • 2d62032a61 ArtResizer can fetch an image file's size Bruno Cauet 2015-01-27 16:48:20 +01:00
  • 55fd2d2886 thumbnails: create thumbnail dirs if needed Bruno Cauet 2015-01-27 16:22:51 +01:00
  • 5b8a846d1f Add a new plugin: thumbnails Bruno Cauet 2015-01-27 16:18:14 +01:00
  • 154917bbd1 Add unicode() for Distance: show the distance Bruno Cauet 2015-01-27 12:16:40 +01:00
  • dbef31776f Replace ur'' strings by r'' strings Bruno Cauet 2015-01-27 09:02:44 +01:00
  • be5fe4ae7f Try re-enabling PyPy on Travis Adrian Sampson 2015-01-26 17:22:38 -08:00
  • 35ba6dedfd Tiny tweaks for #1247 Adrian Sampson 2015-01-26 17:21:45 -08:00
  • d9481a0886 Require a newer enum34 Adrian Sampson 2015-01-26 17:12:10 -08:00
  • b8dab9cf9f Merge pull request #1247 from brunal/future Adrian Sampson 2015-01-26 17:02:07 -08:00
  • e3c127b159 Changelog and slight reformatting for #1269 Adrian Sampson 2015-01-26 15:14:45 -08:00
  • 94020963d2 Merge pull request #1269 from brunal/libmodels-formatting Adrian Sampson 2015-01-26 15:12:06 -08:00
  • 1c6b4a7ea7 Fix logical inversion 😳 Adrian Sampson 2015-01-26 15:09:47 -08:00
  • c1b47bbe9f Tox/Travis: Cut down on dependencies Adrian Sampson 2015-01-26 15:03:21 -08:00
  • 38fa6ce37d Travis: Retry dependency installation Adrian Sampson 2015-01-26 14:50:05 -08:00
  • 4aba4320e6 Rollback ui.print_() auto-conv of args to string Bruno Cauet 2015-01-26 23:47:12 +01:00
  • fb3332d7ff Update filefilter.rst Fabrice Laporte 2015-01-26 23:26:54 +01:00
  • 4e904c78af Simplify LibModel format management Bruno Cauet 2015-01-26 23:09:56 +01:00
  • e7f3987b42 Centralize check and string literal into MusicBrainzAPIError.__init__ for #1190 Tom Jaspers 2015-01-26 22:19:02 +01:00
  • da019c75e3 Fix logging of MusicBrainz errors Adrian Sampson 2015-01-26 12:10:06 -08:00
  • d3fce35481 Colors are user configurable Tom Jaspers 2015-01-26 17:24:32 +01:00
  • 67e1065229 Display clear error message when MusicBrainz is unreachable: "MusicBrainz not reachable" Tom Jaspers 2015-01-26 14:25:32 +01:00
  • 060c275fd3 Merge branch 'master' into libmodels-formatting Bruno Cauet 2015-01-26 10:17:15 +01:00
  • 3787f8a1dd Improve comments on formatting inner workings Bruno Cauet 2015-01-26 09:46:12 +01:00
  • 065cb59ce7 Restore show_change() logging: MatchInfo, not Item Bruno Cauet 2015-01-26 09:44:51 +01:00
  • f2ed7b2373 Fix dumb naming mistake in e0cc68c Adrian Sampson 2015-01-25 13:18:26 -08:00
  • 2e083f0a8c Changelog wording Adrian Sampson 2015-01-25 13:12:21 -08:00
  • e0cc68cf07 Tiny renaming for #1233 Adrian Sampson 2015-01-25 13:03:28 -08:00
  • a10d9750a6 Merge pull request #1233 from pprkut/tracktotal Adrian Sampson 2015-01-25 13:02:31 -08:00
  • b5c4edaaf5 Changelog for Wikipedia fetchart backend (#1194) Adrian Sampson 2015-01-25 13:00:58 -08:00
  • ec2e9891c3 Merge pull request #1194 from tomjaspers/master Adrian Sampson 2015-01-25 12:59:13 -08:00
  • 9fe0eab26f Merge pull request #1262 from brunal/embedart-logging Adrian Sampson 2015-01-25 12:55:19 -08:00
  • bd29ab21e1 Delete outdated disabled test in test_library.py Bruno Cauet 2015-01-25 21:38:29 +01:00
  • 8165dec985 Delete manual formattings of album & item Bruno Cauet 2015-01-25 21:32:22 +01:00
  • 62cd6e37aa Update ui.print_obj_(), add ui.format_() Bruno Cauet 2015-01-25 20:57:50 +01:00
  • 73d200184b Implement __format__ on Album and Item Bruno Cauet 2015-01-25 19:09:42 +01:00
  • 77d46bb2df Embedart logging: higher level for img comparisons Bruno Cauet 2015-01-25 18:33:20 +01:00
  • 1988cffbda Merge branch 'extractart-for-albums' of https://github.com/mried/beets into extractart-for-albums Malte Ried 2015-01-25 11:56:04 +01:00
  • c43173263c Bugfixes and code rearrange for the extract art for albums feature. Closes #1261 Malte Ried 2015-01-24 15:59:13 +01:00
  • 6ac132edf7 Added an option to extract the art file of all matched albums. Closes #1261 mried 2015-01-24 11:15:36 +01:00
  • 258b63c566 Changelog for #1266 Adrian Sampson 2015-01-24 10:39:06 -08:00
  • bd81eb1660 Merge pull request #1266 from djl/playlistmkdirs Adrian Sampson 2015-01-24 10:37:54 -08:00
  • de7768deae Bugfixes and code rearrange for the extract art for albums feature. Closes #1261 Malte Ried 2015-01-24 15:59:13 +01:00
  • 29de697a8d Fix bug where playlists were not created in subdirs. David Logie 2015-01-24 12:56:25 +00:00
  • 23dcdebe9a Merge branch 'master' into embedart-logging Bruno Cauet 2015-01-24 11:31:31 +01:00
  • b1bf7f3e68 Added an option to extract the art file of all matched albums. Closes #1261 mried 2015-01-24 11:15:36 +01:00
  • 54432d1698 Changelog for #1258 (file name of extracted art is taken from art_filename) mried 2015-01-24 10:46:32 +01:00
  • 07065b27b3 Merge pull request #1263 from brunal/embedart-better-extract Adrian Sampson 2015-01-23 11:00:10 -08:00
  • 1a48185b80 Changelog and style for #1260 Adrian Sampson 2015-01-23 10:37:05 -08:00
  • 3336f56a6e Merge pull request #1260 from kiefermat/index_error_on_unknown_cover_type Adrian Sampson 2015-01-23 10:34:10 -08:00
  • b30c6975a1 Embedart extraction: 'cover' is already the default Bruno Cauet 2015-01-23 18:06:37 +01:00
  • 4a27f83223 embedart: try extracting from items until success Bruno Cauet 2015-01-23 17:48:37 +01:00
  • b001a973a3 Improve embedart logging management Bruno Cauet 2015-01-23 17:38:40 +01:00
  • b3803d3472 Extractart uses the configured art_filename. Closes #1258 Malte Ried 2015-01-23 17:14:14 +01:00
  • b16898743d Fixed IndexError on reading embedded cover art with invalid cover type Matthias Kiefer 2015-01-23 13:44:08 +01:00
  • 268dcb0008 test.helper.log_capture() unicode handling Bruno Cauet 2015-01-21 19:17:28 +01:00
  • 9655775b0b Docs capitalization Adrian Sampson 2015-01-21 10:17:15 -08:00
  • b3eca334eb Merge branch 'master' of github.com:sampsyo/beets Adrian Sampson 2015-01-21 10:12:27 -08:00
  • 070d4feb62 Remove unused import Adrian Sampson 2015-01-21 10:10:47 -08:00
  • d36ebf3e29 test_embedart: fix imports Bruno Cauet 2015-01-21 19:09:25 +01:00
  • 1eac878667 Doc: chroma plugin & virtualenvs Bruno 2015-01-21 18:53:41 +01:00
  • be7ffd9758 Merge pull request #1254 from andremiller/master Adrian Sampson 2015-01-21 09:38:37 -08:00
  • 6b11c6326e embedart: Fix test for 433d6b7 (#1252) Adrian Sampson 2015-01-21 09:35:36 -08:00
  • 96e3d8b451 Replaced print with log.info Andre Miller 2015-01-21 19:31:02 +02:00
  • 77f51133aa Fiddle with CORS dependency docs (#1237) Adrian Sampson 2015-01-21 09:17:53 -08:00
  • 433d6b7485 embedart: Error on non-existent -f file Adrian Sampson 2015-01-21 09:07:59 -08:00
  • e0a48c6cf9 Expand changelog for #1246 Adrian Sampson 2015-01-21 09:02:08 -08:00
  • 1e0185188a Smartplaylist: fix song path writing (str → bytes) Bruno Cauet 2015-01-21 10:36:45 +01:00
  • 545ba22f94 CORS init in web plugin: print → log Bruno Cauet 2015-01-21 10:18:13 +01:00
  • c2f8cb9983 Merge branch 'master' into future Bruno Cauet 2015-01-21 10:04:33 +01:00
  • 8ccd385d85 Add a note to the docs and changelog about the new -f/--format option for mbsync. David Logie 2015-01-21 08:05:12 +00:00
  • f458549e4e mbsync: Set default album/item format for tests. David Logie 2015-01-20 16:41:58 +00:00
  • 28f616f75d mbsync: Remove unnecessary decorators. David Logie 2015-01-20 16:40:28 +00:00
  • 99e89a29e2 mbsync: Don't overwrite the format built-in. David Logie 2015-01-20 11:19:52 +00:00
  • 11a21e149e mbsync: Improve tests. David Logie 2015-01-20 10:40:38 +00:00
  • 7db3e1d80c mbsync: Fix bug where singletons always used the album format. David Logie 2015-01-20 10:40:06 +00:00
  • 3e9f716b68 Remove unused variable. David Logie 2015-01-20 10:14:04 +00:00
  • 1380ee79dc Add basic test for custom mbsync formats. David Logie 2015-01-20 08:48:49 +00:00
  • 2fae94a93a Make the Template object an attribute. David Logie 2015-01-19 13:44:14 +00:00
  • 3317580296 mbsync: Support custom output format. David Logie 2015-01-19 11:07:21 +00:00
  • 7e21c68487 Logging: pass through non-problematic values Adrian Sampson 2015-01-20 16:28:42 -08:00
  • 9b83cef0de Handle encoding misfortunes in logging (#1248) Adrian Sampson 2015-01-20 16:17:59 -08:00
  • 770ffad638 Require mutagen 1.27 Adrian Sampson 2015-01-20 15:30:28 -08:00
  • 1a151c2272 Remove redundant config rest in tests Adrian Sampson 2015-01-20 15:22:59 -08:00
  • f617d162cf keyfinder: Better output parsing (#1248) Adrian Sampson 2015-01-20 15:17:21 -08:00
  • dae1776165 Reasonable logging for keyfinder command Adrian Sampson 2015-01-20 15:12:26 -08:00
  • 5586fcee67 keyfinder: Only write on import when asked to Adrian Sampson 2015-01-20 15:11:13 -08:00
  • b737102008 One-byte typo fix Adrian Sampson 2015-01-20 15:02:13 -08:00
  • 899365c4a9 Finish changing plugin name in docs (#1186) Adrian Sampson 2015-01-20 15:00:28 -08:00
  • ea2474277a Changelog/typo fix for filefilter (#1186) Adrian Sampson 2015-01-20 14:55:50 -08:00
  • 07f99e6ab7 Fix up tests for import_task_created (#1186) Adrian Sampson 2015-01-20 14:51:26 -08:00
  • 8e94419c2a Fix filefilter (#1186) tests for consistent colons Adrian Sampson 2015-01-20 14:34:42 -08:00
  • 0a8dcadb75 Rename regexfilefilter to filefilter (#1186) Adrian Sampson 2015-01-20 14:32:22 -08:00