Add Jellyfin configuration for music
This commit is contained in:
parent
d2f887b680
commit
2ce93010f7
@ -150,6 +150,14 @@ http://beets.io/
|
|||||||
command_blacklist = listall,listallinfo
|
command_blacklist = listall,listallinfo
|
||||||
default_playlist_scheme = m3u
|
default_playlist_scheme = m3u
|
||||||
|
|
||||||
|
[jellyfin]
|
||||||
|
hostname = https://jellyfin.tdehaeze.xyz/
|
||||||
|
username = tdehaeze
|
||||||
|
password = <<get-password(passname="music.tdehaeze.xyz/tdehaeze")>>
|
||||||
|
libraries = Music
|
||||||
|
albumartistsort = True
|
||||||
|
album_format = {ProductionYear} - {Name}
|
||||||
|
|
||||||
[file]
|
[file]
|
||||||
enabled = true
|
enabled = true
|
||||||
media_dirs = /home/thomas/Music
|
media_dirs = /home/thomas/Music
|
||||||
|
Loading…
Reference in New Issue
Block a user