feat(mpd): Cantata config

This commit is contained in:
Madeleine Sydney
2025-04-21 23:13:13 -06:00
parent 3c2f6ceee3
commit 2ebfe72413

View File

@@ -24,6 +24,30 @@ in {
(config.xdg.dataHome)); (config.xdg.dataHome));
in [ "${xdg-data-home}/cantata" ]; in [ "${xdg-data-home}/cantata" ];
xdg.configFile."cantata/cantata.conf".text = ''
[General]
fetchCovers=true
storeCoversInMpdDir=true
version=2.5.0
[Connection]
allowLocalStreaming=true
applyReplayGain=true
autoUpdate=false
dir=~/Music/
host=localhost
partition=default
passwd=
port=6600
streamUrl=
[LibraryPage]
artist\gridZoom=100
artist\searchActive=false
artist\viewMode=detailedtree
'';
sydnix.mpd = { sydnix.mpd = {
enable = true; enable = true;
discord.enable = true; discord.enable = true;