Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document new audio/player settings in README

+87
+87
README.md
··· 73 73 ```toml 74 74 music_dir = "/path/to/your/Music" 75 75 audio_output = "builtin" # SDL audio — see Audio Output for other options 76 + playlist_shuffle = false 77 + repeat_mode = 1 78 + bass = 0 79 + treble = 0 80 + bass_cutoff = 0 81 + treble_cutoff = 0 82 + crossfade = 5 83 + fade_on_stop = false 84 + fade_in_delay = 2 85 + fade_in_duration = 7 86 + fade_out_delay = 4 87 + fade_out_duration = 0 88 + fade_out_mixmode = 2 89 + balance = 0 90 + stereo_width = 100 91 + stereosw_mode = 0 92 + surround_enabled = 0 93 + surround_balance = 0 94 + surround_fx1 = 0 95 + surround_fx2 = 0 96 + party_mode = true 97 + channel_config = 0 98 + player_name = "" 99 + eq_enabled = true 100 + 101 + [[eq_band_settings]] 102 + cutoff = 0 103 + q = 64 104 + gain = 10 105 + 106 + [[eq_band_settings]] 107 + cutoff = 3 108 + q = 125 109 + gain = 10 110 + 111 + [[eq_band_settings]] 112 + cutoff = 19 113 + q = 250 114 + gain = 10 115 + 116 + [[eq_band_settings]] 117 + cutoff = 5 118 + q = 500 119 + gain = 10 120 + 121 + [[eq_band_settings]] 122 + cutoff = -16 123 + q = 1000 124 + gain = 10 125 + 126 + [[eq_band_settings]] 127 + cutoff = -66 128 + q = 2000 129 + gain = 10 130 + 131 + [[eq_band_settings]] 132 + cutoff = -31 133 + q = 4000 134 + gain = 10 135 + 136 + [[eq_band_settings]] 137 + cutoff = 9 138 + q = 8000 139 + gain = 10 140 + 141 + [[eq_band_settings]] 142 + cutoff = 32 143 + q = 16000 144 + gain = 7 145 + 146 + [[eq_band_settings]] 147 + cutoff = 34 148 + q = 0 149 + gain = 0 150 + 151 + [replaygain_settings] 152 + noclip = true 153 + type = 0 154 + preamp = 0 155 + 156 + [compressor_settings] 157 + threshold = -24 158 + makeup_gain = 0 159 + ratio = 4 160 + knee = 1 161 + release_time = 300 162 + attack_time = 5 76 163 ``` 77 164 78 165 3. **Run the daemon**: