You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -120,14 +120,16 @@ plugins:
120
120
yandexmusic: false # Enable Yandex Music lyrics source
121
121
vkmusic: false # Enable Vk Music lyrics source
122
122
spotify:
123
-
clientId: "your client id"
124
-
clientSecret: "your client secret"
123
+
# clientId & clientSecret are required for using spsearch
124
+
# clientId: "your client id"
125
+
# clientSecret: "your client secret"
125
126
# spDc: "your sp dc cookie" # the sp dc cookie used for accessing the spotify lyrics api
126
127
countryCode: "US" # the country code you want to use for filtering the artists top tracks. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
127
128
playlistLoadLimit: 6 # The number of pages at 100 tracks each
128
129
albumLoadLimit: 6 # The number of pages at 50 tracks each
129
130
resolveArtistsInSearch: true # Whether to resolve artists in track search results (can be slow)
130
131
localFiles: false # Enable local files support with Spotify playlists. Please note `uri` & `isrc` will be `null` & `identifier` will be `"local"`
132
+
preferAnonymousToken: true # Whether to use the anonymous token for resolving tracks, artists and albums. Playlists are always resolved with the anonymous token to support autogenerated playlists.
131
133
applemusic:
132
134
countryCode: "US"# the country code you want to use for filtering the artists top tracks and language. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
133
135
mediaAPIToken: "your apple music api token"# apple music api token
Copy file name to clipboardExpand all lines: application.example.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,16 @@ plugins:
24
24
yandexmusic: false # Enable Yandex Music lyrics source
25
25
vkmusic: false # Enable Vk Music lyrics source
26
26
spotify:
27
-
clientId: "your client id"
28
-
clientSecret: "your client secret"
27
+
# clientId & clientSecret are required for using spsearch
28
+
# clientId: "your client id"
29
+
# clientSecret: "your client secret"
29
30
# spDc: "your sp dc cookie" # the sp dc cookie used for accessing the spotify lyrics api
30
31
countryCode: "US"# the country code you want to use for filtering the artists top tracks. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
31
32
playlistLoadLimit: 6# The number of pages at 100 tracks each
32
33
albumLoadLimit: 6# The number of pages at 50 tracks each
33
34
resolveArtistsInSearch: true # Whether to resolve artists in track search results (can be slow)
34
35
localFiles: false # Enable local files support with Spotify playlists. Please note `uri` & `isrc` will be `null` & `identifier` will be `"local"`
36
+
preferAnonymousToken: true # Whether to use the anonymous token for resolving tracks, artists and albums. Playlists are always resolved with the anonymous token to support autogenerated playlists.
35
37
applemusic:
36
38
countryCode: "US"# the country code you want to use for filtering the artists top tracks and language. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
37
39
mediaAPIToken: "your apple music api token"# apple music api token
0 commit comments