Commit graph

6487 commits

Author SHA1 Message Date
Adrian Sampson
3d20f25f06 fetchart: Fix bungled Requests API 2015-08-29 12:27:37 -07:00
Adrian Sampson
75e810409b fetchart: Use a mixin for even more logging 2015-08-29 12:13:28 -07:00
Adrian Sampson
608e4ffbef fetchart: Lots more logging 2015-08-29 11:59:46 -07:00
Adrian Sampson
2113bf46a6 fetchart: Disable Google by default
Since it's less precise than the other sources.
2015-08-29 11:41:29 -07:00
Adrian Sampson
2b1d7fc3aa fetchart: Logging, naming, remove unused option 2015-08-29 11:31:59 -07:00
Peter Kessen
b857320105 fixed tox style suggestions
also following the "no contrived examples" rule by using
beatles as artist in example
2015-08-28 08:47:25 +02:00
Peter Kessen
eb68d4ddb5 Added extra output for help with subcommand list
An example including output format is given now
2015-08-26 18:38:04 +02:00
Peter Kessen
7a8765a631 Added support for extra help line on option parser
added method _add_help_text to class CommonOptionParser
2015-08-26 18:36:22 +02:00
Adrian Sampson
f899ed93ac lastimport: Log error responses
For debugging #1574.
2015-08-24 11:09:45 -07:00
Adrian Sampson
9749d9f134 Merge pull request #1565 from nathdwek/clearart-notify
Rewrite the clearart method in order to send write events to the plugins.
2015-08-23 23:42:11 -07:00
nath@home
8bf60ee8df clearart-notify: Added changelog entry 2015-08-23 00:04:02 +02:00
nath@home
8773d958c1 clearart-notify: Use default arguments when clearing art 2015-08-23 00:03:33 +02:00
nath@home
b53798aaf9 clearart-notify: Use item.try_write() to clear art
This method already groups reading the config, managing file I/O
and exceptions, as well as sending events to the plugins, so it's
really easier and cleaner to do it that way. Note that passing
'images':None as tags to update correctly triggers beets to delete
the images tag altogether.
2015-08-23 00:01:19 +02:00
nath@home
b6290e2895 clearart-notify: Send write events when clearing art
For example, this led beets-check to not recompute hashes when
doing beet clearart [query]. Further operations on the file(s)
would then trigger beets-check to issue integrity warnings.
2015-08-23 00:00:21 +02:00
Adrian Sampson
a000a15803 Changelog: bug link/thanks 2015-08-16 09:29:18 -07:00
Adrian Sampson
cde509a638 Merge pull request #1570 from fxthomas/badfiles
Badfiles: Easier default configuration, docs update and color output
2015-08-16 09:27:08 -07:00
Adrian Sampson
e708520349 Fix extra word 2015-08-16 09:25:56 -07:00
Adrian Sampson
759c79c426 play: Insert arguments anywhere (#1532) 2015-08-16 09:23:09 -07:00
François-Xavier Thomas
c54105d272 badfiles: Fix unicode error on some queries 2015-08-15 15:37:47 +02:00
François-Xavier Thomas
6095914d30 badfiles: Fixed typo in docs 2015-08-15 15:31:00 +02:00
François-Xavier Thomas
ded73354a9 badfiles: Added color output 2015-08-15 15:19:04 +02:00
François-Xavier Thomas
50b8d8dd6e badfiles: Update doc about checker commands 2015-08-15 14:53:35 +02:00
François-Xavier Thomas
8db75f075e badfiles: Update doc to remove unneeded defaults 2015-08-15 14:53:17 +02:00
François-Xavier Thomas
e8cb1241f5 badfiles: If not configured, use default checkers 2015-08-15 14:39:37 +02:00
François-Xavier Thomas
27075ea037 badfiles: Fixed weird use of sum 2015-08-15 14:39:35 +02:00
Adrian Sampson
ecf677ae41 Reorganize up some badfiles documentation 2015-08-14 20:50:29 -07:00
Adrian Sampson
c756b3eedb badfiles: Clean up for beets style
Use {} formatting, 80 character wrap, ___future__ imports.
2015-08-14 20:37:36 -07:00
Adrian Sampson
82484be232 Add badfiles plugin as-is 2015-08-14 20:32:19 -07:00
Adrian Sampson
315fe78f0c Example for play --args (#1532) 2015-08-14 19:57:05 -07:00
Adrian Sampson
ab7e9d4db2 Simplify #1532: CLI only, append to end 2015-08-14 19:52:49 -07:00
Adrian Sampson
7b6c773a3f Cleanup for #1532 2015-08-14 19:44:11 -07:00
Adrian Sampson
217a8126bc Merge pull request #1532 from pheerai/play_opt_arg
Added optional argument for play-plugin
2015-08-14 19:23:34 -07:00
Adrian Sampson
339ab55558 Link to beets-badfiles 2015-08-11 22:44:07 -07:00
Adrian Sampson
4038f191da Fix #1564 (regression from #1559) 2015-08-08 11:23:55 -07:00
Adrian Sampson
7621ae4280 aur4 is now aur
The transition is imminent (and the link already works):
https://wiki.archlinux.org/index.php/Arch_User_Repository#AUR_4
2015-08-07 09:52:43 -07:00
Adrian Sampson
1b63592408 Merge pull request #1562 from quarksify/master
Fix guide AUR link
2015-08-07 09:31:16 -07:00
quarksify
f1793b6653 Update main.rst 2015-08-07 11:41:01 -04:00
quarksify
d7af0f9b03 Update main.rst 2015-08-07 11:38:06 -04:00
Adrian Sampson
bb27deb227 Merge pull request #1560 from mathstuf/alternate-colors
colors: support standard terminal colors
2015-08-05 21:05:15 -07:00
Ben Boeckel
323f79ecdb colors: support standard terminal colors
Fixes #1548.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
2015-08-05 22:00:25 -04:00
Oliver Rümpelein
94258110a7 Forgot to remove an if-statement. 2015-08-03 17:01:56 +02:00
Oliver Rümpelein
69377291ff Try to fix TravisCI-errors. 2015-08-02 21:08:44 +02:00
Oliver Rümpelein
d05e251a14 Merge branch 'master' into play_opt_arg,
to make AppVeyor-builds possible.
2015-08-02 20:51:26 +02:00
Oliver Rümpelein
90bb4081fe Implemented --args-feature
* as discussed in #1532, with args-parameter, and optionally
   inserted config-key
 * updated changelog/docs
2015-08-02 20:44:56 +02:00
Adrian Sampson
96c5121f65 Documentation for #1555/#1556 2015-08-01 15:00:13 -07:00
Ben Ockmore
4818264a36 Added TypeError to the list of caught exceptions in fetachart._fetch_image
requests/urllib3 is throwing an exception due to an internal problem triggered
by some sort of timeout. This change catches the TypeError so that beets
reports "error fetching art" instead of crashing when this happens.
2015-08-01 16:50:59 +01:00
Oliver Rümpelein
5f9068cb50 Implemented Idea 2 from #1532
* New argument `--optargs` reads string from option
 * If "{}" is present in the given string, the `optargs`
   from config-file get inserted at that point.
2015-08-01 13:55:17 +02:00
Adrian Sampson
26573bb499 Changelog for #1559 2015-07-30 04:32:11 -07:00
Adrian Sampson
fbe76a703d Merge pull request #1559 from svoos/develop
Bugfix: Minimum popularity factor had been ignored
2015-07-30 04:30:53 -07:00
Sven Oos
74f58e7b3c Bugfix:
Items had not been filtered. Converting the tags' weight into an integer solves it.
2015-08-03 23:46:50 +02:00