David Logie
2ef74999ea
Use .as_str_seq() instead of .get().
2019-01-25 17:11:18 +00:00
Adrian Sampson
7438cd50f6
Merge pull request #3130 from nichobi/patch-1
...
docs: remove references to bs1770gain for #3127
2019-01-25 11:45:52 -05:00
nichobi
37d918a19e
docs: restore replaygain option for ffmpeg backend
2019-01-25 15:48:49 +01:00
David Logie
1f356d66a6
First attempt at fixing #3132 .
...
Add a new `no_clobber` config option that contains a list of
"miscellaneous" metadata fields not to be overwritten by empty values.
I'm not entirely happy with the `no_clobber` name. Suggestions welcome.
2019-01-25 14:07:43 +00:00
nichobi
b7f75878b0
docs: remove references to bs1770gain for #3127
2019-01-24 16:07:44 +01:00
Adrian Sampson
6d020e3d2b
Merge pull request #3129 from rhlahuja/spotify-album-mediums
...
Set Spotify AlbumInfo.mediums
2019-01-23 23:19:07 -05:00
Rahul Ahuja
5fbb28637d
Set Spotify AlbumInfo.mediums
2019-01-23 19:54:14 -08:00
Adrian Sampson
11ae2679ee
Merge pull request #3125 from rhlahuja/spotify-candidates
...
Add Spotify `candidates` and `item_candidates`
2019-01-23 13:48:20 -05:00
Rahul Ahuja
6a9b62a9c2
Specify None rtype in doscstrings
2019-01-22 20:54:46 -08:00
Rahul Ahuja
8c6cc6573c
Unidecode query string
2019-01-22 19:42:25 -08:00
Rahul Ahuja
b91406b252
Backwords-compatible str/unicode
2019-01-22 18:59:15 -08:00
Rahul Ahuja
c6b8f6d143
Fix formatting/spelling
2019-01-22 18:09:10 -08:00
Rahul Ahuja
f7d20090e6
Fix _handle_response reauth bug and empty str query construction
2019-01-22 12:14:52 -08:00
Rahul Ahuja
7b57b0b608
Appease Flake8
2019-01-22 10:53:18 -08:00
Rahul Ahuja
3a67eae46d
Use track attrs directly, better naming/docstrings
2019-01-22 10:41:18 -08:00
Rahul Ahuja
09fc53eaea
Only parse Spotify ID when necessary
2019-01-21 23:53:19 -08:00
Rahul Ahuja
96fda0df0d
Docstring formatting
2019-01-21 23:36:51 -08:00
Rahul Ahuja
77f9a930b7
Fix remaining test, use official doc wording
2019-01-21 23:15:08 -08:00
Rahul Ahuja
0527edbd48
Fix test index, add docstrings
2019-01-21 23:05:47 -08:00
Rahul Ahuja
2cda2b5b3a
Remove hardcoded ordering of filters in tests
2019-01-21 22:53:23 -08:00
Rahul Ahuja
237792a4fb
Fix other test_track_request case
2019-01-21 22:40:15 -08:00
Rahul Ahuja
f63beca39a
Switch filter ordering in test
2019-01-21 22:35:12 -08:00
Rahul Ahuja
48401c60dc
Switch query filter ordering for tests
2019-01-21 22:27:31 -08:00
Rahul Ahuja
42e852cc7e
Clarify _search_spotify return type
2019-01-21 22:12:56 -08:00
Rahul Ahuja
aa18f9116d
Refine doc wording
2019-01-21 22:01:30 -08:00
Rahul Ahuja
265fcc7cea
utilize track_for_id in item_candidates
2019-01-21 21:45:50 -08:00
Rahul Ahuja
5472a49991
Add candidates and item_candidates, modularize Search API queries
2019-01-21 21:24:41 -08:00
Adrian Sampson
1087740580
Merge pull request #3100 from regagain/fetchart_unittests
...
Unit tests for fetchart plugin iTunes source
2019-01-21 18:19:08 -05:00
Reg
272bf5940b
test_art/iTunesStore: log check fix.
2019-01-21 22:49:19 +01:00
Adrian Sampson
10083c61b1
Changelog for #3123
2019-01-21 15:13:07 -05:00
Adrian Sampson
1a14c854b2
Merge pull request #3123 from rhlahuja/spotify-oauth
...
Add Spotify OAuth support and autotagger integration
2019-01-21 15:10:38 -05:00
Reg
1be3c954f3
test_art/iTunesStore: Python2 string fix.
2019-01-21 18:26:58 +01:00
Rahul Ahuja
dab62f2194
inline auth_header property
2019-01-21 09:23:38 -08:00
Rahul Ahuja
b50e148bec
use official client ID/secret, remove usage from docs
2019-01-21 08:32:57 -08:00
Rahul Ahuja
cb8b0874d4
naming
2019-01-21 01:56:57 -08:00
Rahul Ahuja
415b21cbc1
fix var reference, add docstring
2019-01-21 01:30:37 -08:00
Rahul Ahuja
844b940832
capture TrackInfo.medium_total
2019-01-20 15:32:07 -08:00
Rahul Ahuja
dbf17f760e
add TrackInfo.medium
2019-01-20 15:09:51 -08:00
Rahul Ahuja
78a46fd4d0
doc typo
2019-01-20 15:02:19 -08:00
Rahul Ahuja
b4d54b0950
set TrackInfo.index in track_for_id
2019-01-20 15:00:32 -08:00
Rahul Ahuja
f61aacf04b
remove tokenfile doc, use active voice
2019-01-20 14:40:32 -08:00
Reg
ce35c36762
test_art/iTunesStore: Verify logs.
2019-01-20 23:09:18 +01:00
Rahul Ahuja
7b1e64a61f
doc wording
2019-01-20 13:07:12 -08:00
Rahul Ahuja
645c053a1c
doc wording/formatting
2019-01-20 12:55:43 -08:00
Rahul Ahuja
2da738b078
remove unused doc
2019-01-20 12:50:28 -08:00
Rahul Ahuja
082357b063
document new functionality, use Spotify ID for AlbumInfo.album_id
2019-01-20 12:40:11 -08:00
Rahul Ahuja
287c767a6d
fix formatting
2019-01-20 11:24:33 -08:00
Rahul Ahuja
695dbfaf80
copy album_distance, track_distance from Beatport plugin
2019-01-20 03:20:18 -08:00
Rahul Ahuja
bb1ed67e2d
use open.spotify.com URL for data_url
2019-01-20 02:43:54 -08:00
Rahul Ahuja
02aa79ae61
add more docstrings
2019-01-20 02:28:59 -08:00