-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathapplication.yml
More file actions
73 lines (70 loc) · 1.74 KB
/
application.yml
File metadata and controls
73 lines (70 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
server: # REST and WS server
port: 2333
address: 0.0.0.0
lavalink:
server:
password: "youshallnotpass"
sources:
youtube: false # Disabled to be compatible with the youtube-source plugin
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
http: true
bufferDurationMs: 400
youtubePlaylistLoadLimit: 6 # Number of pages at 100 each
resamplingQuality: MEDIUM
playerUpdateInterval: 1
youtubeSearchEnabled: true
soundcloudSearchEnabled: true
gc-warnings: true
plugins:
- dependency: "net.esmbot:lava-xm-plugin:0.2.8"
repository: "https://repo.projectlounge.pw/maven/releases"
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.8.1"
snapshot: false
- dependency: "dev.lavalink.youtube:youtube-plugin:1.18.0"
snapshot: false
plugins:
youtube:
enabled: true
allowSearch: true
allowDirectVideoIds: true
allowDirectPlaylistIds: true
clients: # https://github.com/lavalink-devs/youtube-source#available-clients
- MUSIC
- ANDROID_MUSIC
- WEB
- TVHTML5EMBEDDED
lavasrc:
providers:
- 'ytsearch:"%ISRC%"'
- "ytsearch:%QUERY%"
sources:
spotify: false
applemusic: false
deezer: false
spotify:
clientId: "your client id"
clientSecret: "your client secret"
countryCode: "US"
applemusic:
countryCode: "US"
mediaAPIToken: "your api token"
deezer:
masterDecryptionKey: "go looking for this somewhere"
xm:
ampFactor: 1
interpolation: 1
vblank: false
fx9Bug: false
fixSampleLoop: false
amigaMixer: true
logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/
level:
root: INFO
lavalink: INFO