forked from albertgmz/BeatDock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
83 lines (80 loc) 路 1.77 KB
/
Copy pathapplication.yml
File metadata and controls
83 lines (80 loc) 路 1.77 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
74
75
76
77
78
79
80
81
82
83
server:
port: 2333
address: 0.0.0.0
undertow:
threads:
io: 4
worker: 8
plugins:
youtube:
enabled: true
allowSearch: true
allowDirectVideoIds: true
allowDirectPlaylistIds: true
clients:
- MUSIC
- WEB
- ANDROID_VR
lavasrc:
providers:
- "ytsearch:\"%ISRC%\""
- "ytmsearch:%QUERY%"
- "ytsearch:%QUERY%"
- "scsearch:%QUERY%"
- "spsearch:%QUERY%"
sources:
spotify: ${SPOTIFY_ENABLED:false}
youtube: false
spotify:
clientId: "${SPOTIFY_CLIENT_ID:}"
clientSecret: "${SPOTIFY_CLIENT_SECRET:}"
countryCode: "US"
playlistLoadLimit: 3
albumLoadLimit: 3
lavalink:
plugins:
- dependency: "dev.lavalink.youtube:youtube-plugin:1.16.0"
snapshot: false
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.8.1"
repository: "https://maven.lavalink.dev/releases"
snapshot: false
server:
password: "${LAVALINK_PASSWORD:youshallnotpass}"
sources:
youtube: false
soundcloud: true
bandcamp: true
twitch: true
vimeo: true
http: true
local: false
bufferDurationMs: 200
frameBufferDurationMs: 1000
youtubePlaylistLoadLimit: 3
playerUpdateInterval: 2
trackStuckThresholdMs: 5000
useSeekGhosting: true
youtubeSearchEnabled: true
ratelimit:
ipBlocks: []
excludedIps: []
strategy: "RotateOnBan"
searchTriggersFail: true
retryLimit: -1
filters:
volume: true
equalizer: true
karaoke: true
timescale: true
tremolo: true
vibrato: true
rotation: true
lowpass: true
logging:
level:
root: INFO
lavalink: INFO
logback:
rollingpolicy:
max-history: 3
max-file-size: 10MB