From a2f2b742288c57c9204f9d3837e5683762a8e88a Mon Sep 17 00:00:00 2001 From: Goldenkrew3000 Date: Fri, 10 Oct 2025 19:14:07 +1000 Subject: [PATCH] CLEANUP: Fixing config files --- config.json | 7 +++- src/config.json | 97 ------------------------------------------------- 2 files changed, 5 insertions(+), 99 deletions(-) delete mode 100644 src/config.json diff --git a/config.json b/config.json index 823111d..1666bfc 100644 --- a/config.json +++ b/config.json @@ -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" } } } diff --git a/src/config.json b/src/config.json deleted file mode 100644 index 1666bfc..0000000 --- a/src/config.json +++ /dev/null @@ -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" - } - } - } -}