feat(mpd): Cantata config
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user