Commit graph

9823 commits

Author SHA1 Message Date
Joris
499fcb8315
Update docs/plugins/subsonicplaylist.rst
Co-authored-by: Adrian Sampson <adrian@radbox.org>
2020-05-03 12:56:54 +02:00
soergeld
370df6253d forgot a return 2020-04-28 14:19:59 +02:00
soergeld
d7ed84646e create method for deepcopy 2020-04-28 14:18:27 +02:00
soergeld
84bbd14c76 trailing whitespace 2020-04-28 13:09:04 +02:00
soergeld
ba2b22cac5 try to correct deepcopy 2020-04-28 12:59:52 +02:00
soergeld
b39ef0b8f9 better deepcopy, docstring, minor improvements 2020-04-28 12:16:19 +02:00
soergeld
13db4063fa actually, I don't need __init__ 2020-04-27 16:31:38 +02:00
soergeld
d07a3e3697 remove __delitem__ and __delattr__ methods 2020-04-27 16:17:11 +02:00
soergeld
eec7994dbe corrected on deepcopy replacement 2020-04-27 16:16:37 +02:00
soergeld
2bc0027adf remove some prints, unused libraries, __setitem__ method 2020-04-27 16:08:47 +02:00
soergeld
a51ef113d3 arranged hash 2020-04-27 15:59:21 +02:00
soergeld
048b5c2151 remove need for deepcopy, simplify __init__ 2020-04-27 15:55:12 +02:00
soergeld
63df7cf3ed forgot to decode all tracks of an album 2020-04-27 15:03:55 +02:00
Adrian Sampson
f43a0c3270 Changelog/thanks for #3567 2020-04-27 07:46:28 -04:00
Adrian Sampson
969a207418 Simplify docs for #3567 2020-04-27 07:45:31 -04:00
Adrian Sampson
39e6d21cc7 Merge pull request #3567 from nmeum/remove-query-converter
web plugin: support path queries
2020-04-27 07:43:43 -04:00
Sören Tempel
226d8089e1 docs: document special handling of backlash in web plugin queries 2020-04-27 13:36:36 +02:00
Sören Tempel
57a759c817 docs: document joining of paths performed by web plugin for queries 2020-04-27 13:36:36 +02:00
Sören Tempel
6a03afc65d web plugin: support path queries by separating them with a backslash
Without this change the web plugin does not support path queries as
slashes are currently used for joining keywords in the QueryConverter.
Moreover, flask cannot distinguish between an URL encoded and a plain
'/' character during routing [0]. To work around this issue without
introducing a breaking change (i.e. removing the QueryConverter) use the
backslash character for path queries and convert it later on.

Fixes #3566

[0]: https://github.com/pallets/flask/issues/900
2020-04-27 13:36:36 +02:00
soergeld
98389b6161 dupe test 2020-04-27 12:02:27 +02:00
soergeld
8df2e5b8f5 arrange decoder 2020-04-27 12:01:35 +02:00
soergeld
14e1b33839 lines too long 2020-04-27 11:44:51 +02:00
soergeld
363cbf8147 mixed two PR 2020-04-27 11:39:20 +02:00
soergeld
bd543136d6 scale back some changes in __init__.py and hooks.py 2020-04-27 11:37:19 +02:00
soergeld
805f4e801f typo in tests 2020-04-27 11:31:39 +02:00
soergeld
32d81d801b forgot a positional argument 2020-04-27 11:25:42 +02:00
soergeld
f507f04639 reintroduce default arguments, adapt all occurences of TrackInfo and AlbumInfo to the absence of positional arguments 2020-04-27 11:21:13 +02:00
soergeld
62566ee61d remove prints for testing 2020-04-25 23:13:38 +02:00
soergeld
1b2c8398b1 cleaning up beets/autotag/__init__.py 2020-04-25 23:13:08 +02:00
soergeld
53ce6f8b3d all attributes are flexible, so no positional arguments when initiating the class 2020-04-25 22:32:03 +02:00
soergeld
fea6ffc038 arrange decode, set all attributes to be flexible 2020-04-25 22:24:24 +02:00
soergeld
da43ff9c18 arrange __getattr__ to behave normally 2020-04-25 20:43:30 +02:00
soergeld
981d4dc829 First try adding new albuminfo and trackinfo class 2020-04-25 19:50:59 +02:00
Adrian Sampson
47deb2f084 Switch log level for #3563, fix #3533 2020-04-23 08:03:51 -04:00
Adrian Sampson
889ac43581 Merge pull request #3563 from autrimpo/master
Fix #3533 - crash when calculating RG/R128 mix
2020-04-23 08:03:33 -04:00
Michal Koutenský
5143e630d8 Fix #3533 - crash when calculating RG/R128 mix 2020-04-23 11:05:33 +02:00
Adrian Sampson
99dbe93f85
Merge pull request #3559 from somasis/master
fetchart: improve description of -q flag
2020-04-19 20:47:32 -04:00
Kylie McClain
1c03f58e0d
fetchart: improve description of -q flag 2020-04-19 14:56:15 -04:00
Adrian Sampson
425bbc366f Changelog/thanks for #3558 2020-04-19 11:12:24 -04:00
Adrian Sampson
06bf690608 Merge pull request #3558 from hashhar/artist-sort-lyrics
Add artist_sort as the last entry in the artists to search
2020-04-19 11:05:26 -04:00
Ashhar Hasan
625e9253c0
Add tests for artist_sort as lyrics search fallback
Adjust doc comment to highlight that artist_sort is used as a fallback
2020-04-19 19:19:07 +05:30
Ashhar Hasan
45c8e51d6c
Fix redundant requests for artist == artist_sort 2020-04-19 19:14:00 +05:30
Ashhar Hasan
a5ef8c7b09
Add artist_sort as the last entry in the artists to search
This will handle cases where the artist name includes some
characters which can cause a search failure for some
websites - mainly unicode.

Fixes https://github.com/beetbox/beets/issues/3340.
2020-04-19 00:50:14 +05:30
Adrian Sampson
c93ea0b36b Link to fix in #3554 2020-04-17 18:29:27 -04:00
Adrian Sampson
269e309513 Slight simplification for #3554 2020-04-17 18:28:21 -04:00
Adrian Sampson
e0fc7b18da Merge pull request #3554 from thejli21/master
Fix #3535 - Genius Null Check
2020-04-17 18:25:51 -04:00
lijacky
175c392ef3 add fix to changelog 2020-04-17 17:25:36 -04:00
lijacky
9ec0d725e5 Changes given feedback on https://github.com/beetbox/beets/pull/3554 and trimmed sample html 2020-04-17 17:14:21 -04:00
lijacky
b7ecf32f28 style changes 2020-04-16 19:06:17 -04:00
lijacky
525202e529 adding genius sample html 2020-04-16 19:06:17 -04:00