Daniel Barber
a9e11fcfeb
Add some info about valid quality levels
2020-02-26 19:23:59 -05:00
Adrian Sampson
20d28948a3
Changelog bug link for #3498
2020-02-25 08:56:06 -08:00
Adrian Sampson
69c3ba4b8d
Merge pull request #3498 from adamjakab/dev-cfg-inc
...
Raising error on missing configuration file inclusion
2020-02-25 08:55:34 -08:00
Adam Jakab
d06665413c
minor fixes and changelog entry
2020-02-25 15:23:52 +01:00
Adam Jakab
131227eff4
writing warning message to stderr
2020-02-24 22:38:30 +01:00
Adam Jakab
253d4c76d0
removed redundant import and redundant filename variable
2020-02-24 10:43:03 +01:00
Adam Jakab
3db55c7bf4
Simple warning on missing (included) configuration file.
2020-02-24 10:20:54 +01:00
Adam Jakab
c90f7aacfc
fixed flake8 long line warning (maybe)
2020-02-24 00:22:34 +01:00
Adam Jakab
dfa45f62a5
fixed flake8 long line warning
2020-02-24 00:07:24 +01:00
Adam Jakab
d2e32a6b20
Raising error on missing configuration file inclusion
2020-02-23 23:29:15 +01:00
Adrian Sampson
e6c94be848
Merge pull request #3495 from adamjakab/dev-cfg-inc
...
added missing test requirement
2020-02-23 09:58:56 -08:00
Daniel Barber
fe8ba17ced
Add quality setting to fetchart plugin
2020-02-22 13:36:35 -05:00
Daniel Barber
0af1bf5fbb
Pass a default quality in here
2020-02-22 13:00:21 -05:00
Daniel Barber
6a84949020
Woops, this needs to be explicitly multiline
2020-02-22 12:43:22 -05:00
Daniel Barber
a729bd8729
Send quality parameter to images.weserv.nl
2020-02-22 12:23:02 -05:00
Daniel Barber
4e7fd47a35
Add quality to art resizer docstring
2020-02-22 12:05:02 -05:00
Daniel Barber
d82573f8f3
Document quality setting
2020-02-22 12:02:20 -05:00
Daniel Barber
15ad525e0d
Mention quality level in docstrings
2020-02-22 12:02:10 -05:00
Adam Jakab
bc53695f24
added missing test requirement
2020-02-22 01:56:57 +01:00
Adrian Sampson
c8f9a9d6f7
Merge pull request #3494 from adamjakab/docs-dev
...
Added beets-goingrunning to the list of 'other plugins'
2020-02-20 16:19:13 -08:00
Adam Jakab
37f3e226b0
beets-goingrunning - shortened description
2020-02-20 18:58:11 +01:00
Adam Jakab
c9e6f91030
Added beets-goingrunning to the list of 'other plugins'
2020-02-20 18:55:56 +01:00
Daniel Barber
96b0e8a33e
No longer need to pass a default quality here
2020-02-18 16:44:45 -05:00
Daniel Barber
036202e1c5
Default quality to 0 which means don't specify
...
From the ImageMagick docs: "The default is to use the estimated quality
of your input image if it can be determined, otherwise 92."
In order to get the original behaviour we need to conditional add the
quality parameter to the `magick` call. The quality range can be
anything from 1 to 100, which gives us the convenience of using 0 to
specify no specific quality level.
2020-02-18 14:50:57 -05:00
Daniel Barber
a30c90e615
Fix one of the failing tests
2020-02-17 22:22:47 -05:00
Daniel Barber
86946ad4b7
Allow the quality to be set for embedded/fetched cover art
2020-02-17 21:12:20 -05:00
Adrian Sampson
de6173a6f4
Merge pull request #3492 from aereaux/parentwork_only_store_if_changed
...
parentwork: Only call store when the metadata has changed.
2020-02-17 10:24:20 -08:00
Aidan Epstein
535af4bdb2
parentwork: Only call store when the metadata has changed.
...
Otherwise, this rewrites all your files every time.
2020-02-17 09:05:52 -08:00
Adrian Sampson
ddfb715e32
Style fixes for #3491
2020-02-17 06:49:26 -08:00
Adrian Sampson
3b5641246d
Merge pull request #3491 from adamjakab/docs-dev
...
Added beets-bpmanalyser to the list of 'other plugins'
2020-02-17 06:48:58 -08:00
Adam Jakab
9426ad7345
Added beets-bpmanalyser to the list of 'other plugins'
2020-02-17 09:40:30 +01:00
Adrian Sampson
d43d54e21c
Try to work around a Werkzeug change?
2020-02-06 22:22:54 -05:00
Adrian Sampson
91be732bf4
Fix whitespace ( #3453 )
2020-02-06 22:18:15 -05:00
Adrian Sampson
f9088a3eb7
Merge pull request #3453 from faulkt/master
...
added merge_environment_settings call
2020-02-06 21:54:14 -05:00
Tyler Faulk
964a6c2e63
restored whitespace to please style checker
2020-02-06 12:10:38 -05:00
Adrian Sampson
817bef25ea
Merge pull request #3480 from ybnd/bs1770gain-v0.6.0-parsing
...
Update Bs1770gainBackend to handle bs1770gain v0.6.0 XML output
2020-02-05 16:52:32 -05:00
ybnd
9b283be7bf
Add to changelog
2020-02-05 10:22:02 +01:00
ybnd
63ea17365a
Modify patched stdout in test_malformed_output
2020-02-05 09:04:24 +01:00
ybnd
7005691410
Add comment to clarify unexpected AttributeError handling
2020-02-05 08:52:50 +01:00
ybnd
1ab46c69be
Merge remote-tracking branch 'origin/master' into bs1770gain-v0.6.0-parsing
...
# Conflicts:
# docs/changelog.rst
2020-02-05 08:45:30 +01:00
ybnd
9465e933ba
Add to changelog
2020-02-05 08:36:44 +01:00
ybnd
9bd78424c1
Handle keyboard interrupts more cleanly
2020-02-04 19:16:33 +01:00
Adrian Sampson
95e0f54d7c
Fix too-long lines ( #3448 )
2020-02-02 21:04:55 -05:00
Adrian Sampson
d4d04c61aa
Merge pull request #3448 from xhocquet/genius-lowercase-artist-fix
...
Genius lyrics fix for API capitalization behaviors
2020-02-02 20:46:24 -05:00
Xavier Hocquet
9f43408f1b
Changelog and cleanup
2020-02-02 15:57:43 -07:00
ybnd
4970585b0a
Remove temporary workaround for silent exceptions
2020-01-31 14:08:28 +01:00
ybnd
4a427182cd
Handle exceptions in pooled threads
...
* ExceptionWatcher instance running in parallel to the pool, monitoring a queue for exceptions
* Pooled threads push exceptions to this queue, log non-fatal exceptions
* Application exits on fatal exception in pooled thread
* More front end info logs in the CLI
2020-01-31 13:50:38 +01:00
ybnd
bef473c8e8
Remove spliced progress regex and add --suppress-progress flag
2020-01-31 07:42:50 +01:00
ybnd
b39df01d35
Add to documentation
2020-01-30 20:31:12 +01:00
ybnd
506be02597
Remove packaging dependency
2020-01-30 20:11:09 +01:00