Commit Graph

  • 6c1edc792c print "(unknown album)" when no tags are present Adrian Sampson 2011-04-19 23:30:35 -07:00
  • c2fd535047 &/and equivalent in string distance Adrian Sampson 2011-04-19 23:21:18 -07:00
  • 77187baa8b NEWS and doc updates Adrian Sampson 2011-04-19 23:01:59 -07:00
  • a9165518ac progress/resume for item imports Adrian Sampson 2011-04-19 17:21:11 -07:00
  • 7e89282053 duplicate detection for items Adrian Sampson 2011-04-19 16:40:40 -07:00
  • b80b0b4095 logging for singleton imports Adrian Sampson 2011-04-19 16:26:35 -07:00
  • 3dbce11a25 raise error when -q and -t are supplied together Adrian Sampson 2011-04-19 13:56:45 -07:00
  • a75a524178 NEWS note about timid mode Adrian Sampson 2011-04-19 13:28:45 -07:00
  • 182bd96a38 include artist when matching track by ID Adrian Sampson 2011-04-19 13:26:51 -07:00
  • 9222b98706 fix misspelling when matching track by ID Adrian Sampson 2011-04-19 13:25:06 -07:00
  • df6b1abfd8 clean up vestiges of TRACKS choice for album tasks Adrian Sampson 2011-04-19 13:21:27 -07:00
  • db6eb60e23 update tests for timid mode Adrian Sampson 2011-04-19 13:13:16 -07:00
  • 704a76ba2c rename interactive_autotag to timid Adrian Sampson 2011-04-19 13:03:14 -07:00
  • 2ca26d3d20 bugfix for 251a90e6 now user is not only asked for a manual choice but is also able to choose another album ;) mdecker 2011-04-19 14:58:39 +02:00
  • 251a90e64d added -i switch to import command to disable fully automatic tagging of highly similar albums the user will instead be prompted to confirm or change the match mdecker 2011-04-18 22:44:35 +02:00
  • 53e3ae7c58 fix manual album search that has been broken somewhere around c0467c37 mdecker 2011-04-18 16:20:32 +02:00
  • efafdaf054 Merge branch 'master' of git://github.com/sampsyo/beets mdecker 2011-04-18 11:05:25 +02:00
  • db1f8a9158 merge Adrian Sampson 2011-04-17 23:05:09 -07:00
  • 007011f3a4 fix multiple directory import Adrian Sampson 2011-04-17 17:05:13 -07:00
  • 9c2b7a9653 Merge branch 'master' of git://github.com/sampsyo/beets mdecker 2011-04-17 23:17:10 +02:00
  • 1b3e7d9310 fix singleton invocation of pipeline Adrian Sampson 2011-04-17 13:35:00 -07:00
  • 18b7eabb35 add missing util package to setup.py mdecker 2011-04-17 20:30:27 +02:00
  • 3a5f9ecb38 TRACKS selection now runs singleton pipeline and forwards Adrian Sampson 2011-04-17 08:19:43 -07:00
  • 828f1aa4f1 multiple() function for sending many messages to next stage Adrian Sampson 2011-04-17 08:18:54 -07:00
  • 85cd3cdb84 add pipeline tests, fixing a bug with parallel stages in the process Adrian Sampson 2011-04-17 07:57:56 -07:00
  • bf5c569884 simplify ImportTask for singletons: use .item instead of items[0] Adrian Sampson 2011-04-16 23:32:33 -07:00
  • 86b1f92824 fix some (suprisingly few) airplane-coding bugs Adrian Sampson 2011-04-16 00:42:33 -07:00
  • ac9c2e6b19 don't offer TRACKS option for singletons Adrian Sampson 2011-04-15 21:17:29 -07:00
  • 6031f2dac7 much smarter input_options to simplify its callers Adrian Sampson 2011-04-15 21:11:43 -07:00
  • 375e335002 manual searching for singletons Adrian Sampson 2011-04-15 20:14:30 -07:00
  • 69dc998d7c make choose_candidate apply to both items and albums Adrian Sampson 2011-04-15 19:58:35 -07:00
  • be9dc888cb fix crash when ~/.beetsconfig does not exist Adrian Sampson 2011-04-15 12:50:06 -07:00
  • a0e0104d83 clean up some log handler addtions Adrian Sampson 2011-04-15 12:30:12 -07:00
  • d1b7c8dc55 display track changes; some scaffolding for user query Adrian Sampson 2011-04-14 09:07:06 -07:00
  • 8df852dec0 non-autotagged singleton import Adrian Sampson 2011-04-13 22:10:35 -07:00
  • 6ba433e3b1 fix track query syntax Adrian Sampson 2011-04-13 21:33:37 -07:00
  • f567c505d8 plugin item candidates, including lastid support for singletons Adrian Sampson 2011-04-13 21:20:21 -07:00
  • 6cfb862906 conditional deletes in some cases (suggested in #170) Adrian Sampson 2011-04-13 20:23:33 -07:00
  • 94ab629e6b fiddle with database transactions to fix timeouts Adrian Sampson 2011-04-13 20:07:16 -07:00
  • 45eef6e876 rename -i flag to -s ("singletons") and fix behavior Adrian Sampson 2011-04-12 23:31:44 -07:00
  • 12854ad2ff very first stab at a working individual-item importer flow Adrian Sampson 2011-04-12 23:22:03 -07:00
  • 026b738718 single-item autotagging infrastructure Adrian Sampson 2011-04-12 21:52:38 -07:00
  • a39a5b5d66 extremely preliminary item importer skeleton Adrian Sampson 2011-04-12 20:52:39 -07:00
  • 237f20a0a8 single-track MusicBrainz searches Adrian Sampson 2011-04-12 17:56:56 -07:00
  • 6f9c460837 slight tweaks to tests to let them run under nose Adrian Sampson 2011-04-12 15:06:27 -07:00
  • 85ddfa4381 relocatable test rsrc directory Adrian Sampson 2011-04-12 14:26:48 -07:00
  • c03ec1ee1c add a multithreaded import test case Adrian Sampson 2011-04-12 14:11:43 -07:00
  • 89f33466e0 move non-autotagged import test (wasn't testing UI) Adrian Sampson 2011-04-12 14:09:17 -07:00
  • 0460d73e5e more frequent and better-synchronized abort checks Adrian Sampson 2011-04-12 14:04:30 -07:00
  • fcee8b2ab6 remove special-cased non-autotagged import function (simple_import) Adrian Sampson 2011-04-12 13:57:05 -07:00
  • 856631a8a3 NEWS note about pipeline shutdown immediacy (#101) Adrian Sampson 2011-04-12 00:12:02 -07:00
  • 494c0f4d0e handle KeyboardInterrupts in pipeline.py Adrian Sampson 2011-04-12 00:04:11 -07:00
  • 7600a8c0ad pipeline revamp: parallel stages, immediate exception abort Adrian Sampson 2011-04-11 23:52:51 -07:00
  • 5d22405e63 merge Lugoues' pipeline fix Adrian Sampson 2011-04-11 09:43:25 -07:00
  • e7782cc369 fixed issue in pipeline when the first coro sends the BUBBLE message Peter B 2011-04-11 12:31:17 -04:00
  • 86c8b036f7 NEWS note about refactor Adrian Sampson 2011-04-11 08:25:35 -07:00
  • 584cc74a5c fix bug when "applying" sentinel Adrian Sampson 2011-04-11 08:21:36 -07:00
  • 7503c1174a more natural-looking queries for comp field Adrian Sampson 2011-04-10 22:55:25 -07:00
  • 7d21b27554 use similarity in the README Adrian Sampson 2011-04-10 22:42:30 -07:00
  • 97376c530b OMG, forgot to add util.__init__ Adrian Sampson 2011-04-10 22:24:41 -07:00
  • 88fd6c604c merge event fix from Lugoues Adrian Sampson 2011-04-10 22:22:16 -07:00
  • a675988eb2 add and use fancy enumeration module Adrian Sampson 2011-04-10 22:10:33 -07:00
  • 6884fc230f don't use __slots__ Adrian Sampson 2011-04-10 21:57:04 -07:00
  • e669868896 move a bunch of functions to util Adrian Sampson 2011-04-10 21:48:05 -07:00
  • 9df548c738 updated embedcoverart plugin for album_imported change Peter B 2011-04-11 00:23:54 -04:00
  • 2746f1ff3f move pipeline into new beets.util package Adrian Sampson 2011-04-10 21:19:07 -07:00
  • 3222cc6213 move main importer driver logic to importer module Adrian Sampson 2011-04-10 19:15:24 -07:00
  • dffdbce5f1 sanitize CLI-specific code from importer module Adrian Sampson 2011-04-10 19:10:22 -07:00
  • c0467c3724 encapsulate importer configuration in an object Adrian Sampson 2011-04-10 18:56:42 -07:00
  • 23392525ec The Great Importer Refactoring Adrian Sampson 2011-04-10 18:12:47 -07:00
  • aa76be367a invert sense of "if" for readability Adrian Sampson 2011-04-10 17:43:03 -07:00
  • 6ec349b384 move some logic into ImportTask with should_ methods Adrian Sampson 2011-04-10 17:40:28 -07:00
  • e67bdd5fa6 added lib parameter to the album_imported event Peter B 2011-04-10 20:25:01 -04:00
  • 2aa9a17fb3 rename albumart_data to albumart; fix indentation Adrian Sampson 2011-04-10 12:11:22 -07:00
  • 5c480ccd24 customizable id3_frame_field to support album art and UFID Adrian Sampson 2011-04-10 12:09:25 -07:00
  • bc84ba8f36 NEWS note and typo fixes Adrian Sampson 2011-04-10 11:55:13 -07:00
  • b4b3fd308a merge in embedded album art changes from daenney Adrian Sampson 2011-04-10 11:52:08 -07:00
  • 11c5b15c8d fix copying destination for full-album imports Adrian Sampson 2011-04-10 10:57:13 -07:00
  • b67e24fa81 Specify the type of covr. Daniele Sluijters 2011-04-10 16:26:39 +02:00
  • 00c5a275a4 *facepalm* and fix some Engrish. Daniele Sluijters 2011-04-10 16:12:21 +02:00
  • 1859375593 Only try to add albumart if the MIME-type is correct, log if it's not. Daniele Sluijters 2011-04-10 14:54:32 +02:00
  • 0628d8df0e Add initial version of the embed coverart plugin. Daniele Sluijters 2011-04-10 14:51:01 +02:00
  • 322038550a Add support for albumart in MediaFile Daniele Sluijters 2011-04-10 14:44:25 +02:00
  • e478ae740d refactor importer to use a ImportTask class instead of a tuple Adrian Sampson 2011-04-09 19:53:52 -07:00
  • f0adb4efd7 refactor tagger UI simplify choose_match function Adrian Sampson 2011-04-09 17:25:01 -07:00
  • d63a9fd188 singleton: queries Adrian Sampson 2011-04-09 16:13:12 -07:00
  • 7f1e4c2407 "as Tracks" option during import to add singletons Adrian Sampson 2011-04-09 15:20:15 -07:00
  • b28ef722a5 singleton path format Adrian Sampson 2011-04-09 14:50:48 -07:00
  • 633e878ee8 distance -> similarity (#114) Adrian Sampson 2011-04-09 14:07:14 -07:00
  • 1896f397a2 debug message on events Adrian Sampson 2011-04-09 13:18:44 -07:00
  • 565257988a docs/whitespace and change register_listener to a class method Adrian Sampson 2011-04-09 13:15:19 -07:00
  • dae0d650f8 merge in Lugoues' plugin event changes Adrian Sampson 2011-04-09 12:52:26 -07:00
  • 61ef980797 $albumartist falls back to $artist (#166) Adrian Sampson 2011-04-09 12:36:52 -07:00
  • bb8ebd24b0 fix adding tracks in BPD Adrian Sampson 2011-04-09 10:44:56 -07:00
  • 30577b0461 bump up version number Adrian Sampson 2011-04-09 10:41:53 -07:00
  • 4a30ad6bbc added register_listeners method to BeetsPlugin class Peter B 2011-04-09 12:34:44 -04:00
  • f0cc11e8ff added 'album_imported' event. Peter B 2011-04-09 00:04:24 -04:00
  • 3c92da95c8 Added tag 1.0b7 for changeset 5986215a08c2 Adrian Sampson 2011-04-05 18:52:07 -07:00
  • 2dfae9721d fix typo in dead code 1.0b7 Adrian Sampson 2011-04-05 18:43:47 -07:00
  • 4eead8d846 fix divzero error in distance debug output in lastid plugin mdecker 2011-04-04 20:52:06 +02:00