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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Stelle was created with the purpose of exploring, learning and using the possibilities offered by [`Seyfert`](https://github.com/tiramisulabs/seyfert) a new library to interact with the Discord API.
countryCode: us #country code for resolving isrc tracks
119
-
geniusApiKey: "Your Genius Client Access Token"# leave this out to disable genius searching. Get your api key (Client Access Token) from https://genius.com/api-clients
132
+
geniusApiKey: "the-lyrics-genius-token"# leave this out to disable genius searching. Get your api key (Client Access Token) from https://genius.com/api-clients
yandexmusic: false# Enable Yandex Music lyrics source
164
+
yandexmusic: true# Enable Yandex Music lyrics source
146
165
vkmusic: false # Enable Vk Music lyrics source
147
166
youtube:
148
167
countryCode: "US"
149
168
playlistLoadLimit: 1# The number of pages at 100 tracks each
150
169
albumLoadLimit: 1# The number of pages at 50 tracks each
151
170
artistLoadLimit: 1# The number of pages at 10 tracks each
152
171
yandexmusic:
153
-
accessToken: "your yandextoken"# the token used for accessing the yandex music api. See https://github.com/TopiSenpai/LavaSrc#yandex-music
172
+
accessToken: "the-yandex-access-token"# the token used for accessing the yandex music api. See https://github.com/TopiSenpai/LavaSrc#yandex-music
154
173
playlistLoadLimit: 1# The number of pages at 100 tracks each
155
174
albumLoadLimit: 1# The number of pages at 50 tracks each
156
175
artistLoadLimit: 1# The number of pages at 10 tracks each
157
176
spotify:
158
-
#clientId: "your clientid"
159
-
#clientSecret: "your clientsecret"
160
-
#spDc: "your sp dc cookie" # the sp dc cookie used for accessing the spotify lyrics api
177
+
clientId: "the-spotify-client-id"
178
+
clientSecret: "the-spotify-client-secret"
179
+
spDc: "the-spdc-cookie"# the sp dc cookie used for accessing the spotify lyrics api
161
180
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
162
181
playlistLoadLimit: 6# The number of pages at 100 tracks each
163
182
albumLoadLimit: 6# The number of pages at 50 tracks each
164
183
resolveArtistsInSearch: true # Whether to resolve artists in track search results (can be slow)
165
184
localFiles: false # Enable local files support with Spotify playlists. Please note `uri` & `isrc` will be `null` & `identifier` will be `"local"`
185
+
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.
166
186
flowerytts:
167
187
voice: "Olivia"# (case-sensitive) get default voice from here https://api.flowery.pw/v1/tts/voices
168
188
translate: false # whether to translate the text to the native language of voice
@@ -183,25 +203,47 @@ plugins:
183
203
soundgasm: true # soundgasm.net
184
204
applemusic:
185
205
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
186
-
mediaAPIToken: "your applemusic api token"# apple music api token
206
+
mediaAPIToken: "the-apple-music-token"# apple music api token
187
207
# or specify an apple music key
188
208
keyID: "your key id"
189
209
teamID: "your team id"
190
210
musicKitKey: |
191
211
-----BEGIN PRIVATE KEY-----
192
212
your key
193
-
-----END PRIVATE KEY-----
213
+
-----END PRIVATE KEY-----
194
214
playlistLoadLimit: 6# The number of pages at 300 tracks each
195
215
albumLoadLimit: 6# The number of pages at 300 tracks each
196
216
deezer:
197
-
masterDecryptionKey: "your master decryption key"# the master key used for decrypting the deezer tracks. (yes this is not here you need to get it from somewhere else)
198
-
#arl: "your deezer arl" # the arl cookie used for accessing the deezer api this is optional but required for formats above MP3_128
199
-
formats: ["FLAC", "MP3_320", "MP3_256", "MP3_128", "MP3_64", "AAC_64"] # the formats you want to use for the deezer tracks. "FLAC", "MP3_320", "MP3_256" & "AAC_64" are only available for premium users and require a valid arl
217
+
masterDecryptionKey: "the-deezer-key"# the master key used for decrypting the deezer tracks. (yes this is not here you need to get it from somewhere else)
218
+
arl: "the-arl-cookie"# the arl cookie used for accessing the deezer api this is optional but required for formats above MP3_128
219
+
formats: ["FLAC", "MP3_320", "MP3_256", "MP3_128", "MP3_64", "AAC_64"] # the formats you want to use for the deezer tracks. "FLAC", "MP3_320", "MP3_256" & "AAC_64" are only available for premium users and require a valid arl
200
220
vkmusic:
201
221
userToken: "your user token"# This token is needed for authorization in the api. Guide: https://github.com/topi314/LavaSrc#vk-music
202
222
playlistLoadLimit: 1# The number of pages at 50 tracks each
203
223
artistLoadLimit: 1# The number of pages at 10 tracks each
204
-
recommendationsLoadLimit: 10# Number of tracks
224
+
recommendationsLoadLimit: 10# Number of
225
+
tidal:
226
+
countryCode: "US"# the country code for accessing region-specific content on Tidal (ISO 3166-1 alpha-2).
227
+
searchLimit: 6# How many search results should be returned
228
+
token: "your-tidal-token"# the token used for accessing the tidal api. See https://github.com/topi314/LavaSrc#tidal
229
+
qobuz:
230
+
userOauthToken: "the-qobuz-user-token"#This token is needed for authorization in the api. Guide: https://github.com/topi314/LavaSrc#qobuz
231
+
appId: "the-qobuz-app-id"#(Only pass it when you are using an old userOauthToken)
232
+
appSecret: "the-qobuz-app-secret"#(Only pass it when you are using an old userOauthToken)
233
+
ytdlp:
234
+
path: "yt-dlp"# the path to the yt-dlp executable.
235
+
searchLimit: 10# How many search results should be returned
236
+
#customLoadArgs: ["-q", "--no-warnings", "--flat-playlist", "--skip-download", "-J"] # Custom arguments to pass to yt-dlp
0 commit comments