summarylogtreecommitdiffstats
path: root/groovebasin.json
blob: 5fffd749bc3770a9942af0e5282c4f54ee90cde7 (plain)
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
{
    "host": "127.0.0.1",
    "port": 16242,
    "dbPath": "groovebasin.db",
    "musicDirectory": "/var/lib/groovebasin/music",
    "lastFmApiKey": "bb9b81026cd44fd086fa5533420ac9b4",
    "lastFmApiSecret": "2309a40ae3e271de966bf320498a8f09",
    "mpdHost": "127.0.0.1",
    "mpdPort": 6600,
    "acoustidAppKey": "bgFvC4vW",
    "encodeQueueDuration": 8,
    "sslKey": null,
    "sslCert": null,
    "sslCaDir": null,
    "googleApiKey": "AIzaSyDdTDD8-gu_kp7dXtT-53xKcVbrboNAkpM",
    "encodeBitRate": 256,
    "ignoreExtensions": [
        ".jpg",
        ".jpeg",
        ".txt",
        ".png",
        ".log",
        ".cue",
        ".pdf",
        ".m3u",
        ".nfo",
        ".ini",
        ".xml",
        ".zip"
    ]
}