Skip to content

Instantly share code, notes, and snippets.

@BenCos17
Last active December 12, 2024 10:05
Show Gist options
  • Select an option

  • Save BenCos17/5ff8d7a7858013d27ebe99ee27e8bd7a to your computer and use it in GitHub Desktop.

Select an option

Save BenCos17/5ff8d7a7858013d27ebe99ee27e8bd7a to your computer and use it in GitHub Desktop.
lavalink:
plugins:
- dependency: dev.lavalink.youtube:youtube-plugin:1.11.1
repository: https://maven.lavalink.dev/releases
server:
bufferDurationMs: 400
frameBufferDurationMs: 1000
gc-warnings: true
password: youshallnotpass
playerUpdateInterval: 1
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: true
soundcloud: true
twitch: true
vimeo: true
youtube: false
youtubePlaylistLoadLimit: 100
youtubeSearchEnabled: true
logging:
file:
path: ./logs/
level:
lavalink: INFO
root: INFO
logback:
rollingpolicy:
max-history: 15
max-size: 10MB
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins:
youtube:
allowDirectPlaylistIds: false
allowDirectVideoIds: false
allowSearch: true
clients:
- MUSIC
- WEB
- WEBEMBEDDED
- MWEB
- TV
- TVHTML5EMBEDDED
enabled: true
MUSIC:
playback: false
playlistLoading: false
searching: true
videoLoading: false
MWEB:
playback: true
playlistLoading: true
searching: false
videoLoading: false
TV:
playback: true
playlistLoading: false
searching: false
videoLoading: false
WEB:
playback: true
playlistLoading: true
searching: false
videoLoading: false
WEBEMBEDDED:
playback: true
playlistLoading: false
searching: false
videoLoading: false
oauth:
# Enable OAuth
enabled: true
# Use a refresh token
# refreshToken: ""
# Skip initialization
# skipInitialization: true
sentry:
dsn: ''
environment: ''
server:
address: localhost
port: 2333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment