beets/beets
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
..
autotag adding discogs_labelid and discogs_artistid fields 2019-10-24 10:13:37 +00:00
dbcore Update a lot of URLs to use HTTPS 2019-06-05 03:11:49 +02:00
ui Changed library check from existence to directory 2019-10-12 14:00:44 -04:00
util Default quality to 0 which means don't specify 2020-02-18 14:50:57 -05:00
__init__.py confit: replace with confuse in core beets 2019-06-01 09:51:56 +10:00
__main__.py Simpler __main__ docstring (#2453) 2017-02-25 13:39:14 -05:00
art.py Default quality to 0 which means don't specify 2020-02-18 14:50:57 -05:00
config_default.yaml adding config option for seperator and addressing review comments 2019-06-09 10:37:33 +02:00
importer.py Simplified conditional test, now w/o function call 2019-08-22 19:27:23 +01:00
library.py adding discogs_labelid and discogs_artistid fields 2019-10-24 10:13:37 +00:00
logging.py s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
mediafile.py mediafile: replace with a wrapper around mediafile 2019-05-29 09:35:14 +10:00
plugins.py Exclude empty albums from candidates 2019-10-06 00:07:23 -07:00
random.py random: beets.util.random -> beets.random 2019-04-07 18:46:11 +10:00
vfs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00