aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-04-12 00:27:13 -0500
committerParker <contact@pkrm.dev>2024-04-12 00:27:13 -0500
commit514a0a737faaefaf451693877aa543bea567215a (patch)
tree3512ee483158ed2b6c73547256fa009b73f16eb6
parent757b31fe4ea4fcf09f724588c65e4318c8bea792 (diff)
Update application.yml.example
-rw-r--r--application.yml.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/application.yml.example b/application.yml.example
index ba009d8..0668fc7 100644
--- a/application.yml.example
+++ b/application.yml.example
@@ -7,6 +7,8 @@ server: # REST and WS server
plugins:
lavasrc:
providers: # Custom providers for track loading. This is the default
+ - "ytsearch:\"%ISRC%\""
+ - "ytsearch:%QUERY%"
- "scsearch:\"%ISRC%\""
- "scsearch:%QUERY%"
- "dzisrc:\"%ISRC%\""
@@ -17,7 +19,7 @@ plugins:
deezer: true # Enable Deezer source
yandexmusic: false # Enable Yandex Music source
flowerytts: false # Enable Flowery TTS source
- youtube: false # Enable YouTube search source (https://github.com/topi314/LavaSearch)
+ youtube: true # Enable YouTube search source (https://github.com/topi314/LavaSearch)
deezer:
masterDecryptionKey: "" # the master key used for decrypting the deezer tracks. (yes this is not here you need to get it from somewhere else)
@@ -30,7 +32,7 @@ lavalink:
server:
password: "youshallnotpass"
sources:
- youtube: false
+ youtube: true
bandcamp: true
soundcloud: true
twitch: true