Commit Graph

  • 387a2dbc3c fix tests for GC-362 Adrian Sampson 2012-05-16 17:13:01 -07:00
  • 9979c5a826 separate config options for item and album formats Adrian Sampson 2012-05-16 17:01:14 -07:00
  • 42c51294d6 Merge pull request #38 from KraYmer/master Fabrice Laporte 2012-05-16 15:59:22 -07:00
  • 81fc626ba7 Issue 362:Make the default template string for the list command configurable. kraymer 2012-05-17 00:48:55 +02:00
  • dfcd47942d new plugin event: library_opened Adrian Sampson 2012-05-15 12:39:04 -07:00
  • c9da7bf3f8 new plugin event: import_task_choice Adrian Sampson 2012-05-15 12:33:57 -07:00
  • 7e82673982 fix Bluelet's Python 2 syntax compatibility hack Adrian Sampson 2012-05-13 21:44:49 -07:00
  • 16f706bb8c use explicit integer division syntax (//) Adrian Sampson 2012-05-13 21:32:19 -07:00
  • d82d74b422 move bluelet to util subpackage Adrian Sampson 2012-05-13 21:22:50 -07:00
  • 760fff3ace use new "except ... as ...:" syntax Adrian Sampson 2012-05-13 21:18:50 -07:00
  • 429af42e14 use print_function __future__ import Adrian Sampson 2012-05-13 21:08:27 -07:00
  • f6b37d2c8c remove with_statement __future__ imports Adrian Sampson 2012-05-13 20:39:07 -07:00
  • b68e87b92c The Great Trailing Whitespace Purge of 2012 Adrian Sampson 2012-05-13 20:22:17 -07:00
  • a9eb249a15 version bump: 1.0b15 Adrian Sampson 2012-05-13 20:04:14 -07:00
  • 16d9b53168 Update docs/reference/cli.rst: add -f option to beet list command Fabrice Laporte 2012-05-13 23:52:27 +03:00
  • 03788cb87d Added tag 1.0b14 for changeset d3dbc6df2b96 Adrian Sampson 2012-05-12 22:36:04 -07:00
  • a406ae1c52 date for b14 release 1.0b14 Adrian Sampson 2012-05-12 22:35:55 -07:00
  • fb3956723c fix format string in info plugin Adrian Sampson 2012-05-12 15:21:45 -07:00
  • 849d50beb9 changelog note about lastgenre fallback_str (GC-358) Adrian Sampson 2012-05-09 09:40:18 -07:00
  • 031ae68006 Merge pull request #36 from KraYmer/master Fabrice Laporte 2012-05-09 00:11:32 -07:00
  • f93dd6999b correct typo kraymer 2012-05-09 09:08:55 +02:00
  • 9dc0ac6ded changelog summary paragraph Adrian Sampson 2012-05-08 19:07:35 -07:00
  • da2364a747 changelog note for unicode rewrite fix Adrian Sampson 2012-05-08 16:19:37 -07:00
  • fc06ded87b Merge pull request #37 from nidico/master Adrian Sampson 2012-05-08 16:13:18 -07:00
  • a0e133ae5d Allow unicode in rewrite items Nicolas Dietrich 2012-05-09 00:21:06 +02:00
  • f7040f922c allow unicode items in config file Nicolas Dietrich 2012-05-09 00:19:38 +02:00
  • c4783e25f8 'Issue 358:Options for when lastgenre fails to find a tag'. Added 'fallback_str' plugin parameter to specify a fallback string when no genre found. Declare the parameter without specifying a value (= empty string) to blank the genre field when no genre found. kraymer 2012-05-08 23:41:07 +02:00
  • 2fb3ec47c9 changelog note about BPD random/repeat Adrian Sampson 2012-05-08 14:15:23 -07:00
  • efda50023d Merge pull request #35 from djrtl/upstream Adrian Sampson 2012-05-08 14:06:40 -07:00
  • 030c656a75 Added support for random and repeat in the bpd plugin. Matteo Mecucci 2012-05-08 22:37:47 +02:00
  • 6ce08c4ce6 merge Adrian Sampson 2012-05-08 11:59:41 -07:00
  • f0ae35bc4a Python 2.6 on TravisCI Adrian Sampson 2012-05-08 11:59:10 -07:00
  • 8b25a86ee3 use 2.6-compatible format strings Adrian Sampson 2012-05-08 11:46:08 -07:00
  • a28f930c52 transaction objects to control DB access Adrian Sampson 2012-05-06 23:24:05 -07:00
  • 5a9cc6a2d9 fix crash on 0 chroma matches for singleton Adrian Sampson 2012-05-06 21:19:13 -07:00
  • 1baf49b333 fix still more documentation typos Adrian Sampson 2012-05-03 17:43:58 -07:00
  • 76af1924ea fix ReST markup error in changelog Adrian Sampson 2012-05-03 17:24:33 -07:00
  • a2c12dc78f -c CLI option overrides import_move config option Adrian Sampson 2012-05-03 17:19:28 -07:00
  • a2f4940c39 factor out ImportTask.prune() utility function Adrian Sampson 2012-05-03 17:13:30 -07:00
  • 5ebb61bab7 moving import (#266): move album art files Adrian Sampson 2012-05-03 17:08:52 -07:00
  • b327455fac prune empty directories when moving (#266) Adrian Sampson 2012-05-03 16:59:56 -07:00
  • 953e23cb51 use compiled template by default Adrian Sampson 2012-05-03 15:24:12 -07:00
  • f6e06813ca fix Unicode identifiers; add performance test Adrian Sampson 2012-05-03 15:16:28 -07:00
  • a8338b6676 compile template function calls Adrian Sampson 2012-05-03 15:02:42 -07:00
  • cdf40bbfc6 generate expressions instead of statements Adrian Sampson 2012-05-03 14:48:23 -07:00
  • 953dcbbf8c first attempt at AST-generating template compiler Adrian Sampson 2012-05-03 14:40:15 -07:00
  • 4225c3d395 Merge pull request #34 from KraYmer/master Adrian Sampson 2012-05-02 13:51:54 -07:00
  • f92d5d5e29 change m3u open mode to 'a' so file content is not reseted at each import when in 'm3u' mode kraymer 2012-05-02 21:51:37 +02:00
  • 104aec3c2f cleanup and docs for regular expression queries Adrian Sampson 2012-05-01 20:03:01 -07:00
  • a6e6da245a Merge branch 'upstream' of https://github.com/djrtl/beets-dj Adrian Sampson 2012-05-01 19:17:05 -07:00
  • 1ee07e116e flexible -f templates for album listings (and rdm) Adrian Sampson 2012-04-30 22:59:17 -07:00
  • ef45461cf9 evaluate_template is now a method on Item Adrian Sampson 2012-04-30 21:40:02 -07:00
  • 792c5b5e5d cleanup and docs for -f option flexibility Adrian Sampson 2012-04-30 21:26:49 -07:00
  • 928730e0ed merge GH-33: more flexibility for -f arguments Adrian Sampson 2012-04-30 21:17:20 -07:00
  • fa3e41c86a BPD: print messages reflecting tree (re)build Adrian Sampson 2012-04-30 12:02:00 -07:00
  • 6d7cbd6d2f get list of tmpl_* functions only once Adrian Sampson 2012-04-29 19:55:34 -07:00
  • e85fe2d834 fix memoization presence check Adrian Sampson 2012-04-29 18:20:37 -07:00
  • de87fb7489 memoize %aunique results (share among tracks) Adrian Sampson 2012-04-29 18:07:29 -07:00
  • d042bed27c pre-parse path format templates Adrian Sampson 2012-04-29 15:30:43 -07:00
  • c4f9b452da docs for %aunique (#190) Adrian Sampson 2012-04-29 14:52:03 -07:00
  • 2087ff6e41 add items to DB before moving/copying (#190) Adrian Sampson 2012-04-29 14:14:11 -07:00
  • c93e7e443e Run functions and substitute fields in list format strings. Steve Dougherty 2012-04-29 11:07:53 -04:00
  • 4b253df48c ensure album art path is unique when moving Adrian Sampson 2012-04-28 21:14:11 -07:00
  • ca5af1d62b add featInTitle to "other plugins" list Adrian Sampson 2012-04-28 21:05:41 -07:00
  • f4a0595b32 Fixed the regexp function used with sqlite3. Matteo Mecucci 2012-04-28 15:18:51 +02:00
  • 46ec5db3fe Added unit tests for regexps in query expressions. Matteo Mecucci 2012-04-28 15:17:43 +02:00
  • 10a4e14045 Added regexps to queries, use with additional column before pattern eg 'title::^Quiet' or ':^Quiet'. Matteo Mecucci 2012-04-28 14:07:20 +02:00
  • ffed536d5d add %aunique to default path formats (#190) Adrian Sampson 2012-04-24 21:58:06 -07:00
  • 8f128876e2 %aunique: use a single field instead of a sequence Adrian Sampson 2012-04-24 21:15:50 -07:00
  • 8fe3738710 default arguments to %aunique{} (#190) Adrian Sampson 2012-04-24 20:34:51 -07:00
  • 938a9b2f96 catalognum is an album-level field Adrian Sampson 2012-04-24 20:03:11 -07:00
  • f20fbede5e sanitize output of %unique Adrian Sampson 2012-04-20 10:17:19 -07:00
  • 2a38fcce6a typo in inline plugin docs Adrian Sampson 2012-04-20 09:58:02 -07:00
  • e017a95154 docs: clarify single-quote comment is for Unix Adrian Sampson 2012-04-19 10:24:30 -07:00
  • 9c10d8163b back out readline addition (#376) Adrian Sampson 2012-04-19 10:21:39 -07:00
  • 7736e279fe typo in changelog for --noincremental Adrian Sampson 2012-04-15 21:44:36 -07:00
  • c98aea9973 Merge pull request #31 from phmongeau/master Adrian Sampson 2012-04-15 21:43:24 -07:00
  • 97e202e015 importfeeds: use expanduser on feeds_dir Philippe Mongeau 2012-04-15 21:18:38 -04:00
  • a64dea25b2 docs for @djrtl's changes (#30) Adrian Sampson 2012-04-15 14:24:52 -07:00
  • d3b9d9eaf8 Merge pull request #30 from djrtl/upstream Adrian Sampson 2012-04-15 13:45:04 -07:00
  • 594dca3529 Added the shortcut -I for --no-incremental. Matteo Mecucci 2012-04-15 19:10:14 +02:00
  • 2a76a60794 Added --no-incremental option to beet import. Matteo Mecucci 2012-04-01 22:41:38 +02:00
  • 43cebabcb6 Added sorting in listing command of bpd Matteo Mecucci 2012-03-31 20:30:04 +02:00
  • 1ebe1cf728 Added fields command to output a list of available fields for queries and format strings. Matteo Mecucci 2012-04-15 16:28:12 +02:00
  • 2c11855b1e catch URL fetch exceptions in lyrics plugin Adrian Sampson 2012-04-10 21:05:01 -07:00
  • ccaf0031cd changelog: wiki link and readline Adrian Sampson 2012-04-10 14:14:47 -07:00
  • 429ebf61ce readline on Unix (closes GH-28) Adrian Sampson 2012-04-10 14:12:21 -07:00
  • 7b7658fc43 doc clarification: effect of moving Adrian Sampson 2012-04-10 13:52:32 -07:00
  • 6b696c842f cleanup and docs for import_move (GH-26, GC-266) Adrian Sampson 2012-04-10 13:41:24 -07:00
  • d256aeb436 Merge pull request #26 from iElectric/master Adrian Sampson 2012-04-10 13:02:30 -07:00
  • 9c05f0ab7b link to FAQ on no match (GH-27) Adrian Sampson 2012-04-10 12:33:16 -07:00
  • d8776b3ed2 doc fixes Adrian Sampson 2012-04-10 12:11:23 -07:00
  • 78fbe6d836 rename 'm3uupdate' plugin to 'importfeeds'. Handles two more output formats: multi m3u files (one per item imported) and symlinks. Update plugin docs. kraymer 2012-04-08 12:31:00 +02:00
  • 8d773e27a2 fix copy(): don't raise OSError because file exists if replace parameter is True kraymer 2012-04-08 10:50:00 +02:00
  • 00d47b1bff The default setting for the plugin is now a m3u directory path (m3u_dirpath). User can specify a fixed name (eg *import.m3u*) by setting the m3u_fixedname, otherwise a dynamic m3u filename will be generated base on the imported items (album/track title). kraymer 2012-03-31 11:52:53 +02:00
  • ed495765e2 tolerate missing language from MB (#373) Adrian Sampson 2012-04-10 11:38:45 -07:00
  • 1af4f86c17 support move action when importing Domen Kožar 2012-04-05 01:14:17 +02:00
  • 009596d0af use upper-case keys for case-insensitive formats Adrian Sampson 2012-04-04 09:19:24 -07:00
  • 4fdebcff2d parse & apply new set of fields Adrian Sampson 2012-04-04 09:13:26 -07:00
  • 251026b759 add a new batch of metadata fields Adrian Sampson 2012-04-04 00:52:57 -07:00