m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 19:57:50 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 19:57:50 +0100
commit90db6f58e32bde3be78344583fbede3caa824b3a (patch)
tree9a57d5a8c07fcb07586534dd35ea9181deb95a0a
parentc1a157d4175006999555badabbe80fa6f479b76f (diff)
Add JellyFin
-rw-r--r--jellyfin.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/jellyfin.md b/jellyfin.md
new file mode 100644
index 0000000..1bbd277
--- /dev/null
+++ b/jellyfin.md
@@ -0,0 +1,13 @@
+# Jellyfin media server
+
+## Setting up as jukebox with Mopidy
+
+Install `mopidy-jellyfin`, configure in `/etc/mopidy/mopidy.conf`, adding:
+
+ [jellyfin]
+ hostname = localhost:8096
+ username = username
+ password = password
+ libraries = Library1, Library2 (Optional: will default to "Music" if left undefined)
+ albumartistsort = False (Optional: will default to True if left undefined)
+ album_format = {ProductionYear} - {Name} (Optional: will default to "{Name}" if left undefined)