-
Notifications
You must be signed in to change notification settings - Fork 2
/
application.yml
114 lines (113 loc) · 3.31 KB
/
application.yml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
lavalink:
plugins:
- dependency: com.github.topi314.lavasrc:lavasrc-plugin:4.0.1
repository: https://maven.lavalink.dev/releases # this is optional for lavalink v4.0.0-beta.5 or greater
snapshot: false # set to true if you want to use snapshot builds (see below)
- dependency: com.github.topi314.sponsorblock:sponsorblock-plugin:3.0.0 # replace x.x.x with the latest release tag!
repository: https://maven.lavalink.dev/releases # this is optional for lavalink v4.0.0-beta.5 or greater
snapshot: false # set to true if you want to use snapshot builds (see below)
- dependency: com.dunctebot:skybot-lavalink-plugin:1.6.3
repository : https://maven.lavalink.dev/releases # (optional on lavalink 4)
snapshot: false # (optional, tells lavalink to use the default snaptshot repository instead)
- dependency: com.github.topi314.lavasearch:lavasearch-plugin:1.0.0
repository: https://maven.lavalink.dev/releases # this is optional for lavalink v4.0.0-beta.5 or greater
snapshot: false # set to true if you want to use snapshot builds (see below)
- dependency: me.rohank05:lavalink-filter-plugin:0.0.4
repository: https://jitpack.io
- dependency: com.github.esmBot:lava-xm-plugin:v0.2.2
repository: https://jitpack.io
server:
bufferDurationMs: 400
filters:
channelMix: true
distortion: true
echo: true
equalizer: true
karaoke: true
lowPass: true
rotation: true
timescale: true
tremolo: true
vibrato: true
volume: true
frameBufferDurationMs: 1000
gc-warnings: true
opusEncodingQuality: 10
password: youshallnotpass
playerUpdateInterval: 30
resamplingQuality: MEDIUM
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: true
soundcloud: true
twitch: true
vimeo: true
youtube: true
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 100
youtubeSearchEnabled: true
logging:
file:
path: ./logs/
level:
lavalink: INFO
root: INFO
logback:
rollingpolicy:
max-file-size: 25MB
max-history: 7
total-size-cap: 1GB
request:
enabled: true
includeClientInfo: true
includeHeaders: false
includePayload: true
includeQueryString: true
maxPayloadLength: 10000
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins:
dunctebot:
sources:
clypit: true
getyarn: true
mixcloud: true
ocremix: true
pornhub: true
reddit: true
soundgasm: true
tiktok: true
tts: true
ttsLanguage: en-US
lavasrc:
providers:
- dzisrc:%ISRC%
- ytmsearch:"%ISRC%"
- ytsearch:"%ISRC%"
- ytmsearch:%QUERY%
- ytsearch:%QUERY%
- dzsearch:%QUERY%
- scsearch:%QUERY%
sources:
applemusic: true
deezer: false # change to true if you have a deezer token below
spotify: false # change to true if you have a spotify token below
yandexmusic: false
youtube: true
applemusic:
countryCode: US
# deezer:
# masterDecryptionKey: CHANGE_ME
## P.S IT IS NOT id58zow5hmqhdv24zil4znth3ywy8prt9-dizzzrlba8q4h2al0ywmhp2zg-1d5g
# spotify:
# clientId: CHANGE_ME
# clientSecret: CHANGE_ME
# countryCode: US
server:
address: 0.0.0.0
port: 2155