Commit Graph

  • 2c56fd22f2 fix replacement of in-library items Adrian Sampson 2011-08-04 16:14:07 -07:00
  • 3efeb9a133 -L flag to import lets you re-import items matching query (#69) Adrian Sampson 2011-08-04 15:29:59 -07:00
  • 248bccf951 move, rather than copying, when re-importing Adrian Sampson 2011-08-04 14:08:11 -07:00
  • 3e75d262a8 correctly detect item existence when copying Adrian Sampson 2011-08-04 13:35:44 -07:00
  • a005717605 NEWS note about re-importability (#135) Adrian Sampson 2011-08-04 12:26:38 -07:00
  • f54ace110c allow "null" album art setting (when it's already in place) Adrian Sampson 2011-08-04 12:19:30 -07:00
  • f3130152b1 don't count existing items/albums as duplicates (allowing update) Adrian Sampson 2011-08-04 12:04:22 -07:00
  • 58fb4392ee refactor duplicate tests to take the whole task as an argument Adrian Sampson 2011-08-04 11:51:17 -07:00
  • 7f4f477c32 remove old items/albums from database when re-importing items Adrian Sampson 2011-08-04 11:16:12 -07:00
  • 330585292d skip .DS_Store (and Thumbs.db) when pruning directory trees Adrian Sampson 2011-08-03 00:03:15 -07:00
  • e84c3e7abd consolidate update command, removing album-munging logic Adrian Sampson 2011-08-02 23:37:55 -07:00
  • fdf697dc90 merge in wlof's "update" command Adrian Sampson 2011-08-02 20:43:21 -07:00
  • e1d9e6bb45 prune directories when moving Adrian Sampson 2011-08-02 16:01:11 -07:00
  • df30952a28 NEWS note about "beet modify" Adrian Sampson 2011-08-02 14:28:18 -07:00
  • e24ebbae00 add --yes (-y) option for skipping modify confirmation Adrian Sampson 2011-08-02 14:10:03 -07:00
  • a367b2764d first attempt at command-line modification command (#56) Adrian Sampson 2011-08-02 13:59:33 -07:00
  • 2495227724 Detect deleted files Display detected modifications wlof 2011-08-02 21:20:23 +02:00
  • 7220f1a852 hide buggy/unhandled Mutagen exceptions Adrian Sampson 2011-08-02 11:22:26 -07:00
  • bbf2e65154 fixed albumartist tag names (#218) Adrian Sampson 2011-08-02 11:05:56 -07:00
  • b63d6c858b MPEG-4 Unicode freeform frames are now encoded as UTF-8 bytes Adrian Sampson 2011-07-31 23:03:19 -07:00
  • fca60c510e update feature (issue 107) wlof 2011-08-01 04:59:20 +02:00
  • ec125b701f some MediaFile fields were marked as str rather than unicode Adrian Sampson 2011-07-30 09:51:25 -07:00
  • 3b2ea5d289 add a missing __future__ import in embedart Adrian Sampson 2011-07-10 12:07:52 -07:00
  • 5a2dc91b98 Added tag 1.0b9 for changeset a256ec5b0b2d Adrian Sampson 2011-07-09 15:40:22 -07:00
  • 951e4eec86 fix VA inference for small (1-track) albums 1.0b9 Adrian Sampson 2011-07-07 09:19:33 -07:00
  • 45383eced2 fix VA inference (needs to run before move step in "apply") Adrian Sampson 2011-07-07 09:13:37 -07:00
  • 98385b8d7f merge again Adrian Sampson 2011-07-07 08:32:39 -07:00
  • f53a06ddf1 merge Adrian Sampson 2011-07-07 08:33:33 -07:00
  • d406d554f2 reorder exception handlers Adrian Sampson 2011-07-07 08:20:43 -07:00
  • fed8782ca1 fix Unicode queries from CLI arguments Adrian Sampson 2011-07-01 15:43:06 -07:00
  • a448879ca9 infer album artist or VA for as-is imports (#161) Adrian Sampson 2011-06-29 10:36:07 -07:00
  • 2bc3892384 show filename when title is empty (#213) Adrian Sampson 2011-06-29 08:35:56 -07:00
  • 7f206baae5 automatically detect path queries containing / (finishes #146) Adrian Sampson 2011-06-26 00:25:39 -07:00
  • fcc2744ac5 use separate shell arguments for queries to preserve whitespace Adrian Sampson 2011-06-26 00:12:45 -07:00
  • f3ac19622a a couple of fixes for path queries Adrian Sampson 2011-06-25 14:23:32 -07:00
  • 453162d268 label and year shown in candidate list (#197) Adrian Sampson 2011-06-25 13:54:02 -07:00
  • 967ac139cb NEWS note about label field (#208) Adrian Sampson 2011-06-25 13:07:32 -07:00
  • 1006a9a221 merge/fixup derwin's label patch Adrian Sampson 2011-06-25 13:04:19 -07:00
  • e64e20cc87 copy album art from filesystem based on filename heuristics (#72) Adrian Sampson 2011-06-24 21:41:25 -07:00
  • 846b85556d algorithm for identifying filesystem album art Adrian Sampson 2011-06-24 21:24:15 -07:00
  • 6ca995f4e7 new path queries only match prefixes Adrian Sampson 2011-06-14 23:19:18 -07:00
  • efa704f61e fix crash when using an item-only field in an album query Adrian Sampson 2011-06-13 21:27:13 -07:00
  • ac9147928a calculate bitrate from file size when not available (#195) Adrian Sampson 2011-06-13 21:07:15 -07:00
  • 40035bfdf4 format $bitrate in path formats as "XXkbps" Adrian Sampson 2011-06-13 20:52:52 -07:00
  • b31451f0b9 handle some MusicBrainz errors (#187) Adrian Sampson 2011-06-12 22:58:11 -07:00
  • 52239cf900 handle "broken pipe" error (#204) Adrian Sampson 2011-06-12 22:36:18 -07:00
  • a7b7cb69c0 fix an error where a unicode literal was used as a keyword arg name (#206) Adrian Sampson 2011-06-12 15:43:50 -07:00
  • 973fca1d89 better error message on unreadable database Adrian Sampson 2011-06-02 10:17:53 -07:00
  • b3e1535067 add release group to includes Adrian Sampson 2011-06-02 08:58:21 -07:00
  • 370c689933 fix inconsistent release "includes" Adrian Sampson 2011-06-01 15:29:26 -07:00
  • 5af3ec9e1c include label name in album info dict Adrian Sampson 2011-06-01 13:14:37 -07:00
  • 3a2e99148d fix release date fetching Adrian Sampson 2011-06-01 12:45:30 -07:00
  • 6291a71a3c fix "mpdupdate runs twice" bug Adrian Sampson 2011-05-23 09:45:34 -07:00
  • 74094cce3a attractively wrap long UI prompt lines Adrian Sampson 2011-05-22 21:51:23 -07:00
  • a074db78e1 manual specification of MBIDs Adrian Sampson 2011-05-22 21:18:01 -07:00
  • da6ee13159 fix singleton quiet imports Adrian Sampson 2011-05-21 16:53:01 -07:00
  • 09bf1179c1 help text typo Adrian Sampson 2011-05-21 16:26:29 -07:00
  • 39dac9a28d "beet ls -p" outputs paths Adrian Sampson 2011-05-21 12:40:36 -07:00
  • 7310e9ea10 fix playlist versioning & directory recursion in BPD Adrian Sampson 2011-05-07 12:08:13 -07:00
  • 078252d31e use unidecode to deal with accents and such (#118) Adrian Sampson 2011-05-06 12:41:32 -07:00
  • 3b23198324 singleton imports can take single-file arguments (#184) Adrian Sampson 2011-05-06 12:27:03 -07:00
  • 69f392c8f2 fix deadlock in pipeline: notifyAll instead of notify Adrian Sampson 2011-05-05 22:03:14 -07:00
  • e5e11503ad a couple more cursor closings Adrian Sampson 2011-05-05 18:26:29 -07:00
  • 8341dee3ab reorder items() and albums() parameters to reflect common use Adrian Sampson 2011-05-05 17:20:24 -07:00
  • 151df84150 remove unused artists() and get() methods on library Adrian Sampson 2011-05-05 17:11:54 -07:00
  • 3e90579a6c BPD uses new VFS as a backend (#131) Adrian Sampson 2011-05-05 17:00:05 -07:00
  • 926032fd07 add simple virtual filesystem construction Adrian Sampson 2011-05-05 14:19:47 -07:00
  • a0ef39aba5 duplicate detection on adjacent albums/items now works (#156) Adrian Sampson 2011-05-05 10:20:23 -07:00
  • d8ae325dcb stop being sloppy about close()ing SELECT cursors (#170) Adrian Sampson 2011-05-05 10:06:41 -07:00
  • 65dac30e4d break album art and finalization into new stages (#168) Adrian Sampson 2011-05-03 13:12:23 -07:00
  • 1a86efc39f timestamps and appending for import log (#155) Adrian Sampson 2011-05-03 12:34:31 -07:00
  • 2dbfbc8923 import_log config parameter Adrian Sampson 2011-05-03 12:23:43 -07:00
  • eeb021367f colorize "options" prompts (#147) Adrian Sampson 2011-05-03 10:14:42 -07:00
  • 61a037af6f add "album art" to info plugin Adrian Sampson 2011-05-01 13:33:40 -07:00
  • 160b373705 don't send empty queries to MusicBrainz Adrian Sampson 2011-04-30 13:14:23 -07:00
  • 596e74d531 bump version number to 1.0b9 Adrian Sampson 2011-04-30 13:10:21 -07:00
  • b6fd0a1184 Added tag 1.0b8 for changeset cea5dcc51b04 Adrian Sampson 2011-04-28 22:42:18 -07:00
  • e588638e8e fix typo uncovered by pylint 1.0b8 Adrian Sampson 2011-04-28 22:36:29 -07:00
  • 1f67dcd673 fix manual search for singletons Adrian Sampson 2011-04-28 22:20:40 -07:00
  • 2e0f33d924 merge in a NEWS comment Adrian Sampson 2011-04-28 21:54:25 -07:00
  • c120df94ec highlight plugins in README Adrian Sampson 2011-04-27 11:28:17 -07:00
  • a0e7c70c64 "clearart" command for removing embedded album art Adrian Sampson 2011-04-27 10:37:46 -07:00
  • 73c4bedc41 simplify MediaFile art interface: no type is included Adrian Sampson 2011-04-27 10:27:26 -07:00
  • b48ee61466 move database commits to "finally" blocks Adrian Sampson 2011-04-26 13:47:07 -07:00
  • 5aa7212139 fix infinite recursion in enumeration module Adrian Sampson 2011-04-26 13:20:18 -07:00
  • e062e533f0 thank mdecker in NEWS Adrian Sampson 2011-04-23 16:48:49 -07:00
  • 30080bc520 fix memory leak in bluelet, syncing with latest source (#151) Adrian Sampson 2011-04-21 21:40:28 -07:00
  • 2c81b40952 make bluelet resilient to "broken pipe" errors (client disconnects) Adrian Sampson 2011-04-21 20:50:26 -07:00
  • 072680e894 "profile" command in BPD for memory debugging Adrian Sampson 2011-04-21 20:31:44 -07:00
  • 2768e71c21 config option for disabling automatic embedding Adrian Sampson 2011-04-21 01:42:08 -07:00
  • e8d54af9df NEWS note; check for missing art when extracting Adrian Sampson 2011-04-21 01:33:56 -07:00
  • 415fe0be31 "embedart" and "extractart" commands Adrian Sampson 2011-04-21 01:20:50 -07:00
  • 866c662014 use imghdr directly instead of MIME lib (which uses imghdr) Adrian Sampson 2011-04-21 00:42:16 -07:00
  • c20ce11a8c update album art embed plugin for new API Adrian Sampson 2011-04-21 00:01:34 -07:00
  • 4a6b8274d8 basic album art unit test Adrian Sampson 2011-04-20 23:36:43 -07:00
  • 578d3fd506 convert from legacy/deprecated COVERART field Adrian Sampson 2011-04-20 14:41:58 -07:00
  • ddab8571e3 standard Vorbis comment album art Adrian Sampson 2011-04-20 13:20:32 -07:00
  • d6a89fa9bf MPEG-4 album art Adrian Sampson 2011-04-20 12:30:13 -07:00
  • 7ce2be9103 move to specialized image descriptor; MP3 working now Adrian Sampson 2011-04-20 12:19:25 -07:00
  • a1996472e8 close gstreamer pipeline after each track Adrian Sampson 2011-04-20 10:34:44 -07:00