-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
65 lines (65 loc) · 1.84 KB
/
config.example.yml
File metadata and controls
65 lines (65 loc) · 1.84 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
---
# Configuration for the Discord client connection. Required
# to run the application.
discord:
token:
clientId:
serverIds:
-
adminId:
# Configuration for images.
#
# fallbackPath - path to the default image to show if no album art is available.
# avgColorAlgorithm - algorithm to determine the average color of an application, one of:
# 'sqrt' | 'dominant' | 'simple'.
image:
fallbackPath: ""
avgColorAlgorithm: sqrt
# For connections to LastFM, used for mixing.
#
# apiKey - your API Key to LastFM.
lastfm:
apiKey:
# Configuration for parsing local libraries.
#
# paths - list of absolute paths to your music. All files under a directory will be parsed.
library:
paths:
- ""
# Configuration for the MongoDB Connection
#
# uri - the uri for the mongo instance.
# dbName - the name of the db to use in Mongo. Defaults to 'golem'
mongo:
uri:
dbName:
# Configuration for the Connection to a Plex Media Server. Used for playlists.
#
# uri - the uri of the Plex Media Server.
# appId - a unique id for this application, a random guid should suffice.
# username - the username to connect as.
# password - the password for the account to connect as.
plex:
uri:
appId:
username:
password:
# Configuration for search
#
# forceWeightTerms - terms that should be weighted down by the search function.
# For example a search for "Twice I Can't Stop Me" may retrieve the track "Twice I Can't Stop Me (English Version)".
# We counter this by adding 'english' to the below array rejecting results containing the below terms if there is a
# close match that exists without one of the below terms.
search:
forceWeightTerms:
-
# Configuration for the Web Application
#
# apiPort - the port to run the application on.
web:
apiPort:
# Configuration for YouTube integration
#
# ytdlpPath - the path to your local ytdlp executable
youtube:
ytdlpPath: