-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.app.yml
More file actions
51 lines (47 loc) · 1.6 KB
/
example.app.yml
File metadata and controls
51 lines (47 loc) · 1.6 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
server:
host: "127.0.0.1"
port: 3000
password: "youshallnotpass"
luna:
youtube: true
soundcloud: true
bandcamp: true
http: true
sources:
fallbackSearchSource: 'bcsearch'
maxSearchResults: 25
maxAlbumPlaylistLength: 50
youtube:
# Bypasses age-restricted videos. Uses unsafe methods (eval) to allow this to work. Enable at your own risk.
bypassAgeRestriction: false
# Authentication using accounts outside EU helps bypass numerous YouTube blocks. Enable at your own risk.
authentication:
# Takes priority over web
ANDROID:
enabled: false
# Available in YouTube app in Authorization header. Requires intercepting the app's requests.
authorization: 'DISABLED'
# Available in YouTube app in X-Goog-Visitor-Id header. Requires intercepting the app's requests.
visitorId: 'DISABLED'
# Not working.
WEB:
enabled: false
# Available in YouTube website in Authorization header. Requires intercepting the website's requests.
authorization: 'DISABLED'
# Available in YouTube website in Cookie header. Requires intercepting the website's requests.
cookie: 'DISABLED'
# Available in YouTube website in X-Goog-Visitor-Id header. Requires intercepting the website's requests.
visitorId: 'DISABLED'
soundcloud:
fallbackIfSnipped: false
logger:
accept: 'error warn info debug'
logToFile: true
request:
enable: true
withHeader: false
audio:
quality: 'high'
encryption: 'aead_aes256_gcm_rtpsize'
# best, medium, fastest, zero order holder, linear
resamplingQuality: 'best'