mirror of
https://github.com/Goldenkrew3000/OSSP_OpenSource.git
synced 2025-12-18 07:44:44 +10:00
CLEANUP: Fixing config files
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"opensubsonic_server": {
|
||||
"protocol": "https",
|
||||
"server": "aaa.bbb.com",
|
||||
"username": "goldenkrew3000",
|
||||
"username": "user",
|
||||
"password": ""
|
||||
},
|
||||
"scrobbler": {
|
||||
"listenbrainz_enable": true,
|
||||
"listenbrainz_token": "",
|
||||
"lastfm_enable": true,
|
||||
"lastfm_username": "",
|
||||
"lastfm_username": "aarch64",
|
||||
"lastfm_password": "",
|
||||
"lastfm_api_key": "",
|
||||
"lastfm_api_secret": "",
|
||||
@@ -88,6 +88,9 @@
|
||||
"quality_right": "qr-",
|
||||
"frequency_left": "fl-",
|
||||
"frequency_right": "fr-"
|
||||
},
|
||||
"calf_reverb": {
|
||||
"filter_name": "calf-sourceforge-net-plugins-Reverb"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,97 +0,0 @@
|
||||
{
|
||||
"opensubsonic_server": {
|
||||
"protocol": "https",
|
||||
"server": "aaa.bbb.com",
|
||||
"username": "user",
|
||||
"password": ""
|
||||
},
|
||||
"scrobbler": {
|
||||
"listenbrainz_enable": true,
|
||||
"listenbrainz_token": "",
|
||||
"lastfm_enable": true,
|
||||
"lastfm_username": "aarch64",
|
||||
"lastfm_password": "",
|
||||
"lastfm_api_key": "",
|
||||
"lastfm_api_secret": "",
|
||||
"lastfm_session_key": ""
|
||||
},
|
||||
"discord_rpc": {
|
||||
"enable": true,
|
||||
"method": 0
|
||||
},
|
||||
"audio": {
|
||||
"equalizer": {
|
||||
"enable": true,
|
||||
"followPitch": true,
|
||||
"graph": [
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 22,
|
||||
"gain": 17,
|
||||
"bypass": false
|
||||
},
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 28,
|
||||
"gain": 17,
|
||||
"bypass": false
|
||||
},
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 35,
|
||||
"gain": 8.6,
|
||||
"bypass": false
|
||||
},
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 43,
|
||||
"gain": 5.4,
|
||||
"bypass": false
|
||||
},
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 53,
|
||||
"gain": 12.3,
|
||||
"bypass": false
|
||||
},
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 66,
|
||||
"gain": 5.1,
|
||||
"bypass": false
|
||||
},
|
||||
{
|
||||
"bandwidth": 0.5,
|
||||
"frequency": 82,
|
||||
"gain": 0,
|
||||
"bypass": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"pitch": {
|
||||
"enable": true,
|
||||
"cents": -270.0,
|
||||
"rate": 1.0
|
||||
},
|
||||
"reverb": {
|
||||
"enable": true,
|
||||
"wetDryMix": 15.0
|
||||
},
|
||||
"lv2": {
|
||||
"lsp_para_x32_lr": {
|
||||
"filter_name": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr",
|
||||
"filter_type_left": "ftl-",
|
||||
"filter_type_right": "ftr-",
|
||||
"gain_left": "gl-",
|
||||
"gain_right": "gr-",
|
||||
"quality_left": "ql-",
|
||||
"quality_right": "qr-",
|
||||
"frequency_left": "fl-",
|
||||
"frequency_right": "fr-"
|
||||
},
|
||||
"calf_reverb": {
|
||||
"filter_name": "calf-sourceforge-net-plugins-Reverb"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user