From 328a75c8d5e4292044e0944ee19727d42119434f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:33:20 +0400 Subject: [PATCH] attempt fix two --- modules/media/mopidy/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/media/mopidy/default.nix b/modules/media/mopidy/default.nix index 1ff27b44..b0c46b14 100644 --- a/modules/media/mopidy/default.nix +++ b/modules/media/mopidy/default.nix @@ -21,6 +21,15 @@ in { [jellyfin] hostname = https://jellyfin.sako.box username = sako + password = + libraries = Music + albumartistsort = False + album_format = {ProductionYear} - {Name} + + [mpd] + enabled = true + host = 127.0.0.1 + connection_timeout = 300 ''; }; };