-
Notifications
You must be signed in to change notification settings - Fork 20
/
hydra.example.json
54 lines (54 loc) · 1.09 KB
/
hydra.example.json
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
{
"hydraplay": {
"port": 8080,
"source_type": "tcp",
"use_ws_proxy": "false",
"cookie_secret": "_GENERATE_YOUR_OWN_RANDOM_VALUE_HERE__"
},
"mopidy":{
"mpd_base_port": 6600,
"web_base_port": 6680,
"tcp_sink_base_port": 4953,
"instances": 2,
"config_path": "/tmp/",
"extensions":{
"spotify":{
"enabled": false,
"username": "<username>",
"password": "<password>",
"client_id": "<client_id>",
"client_secret": "<client_secret>"
},
"tunein":{
"enabled": true,
"timeout": 5000
},
"soundcloud": {
"enabled": false,
"auth_token": "<auth_token_here_see_extension_docs>"
},
"youtube": {
"enabled": true,
"musicapi_enabled": false,
"youtube_api_key": "<api key you got from Google>",
"api_enabled": false
},
"bandcamp": {
"enabled": false,
"identity": "<your_id_here_see_extension_docs>"
},
"local": {
"enabled": false,
"media_dir": "/media/"
}
}
},
"snapcast_server":{
"server_port": 1704,
"remote_port": 1705,
"additional_streams":[
],
"config_path": "/tmp/",
"codec": "flac"
}
}