Commit graph

2751 commits

Author SHA1 Message Date
Tai Lee
666b9848de Don't auto-tag partial matches.
Add `import: confirm_partial` setting, with a default of "no" (current
behaviour). If set to "yes", strong recommendations for partial matches will
be downgraded to medium recommendation, thus will require confirmation and
will not be auto-tagged.
2013-01-29 12:28:51 +11:00
Dave Hayes
db223496d6 Safely cast ASFBoolAttributes
* Modify _safe_cast to account for ASFBoolAttributes
2013-01-28 14:26:24 -06:00
Dave Hayes
2f06a508bd Implements support for WMA/ASF
* Adds support for importing/managing .wma and .asf files
 * Adds support for all available ASF tag equivalents
 * Adds two utility methods for (un)packing embedded ASF pictures
 * Modifies scrub plugin to work around the lack of a delete method on
   ASFTags object.
2013-01-28 14:05:34 -06:00
Adrian Sampson
58dafee966 input_options: fix highlighting when require is on
Previously, even when `require` was True, the first option was highlighted as
if it were the default.
2013-01-28 10:11:39 -08:00
Adrian Sampson
cc0e9112b4 document migration from 1.0 to 1.1 2013-01-24 16:55:00 -08:00
Adrian Sampson
6898d95b9e allow convert to be used without embedart enabled 2013-01-23 15:56:49 -08:00
Adrian Sampson
7e84e7da57 add thanks to changelog note for #74 2013-01-22 21:04:56 -08:00
Adrian Sampson
0969749e5b cleanup, docs, and changelog for relative_to (#74) 2013-01-22 21:02:41 -08:00
Adrian Sampson
b4da79b2e9 Merge pull request #74 from phmongeau/relative_feeds
relative importfeeds m3u path
2013-01-22 20:46:42 -08:00
Philippe Mongeau
c01e06e0fe importfeeds: document the relative_to configuration option 2013-01-22 22:54:29 -05:00
Philippe Mongeau
ddbae951c0 importfeeds: add relative_to config 2013-01-22 22:54:13 -05:00
Philippe Mongeau
053e146b0c fix the expanduser of the importfeeds dir configuration 2013-01-22 22:45:07 -05:00
Adrian Sampson
a675b907ed merge 2013-01-22 12:00:45 -08:00
Adrian Sampson
899ac18f71 importfeeds migration: remove prefix (GC-503) 2013-01-22 11:55:58 -08:00
Adrian Sampson
32076d5a1a Merge pull request #73 from jhawthorn/rewrite_fix
fix RewritePlugin initialization
2013-01-21 12:55:23 -08:00
John Hawthorn
f2b74d2019 fix RewritePlugin initialization
Error was introduced in 6d68a48
2013-01-21 12:42:55 -08:00
Adrian Sampson
7779a5c6f5 replaygain: catch Unicode exc on Windows (GC-499)
(grafted from 89cee0e842b4e553790b0db7daaf2fd31d217e15)

--HG--
extra : source : 89cee0e842b4e553790b0db7daaf2fd31d217e15
2013-01-12 14:38:19 -08:00
Adrian Sampson
f207a3b72e backported lyrics fix 2013-01-11 14:55:31 -08:00
Adrian Sampson
9e6b1db02d configurable match thresholds (GC-290) 2013-01-11 14:46:15 -08:00
Adrian Sampson
c418e6d379 configurable MusicBrainz host/rate limit (GC-408) 2013-01-11 13:33:14 -08:00
Adrian Sampson
974929541f terminal_encoding config option (GC-472) 2013-01-11 13:07:57 -08:00
Adrian Sampson
d6c7cfa4e3 lyrics: replace apostrophes with ' (GC-498) 2013-01-11 10:51:22 -08:00
Adrian Sampson
7a410f636b happy new year
For future reference, this command did the trick:
ack -l 'Copyright 201' | xargs perl -pi -E 's/Copyright 201./Copyright 2013/'
2013-01-11 10:43:41 -08:00
Adrian Sampson
b9a6f4d617 remove outdated "art" config in docs 2013-01-06 16:21:20 -08:00
Adrian Sampson
f7bef39769 GH-72: use function bodies instead of special var 2013-01-05 17:48:00 -08:00
Adrian Sampson
14b5170aec GH-72: some cleanup and changelog note 2013-01-05 17:20:39 -08:00
Adrian Sampson
ef8b95b05b Merge pull request #72 from flz/master
Add support for code blocks to inline plugin
2013-01-05 17:12:55 -08:00
Florent Thoumie
da0642a026 inline: Add support for code blocks.
This should be backwards compatible. In case the the path field
isn't a statement, beets will assume it's a block of code that
stores the value in a special '_' variable.
2013-01-05 23:00:10 +00:00
Adrian Sampson
9e2e8e5ca7 fix coroutine init for "as Tracks" (GC-486) 2013-01-02 16:16:26 -08:00
Adrian Sampson
f127d8e18a merge scrub fix from master 2012-12-31 18:25:51 -08:00
Adrian Sampson
287d00179a scrub: fix Py27-style format string (GC-484) 2012-12-31 18:11:31 -08:00
Adrian Sampson
628f4816cd merge changelog note and tag from master release 2012-12-31 16:53:20 -08:00
Adrian Sampson
46508fec48 Added tag 1.0rc2 for changeset f3cd4c138c6f 2012-12-31 16:34:51 -08:00
Adrian Sampson
71fd8d5030 version numbers for 1.0rc2 release 2012-12-31 16:31:48 -08:00
Adrian Sampson
b1fe4b263c migration: drop empty sections 2012-12-31 16:13:46 -08:00
Adrian Sampson
3e2aca82b8 correctly parse and migrate "pluginpath"
This used to be a colon-separated list. Now we use a real YAML list (or a
single string).
2012-12-31 16:09:16 -08:00
Adrian Sampson
cf3860257f inline: fix defaults (dict, not list) 2012-12-31 15:54:26 -08:00
Adrian Sampson
e4d008dec4 slightly nicer-looking migration output
I'm using a silly little regular expression to insert some newlines that make
the config file easier to read. There's also a comment at the top of the file
saying that the config was migrated.
2012-12-31 15:50:56 -08:00
Adrian Sampson
bd586c694e merge fix from master 2012-12-30 17:20:32 -08:00
Adrian Sampson
e6e7e93657 disable auto-migration for unit tests 2012-12-30 17:20:18 -08:00
Adrian Sampson
0fdda2fe0b implicit colorization conditional
This simplifies many points in the code where the "color" option had to be
checked by centralizing these checks.
2012-12-30 17:18:14 -08:00
Adrian Sampson
3b56bf4b8b python version classifiers in setup.py 2012-12-30 16:23:37 -08:00
Adrian Sampson
9b4c7f77f4 on OS X, prioritize ~/.config for migration 2012-12-30 16:01:15 -08:00
Adrian Sampson
e893926aae automatic migration on program startup 2012-12-30 14:51:08 -08:00
Adrian Sampson
16bb655d87 migrate database and state file 2012-12-30 11:36:13 -08:00
Adrian Sampson
56c379f36d migrate path formats and replacements 2012-12-29 22:16:30 -08:00
Adrian Sampson
3535305aec migrate import_*, auto*, and plugin names 2012-12-29 21:55:44 -08:00
Adrian Sampson
64f1f7eb3c "migrate" command writes to config.yaml
The command now moves any existing config.yaml file aside and writes the
translated data in its place.
2012-12-29 21:44:27 -08:00
Adrian Sampson
f6cb877cde primitive legacy-config migration command 2012-12-29 17:54:13 -08:00
Adrian Sampson
5d210f755c merge fix from master 2012-12-29 13:07:09 -08:00