index — dots-the-third @ cb8fbacf342e9acf8f7d531daf53e023a2eda144

I don't need nix, I have a way worse solution!

supersonic: add new version options and new server IP
crispy-caesus crispy@crispy-caesus.eu
Wed, 29 Jul 2026 22:35:55 +0200
commit

cb8fbacf342e9acf8f7d531daf53e023a2eda144

parent

4f96bfb7f805699ba1ab34a8609997cdb5908cc3

1 files changed, 10 insertions(+), 5 deletions(-)

jump to
M supersonic/.config/supersonic/config.tomlsupersonic/.config/supersonic/config.toml

@@ -2,11 +2,11 @@ [Application]

WindowWidth = 1912 WindowHeight = 1072 LastCheckedVersion = 'v0.18.0' -LastLaunchedVersion = 'v0.20.1' +LastLaunchedVersion = 'v0.22.0' EnableSystemTray = false CloseToSystemTray = false StartupPage = 'Albums' -SettingsTab = '' +SettingsTab = 'General' AllowMultiInstance = false MaxImageCacheSizeMB = 500 SavePlayQueue = true

@@ -34,13 +34,13 @@ UIScaleSize = 'Normal'

[[Servers]] ServerType = 'Subsonic' -Hostname = 'http://horst:4533/' -AltHostname = 'https://navidrome.crispy-caesus.eu' +Hostname = 'http://10.3.0.3:4533/' +AltHostname = '' Username = 'crispy_caesus' LegacyAuth = false SkipSSLVerify = false ID = 'a8330e43-c803-4efb-ac77-6a09fdb09912' -Nickname = 'hi' +Nickname = 'crispmusic' Default = true SelectedLibrary = ''

@@ -87,6 +87,7 @@ UseBackgroundImage = true

[Playback] Autoplay = false +Shuffle = false RepeatMode = 'All' SkipOneStarWhenShuffling = false SkipKeywordWhenShuffling = ''

@@ -98,8 +99,12 @@ AudioExclusive = false

InMemoryCacheSizeMB = 30 Volume = 100 EqualizerEnabled = false +EqualizerType = 'ISO15Band' EqualizerPreamp = 0.0 GraphicEqualizerBands = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +ActiveEQPresetName = '' +AutoEQProfilePath = '' +AutoEQProfileName = '' PauseFade = true [Scrobbling]