supersonic/.config/supersonic/config.toml (view raw)
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
[Application] WindowWidth = 1912 WindowHeight = 1072 LastCheckedVersion = 'v0.18.0' LastLaunchedVersion = 'v0.22.0' EnableSystemTray = false CloseToSystemTray = false StartupPage = 'Albums' SettingsTab = 'General' AllowMultiInstance = false MaxImageCacheSizeMB = 500 SavePlayQueue = true SaveQueueToServer = false DefaultPlaylistID = 'Swl7jYfkplXR9MMlOCJXm1' AddToPlaylistSkipDuplicates = false ShowTrackChangeNotification = false EnableLrcLib = true CustomLrcLibUrl = '' EnablePasswordStorage = true SkipSSLVerify = false EnqueueBatchSize = 100 Language = 'en' DisableDPIDetection = false EnableAutoUpdateChecker = false RequestTimeoutSeconds = 15 EnableOSMediaPlayerAPIs = true ShowSidebar = false SidebarWidthFraction = 0.8 SidebarTab = 'Play Queue' PreventScreensaverOnNowPlayingPage = false FontNormalTTF = '' FontBoldTTF = '' UIScaleSize = 'Normal' [[Servers]] ServerType = 'Subsonic' Hostname = 'http://10.3.0.3:4533/' AltHostname = '' Username = 'crispy_caesus' LegacyAuth = false SkipSSLVerify = false ID = 'a8330e43-c803-4efb-ac77-6a09fdb09912' Nickname = 'crispmusic' Default = true SelectedLibrary = '' [AlbumPage] TracklistColumns = ['Artist', 'Time', 'Plays', 'Favorite', 'Rating'] CompactHeader = false [AlbumsPage] SortOrder = 'Random' ShowYears = false ShuffleMode = 'Tracks' PlayInOrder = true [ArtistPage] InitialView = 'Discography' DiscographySort = '' TracklistColumns = ['Album', 'Time', 'Plays', 'Favorite', 'Rating'] CompactHeader = false [ArtistsPage] SortOrder = 'Name (A-Z)' [FavoritesPage] InitialView = 'Albums' TracklistColumns = ['Album', 'Time', 'Plays'] ShowAlbumYears = false [GridView] CardSize = 200.0 [PlaylistPage] TracklistColumns = ['Album', 'Time', 'Plays'] CompactHeader = false [PlaylistsPage] InitialView = 'List' [TracksPage] TracklistColumns = ['Album', 'Time', 'Plays'] [NowPlayingConfig] InitialView = 'Lyrics' UseBackgroundImage = true [Playback] Autoplay = false Shuffle = false RepeatMode = 'All' SkipOneStarWhenShuffling = false SkipKeywordWhenShuffling = '' UseWaveformSeekbar = false [LocalPlayback] AudioDeviceName = 'auto' 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] Enabled = true ThresholdTimeSeconds = -1 ThresholdPercent = 75 [ReplayGain] Mode = 'no' PreampGainDB = 0.0 PreventClipping = true [Transcoding] ForceRawFile = false RequestTranscode = false Codec = 'opus' MaxBitRateKBPS = 160 [Theme] ThemeFile = '' Appearance = 'Dark' UseRoundedImageCorners = true [PeakMeter] WindowHeight = 536 WindowWidth = 939 |