Add Jellyfin configuration for music
This commit is contained in:
parent
d2f887b680
commit
2ce93010f7
@ -150,21 +150,29 @@ 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
|
||||||
excluded_file_extensions =
|
excluded_file_extensions =
|
||||||
.db
|
.db
|
||||||
.directory
|
.directory
|
||||||
.html
|
.html
|
||||||
.jpeg
|
.jpeg
|
||||||
.jpg
|
.jpg
|
||||||
.log
|
.log
|
||||||
.nfo
|
.nfo
|
||||||
.pdf
|
.pdf
|
||||||
.png
|
.png
|
||||||
.txt
|
.txt
|
||||||
.zip
|
.zip
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Radio with curseradio
|
* Radio with curseradio
|
||||||
|
Loading…
Reference in New Issue
Block a user