Spaces:
Sleeping
Sleeping
Create config-app.yml
Browse files- config-app.yml +51 -0
config-app.yml
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
server:
|
2 |
+
host: "0.0.0.0"
|
3 |
+
port: 7860
|
4 |
+
password: "youshallnotpass"
|
5 |
+
|
6 |
+
luna:
|
7 |
+
youtube: true
|
8 |
+
soundcloud: true
|
9 |
+
bandcamp: true
|
10 |
+
http: true
|
11 |
+
|
12 |
+
sources:
|
13 |
+
fallbackSearchSource: 'bcsearch'
|
14 |
+
maxSearchResults: 25
|
15 |
+
maxAlbumPlaylistLength: 50
|
16 |
+
youtube:
|
17 |
+
# Bypasses age-restricted videos. Uses unsafe methods (eval) to allow this to work. Enable at your own risk.
|
18 |
+
bypassAgeRestriction: false
|
19 |
+
# Authentication using accounts outside EU helps bypass numerous YouTube blocks. Enable at your own risk.
|
20 |
+
authentication:
|
21 |
+
# Takes priority over web
|
22 |
+
ANDROID:
|
23 |
+
enabled: false
|
24 |
+
# Available in YouTube app in Authorization header. Requires intercepting the app's requests.
|
25 |
+
authorization: 'DISABLED'
|
26 |
+
# Available in YouTube app in X-Goog-Visitor-Id header. Requires intercepting the app's requests.
|
27 |
+
visitorId: 'DISABLED'
|
28 |
+
# Not working.
|
29 |
+
WEB:
|
30 |
+
enabled: false
|
31 |
+
# Available in YouTube website in Authorization header. Requires intercepting the website's requests.
|
32 |
+
authorization: 'DISABLED'
|
33 |
+
# Available in YouTube website in Cookie header. Requires intercepting the website's requests.
|
34 |
+
cookie: 'DISABLED',
|
35 |
+
# Available in YouTube website in X-Goog-Visitor-Id header. Requires intercepting the website's requests.
|
36 |
+
visitorId: 'DISABLED'
|
37 |
+
soundcloud:
|
38 |
+
fallbackIfSnipped: false
|
39 |
+
|
40 |
+
logger:
|
41 |
+
accept: 'error warn info debug'
|
42 |
+
logToFile: true
|
43 |
+
request:
|
44 |
+
enable: true
|
45 |
+
withHeader: true
|
46 |
+
|
47 |
+
audio:
|
48 |
+
quality: 'high'
|
49 |
+
encryption: 'aead_aes256_gcm_rtpsize'
|
50 |
+
# best, medium, fastest, zero order holder, linear
|
51 |
+
resamplingQuality: 'best'
|