Jack Wilsdon
38926caebe
Reset album art to None when removed
2015-09-07 01:52:03 +01:00
Jack Wilsdon
ea247936c2
Add purpose description to remove_art_file documentation
2015-09-07 01:21:47 +01:00
Adrian Sampson
f8d9019d1b
Better explanation of threaded option
...
It was pointed out that the old wording was too worrisome.
2015-09-06 17:14:55 -07:00
Jack Wilsdon
110ab43db7
Add documentation for remove_art_file
2015-09-06 21:56:41 +01:00
Jack Wilsdon
9eb4fc530b
Wrap line to ensure it is less than 80 characters
2015-09-06 21:53:34 +01:00
Jack Wilsdon
420b0724a0
Add remove_art_file configuration property
2015-09-06 21:45:15 +01:00
Malte Ried
58ddecf7af
Added a Patch decorator for the os.path.samefile function to repair some previously failed test cases.
2015-09-04 18:34:43 +02:00
nath@home
940dc3c1a6
play: Add documentation for play-warn-tresh
...
Added documentation for the new warning_treshold config option for
beets-play
Also made the documentation for the use_folders option more
explicit.
2015-09-03 22:19:51 +02:00
nath@home
ff4fda1bb5
play: make the many files warning configurable
...
The warning_treshold key in the play configuration defines the
minimum number of file before a warning is issued (default 100).
A zero value means no warning is ever issued.
This is the first commit for this feature, and this should fully
implement it.
2015-09-03 22:19:51 +02:00
Malte Ried
636f0af8b2
Merge branch 'master' into RobustCaseSensitiveDetection
...
# Conflicts:
# docs/changelog.rst
2015-09-03 22:12:33 +02:00
Malte Ried
cd56286e86
Added some documentation
2015-09-03 22:10:32 +02:00
Adrian Sampson
bc137b174f
Doc tweaks & changelog for #1589
2015-09-02 15:05:23 -07:00
Adrian Sampson
2547f174b8
Merge pull request #1589 from jdetrey/master
...
Fix #1303 : process `DateItemField` tags in YMD order
2015-09-02 15:01:52 -07:00
Jérémie Detrey
8b58af8dba
Follow style conventions.
2015-09-02 23:25:47 +02:00
Jérémie Detrey
dcbc2dafa1
Fix #1303 : process DateItemField tags in YMD order
2015-09-02 22:48:55 +02:00
Adrian Sampson
854a4539cb
Fix #1588 : fetchart gets PNGs, not GIFs
2015-09-02 12:45:35 -07:00
Adrian Sampson
086b97173b
Changelog for #1578
2015-09-02 12:33:04 -07:00
Adrian Sampson
7087f8cf00
Merge pull request #1578 from nathdwek/play-raw
...
beets-play: Add the option to pass the "raw" queried pathes to the player command
2015-09-02 12:31:43 -07:00
Malte Ried
6ad53e1466
Improved version of case sensitivity checking and move method to beets.util
2015-09-02 21:17:03 +02:00
nath@home
b9bc06d9d8
play-raw: Rename the command target:
...
passed_to_command -> open_args
2015-09-01 23:42:43 +02:00
nath@home
7ed742b268
play-raw: Fix a docstring and add doc
2015-09-01 23:42:43 +02:00
nath@home
9c663432bd
Refactor util/interactive_open: multiple targets
...
interactive_open should now be invoked with at least the list of
targets and optionally the command to open the targets with.
This allows beets-play to pass multiple file paths directly to
the configured command.
The changes to the existing invocations are pretty trivial in
order to comply to this refactor.
2015-09-01 23:42:42 +02:00
nath@home
4eb563a08c
pep8: Correct camelCase to snake_case
2015-09-01 23:42:42 +02:00
nath@home
a23c5d4f67
play-raw: Call vlc with one file par arg
2015-09-01 23:42:42 +02:00
nath@home
18d5c3b0a0
play-raw: Add the option to play the raw queried pathes
...
I slightly rewrote the play plugin in order to improve
the readability and to introduce the "raw" play config
option which makes beet simply pass a list of pathes
to the play command rather than a playlist.
2015-09-01 23:42:42 +02:00
Malte Ried
32bd7914e5
Implemented a much more robust way to check for a case sensitive filesystem
2015-09-01 10:57:02 +02:00
Adrian Sampson
e32744a66a
Fix extra parameter introduced for #1581
2015-08-30 11:55:06 -07:00
Adrian Sampson
65e011215d
Merge pull request #1585 from pkess/reduce_footprint
...
removed obsolet variable from PR #1582
2015-08-30 11:30:23 -07:00
Peter Kessen
760b2ac73f
removed obsolet variable
...
removed variable _added_help from CommonOptionsParser
variable is not required since 3f49044
2015-08-30 16:32:44 +02:00
Adrian Sampson
9e83c76762
Changelog for #1582
2015-08-29 12:57:59 -07:00
Adrian Sampson
3f490440b6
Reduce footprint of #1582
...
No need for a separate function since we only use this once.
2015-08-29 12:56:39 -07:00
Adrian Sampson
83c55f9374
Merge pull request #1582 from pkess/master
...
Additional help text for commands
2015-08-29 12:54:49 -07:00
Adrian Sampson
9ce49b7ef0
fetchart: Do not emable Wikipedia by default
...
Because DBpedia seems to be down (it's responding very slowly with errors),
this seems like a good defensive action. It narrows the default sources to
those that resolve quickly, with only a couple of HTTP requests. We can
re-enable this again in the future if things seem to stabilize over at
DBpedia.
2015-08-29 12:52:57 -07:00
Adrian Sampson
e249fcb06f
fetchart: Fix #1581 , splitting in Wikipedia source
2015-08-29 12:45:10 -07:00
Adrian Sampson
b5cb4e4cc4
Slightly more efficient image streaming
2015-08-29 12:41:54 -07:00
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