blob: 1bbd27778f5861c1c56b2f626cdbfe4beba883ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|