Commit graph

2713 commits

Author SHA1 Message Date
Dang Mai
5debf9f1f4 Add lib param to database_change event 2013-01-29 22:06:54 -05:00
Dang Mai
03c311696f Add cli_exit event 2013-01-29 20:50:28 -05:00
Dang Mai
afae030477 Add database_change event 2013-01-29 20:49:57 -05:00
Dave Hayes
a1889dccc5 Map a few more tags to custom/nonstandard attributes
* Adds TotalTracks, TotalDiscs, MusicBrainz/ASIN and
 * Acoustid/Fingerpint
2013-01-29 16:16:46 -06:00
Adrian Sampson
2fc191ac6b Added tag v1.1.0-beta.1 for changeset 6f29c0f4dc70 2013-01-29 12:23:21 -08:00
Adrian Sampson
8c9ca36907 version bump and changelog summary for 1.1b1 2013-01-29 12:21:05 -08:00
Adrian Sampson
38dee5af0f silence Unidecode warning due to byte string info
--HG--
extra : source : 6a023b1f3ace0ae3177afb382d0eebcb445bec05
2013-01-29 11:30:31 -08:00
Tai Lee
6286954435 Add docs for confirm_partial setting. 2013-01-29 15:04:01 +11:00
Tai Lee
1d236aaa79 Add docs for none_rec_action setting. 2013-01-29 15:02:32 +11:00
Tai Lee
e7988de60b Align LHS and RHS changes. Put track/duration differences on RHS. 2013-01-29 14:40:03 +11:00
Tai Lee
25951e4d74 For matches with no recommendation, import as-is or skip automatically.
Add `import: none_rec_action` setting with a default of "ask" (current
behaviour). If set to "asis" or "skip", matches with no recommendation will be
imported as-is or skipped automatically.
2013-01-29 12:35:27 +11:00
Tai Lee
e923f673cb Safer defaults on confirmation prompts.
Remove default option and require selection on confirmation prompts for:

- Partial matches, if `import: confirm_partial` setting is "yes".
- Matches that are below the medium recommendation threshold, but above the
  gap threshold.
- Matches that have no recommendation.
- Matches other than the best and auto-suggested match.
2013-01-29 12:29:19 +11:00
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