Commit graph

9323 commits

Author SHA1 Message Date
Adam Jakab
3f2f125b09 better repr testing 2020-03-15 15:24:17 +01:00
Adam Jakab
238f2244c9 value_match is now correctly implemented 2020-03-15 15:23:52 +01:00
Adam Jakab
d6538e5f0c removed value_match method - not reachable? 2020-03-15 14:57:02 +01:00
Adam Jakab
93744ff00a removed unnecessary KeyError test 2020-03-15 14:40:40 +01:00
Adam Jakab
eb4d2ef5c9 added missing abstract method 2020-03-15 12:52:56 +01:00
Adam Jakab
8988d908c5 match method converted to instance method 2020-03-15 12:52:12 +01:00
Adrian Sampson
99a3343c0c A little more detail in changelog for #3508 2020-03-14 20:27:57 -04:00
Adrian Sampson
3261f072a6 Merge pull request #3508 from adamjakab/bpm_is_int
Fix #3507
2020-03-14 20:26:33 -04:00
Adam Jakab
d5a52cbd26 removed unused imports 2020-03-14 21:51:46 +01:00
Adam Jakab
fbd1266bc5 simplified condition in test and added changelog entry 2020-03-14 21:30:22 +01:00
Adrian Sampson
4dee523ba2
Merge pull request #3509 from justinmayer/fish-completion
Add plugin for Fish shell tab completion
2020-03-04 09:06:52 -05:00
Justin Mayer
14a654bbdb Add Fish completion to changelog & plugin index 2020-03-04 07:15:46 +01:00
Justin Mayer
f465c90e78 Enforce PEP-8 compliance on Fish completion plugin 2020-03-04 07:15:46 +01:00
Justin Mayer
05db0d18eb Don't escape question marks in Fish completions
Fish shell previously interpreted question marks as glob characters, but
that behavior has been deprecated and will soon be removed. Plus, the
completion for `help` and its alias `?` does not currently seem to behave
as expected anyway and is thus, at present, of limited utility.
2020-03-04 07:15:46 +01:00
Justin Mayer
82c3867fc0 Rewrite Fish completion plugin docs & code comments 2020-03-04 07:15:46 +01:00
Adam Jakab
832c7326af corrected test to account for year and disctotal field now being treated as types.INTEGER 2020-03-02 13:03:18 +01:00
Adam Jakab
5fc4d7c35e - added field_two as type STRING in ModelFixture1
- renamed test test_format_fixed_field to test_format_fixed_field_string
- test_format_fixed_field_string not tests `field_two` with string values
- added new test_format_fixed_field_integer to test field `field_one` as INTEGER
- added new test_format_fixed_field_integer_normalized to test rounding float values
2020-03-02 13:00:15 +01:00
Adam Jakab
b53a916623 added normalize method to the Integer class 2020-03-02 11:53:33 +01:00
jmwatte
d2d2b646c1 Add plugin for Fish shell tab completion 2020-03-02 09:51:36 +01:00
Adrian Sampson
545c65d903 Massage wording for #3504 2020-03-01 19:35:23 -05:00
Adrian Sampson
c66cda880f Merge pull request #3504 from smichel17/patch-1
Document running chroma plugin in verbose mode
2020-03-01 19:32:20 -05:00
Adam Jakab
fcc1951e7a corrected typo whilst reading 2020-03-02 00:16:16 +01:00
smichel17
594da1597a Document running chroma plugin in verbose mode
For #941
2020-03-01 11:47:12 -05:00
Adrian Sampson
00c6d1439e Docs tweaks for #3493 2020-02-26 19:15:44 -08:00
Adrian Sampson
8b8d223755 Merge pull request #3493 from danbee/specify-quality-for-coverart
Allow the quality to be set for embedded/fetched cover art
2020-02-26 19:12:31 -08:00
Daniel Barber
b3fec61f54 Add details to changelog 2020-02-26 19:31:42 -05:00
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