1
1
Fork 0

centroid: add mopidy-jellyfin connection

This commit is contained in:
Tim Van Baak 2024-01-30 20:47:30 +00:00
parent 6a9cd5b5d2
commit 265ed5b9e7
1 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,7 @@
in { in {
enable = true; enable = true;
extensionPackages = with pkgs; [ extensionPackages = with pkgs; [
mopidy-jellyfin
mopidy-musicbox-webclient mopidy-musicbox-webclient
# Replace the default mopidy-youtube, which doesn't have yt-dlp or a way to inject it # Replace the default mopidy-youtube, which doesn't have yt-dlp or a way to inject it
mopidy-ytdlp mopidy-ytdlp
@ -57,6 +58,13 @@
media_dirs = media_dirs =
/media/music|Music /media/music|Music
[jellyfin]
hostname = jellyfin.backyard.lan
username = mopidy
password = mopidy
libraries = Music,Weird Song Halftime
album_format = {Name} ({ProductionYear})
[youtube] [youtube]
youtube_dl_package = yt_dlp youtube_dl_package = yt_dlp
''; '';