Updating example configuration
This commit is contained in:
+29
-15
@@ -1,63 +1,77 @@
|
|||||||
{
|
{
|
||||||
"opensubsonic_server": {
|
"opensubsonic_server": {
|
||||||
|
"info": "OpenSubsonic server settings. You will be able to disable this in the future if you only want to use local playback",
|
||||||
"protocol": "https",
|
"protocol": "https",
|
||||||
"server": "aaa.bbb.com",
|
"server": "www.example.com",
|
||||||
"username": "user",
|
"username": "user",
|
||||||
"password": ""
|
"password": "password"
|
||||||
|
},
|
||||||
|
"client": {
|
||||||
|
"info": "Path for the client unix socket. Leave this unedited unless you know what you're doing",
|
||||||
|
"socketPath": "/tmp/ossp_socket"
|
||||||
|
},
|
||||||
|
"local": {
|
||||||
|
"info": "Local music playback configuration",
|
||||||
|
"enable": false,
|
||||||
|
"rootDirectory": "/Path/to/local/music/folder"
|
||||||
},
|
},
|
||||||
"scrobbler": {
|
"scrobbler": {
|
||||||
"listenbrainz_enable": true,
|
"info": "LastFM requires some work to get valid tokens beforehand",
|
||||||
|
"listenbrainz_enable": false,
|
||||||
"listenbrainz_token": "",
|
"listenbrainz_token": "",
|
||||||
"lastfm_enable": true,
|
"lastfm_enable": false,
|
||||||
"lastfm_username": "aarch64",
|
"lastfm_username": "Your LastFM username",
|
||||||
"lastfm_password": "",
|
"lastfm_password": "Your LastFM password",
|
||||||
"lastfm_api_key": "",
|
"lastfm_api_key": "",
|
||||||
"lastfm_api_secret": "",
|
"lastfm_api_secret": "",
|
||||||
"lastfm_session_key": ""
|
"lastfm_session_key": ""
|
||||||
},
|
},
|
||||||
"discord_rpc": {
|
"discord_rpc": {
|
||||||
|
"info": "Discord RPC Settings. Leave method on '0', method '1' is highly experimental and requires a server",
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"method": 0
|
"method": 0,
|
||||||
|
"showSystemDetails": true,
|
||||||
|
"showCoverArt": true
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"equalizer": {
|
"equalizer": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"followPitch": true,
|
"followPitch": false,
|
||||||
"graph": [
|
"graph": [
|
||||||
{
|
{
|
||||||
"bandwidth": 0.5,
|
"bandwidth": 0.5,
|
||||||
"frequency": 22,
|
"frequency": 22,
|
||||||
"gain": 17,
|
"gain": 15.83,
|
||||||
"bypass": false
|
"bypass": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bandwidth": 0.5,
|
"bandwidth": 0.5,
|
||||||
"frequency": 28,
|
"frequency": 28,
|
||||||
"gain": 17,
|
"gain": 12.65,
|
||||||
"bypass": false
|
"bypass": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bandwidth": 0.5,
|
"bandwidth": 0.5,
|
||||||
"frequency": 35,
|
"frequency": 35,
|
||||||
"gain": 8.6,
|
"gain": 10.69,
|
||||||
"bypass": false
|
"bypass": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bandwidth": 0.5,
|
"bandwidth": 0.5,
|
||||||
"frequency": 43,
|
"frequency": 43,
|
||||||
"gain": 5.4,
|
"gain": 6.65,
|
||||||
"bypass": false
|
"bypass": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bandwidth": 0.5,
|
"bandwidth": 0.5,
|
||||||
"frequency": 53,
|
"frequency": 53,
|
||||||
"gain": 12.3,
|
"gain": 6.16,
|
||||||
"bypass": false
|
"bypass": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bandwidth": 0.5,
|
"bandwidth": 0.5,
|
||||||
"frequency": 66,
|
"frequency": 66,
|
||||||
"gain": 5.1,
|
"gain": 0,
|
||||||
"bypass": false
|
"bypass": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74,7 +88,7 @@
|
|||||||
"rate": 1.0
|
"rate": 1.0
|
||||||
},
|
},
|
||||||
"reverb": {
|
"reverb": {
|
||||||
"enable": true,
|
"enable": false,
|
||||||
"wetDryMix": 15.0
|
"wetDryMix": 15.0
|
||||||
},
|
},
|
||||||
"lv2": {
|
"lv2": {
|
||||||
|
|||||||
Reference in New Issue
Block a user