attempt fix two
This commit is contained in:
parent
7a7f593ac2
commit
328a75c8d5
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@ in {
|
||||||
[jellyfin]
|
[jellyfin]
|
||||||
hostname = https://jellyfin.sako.box
|
hostname = https://jellyfin.sako.box
|
||||||
username = sako
|
username = sako
|
||||||
|
password =
|
||||||
|
libraries = Music
|
||||||
|
albumartistsort = False
|
||||||
|
album_format = {ProductionYear} - {Name}
|
||||||
|
|
||||||
|
[mpd]
|
||||||
|
enabled = true
|
||||||
|
host = 127.0.0.1
|
||||||
|
connection_timeout = 300
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue