Dockerfile / mopidy.conf - add jellyfin plug-in
This commit is contained in:
@@ -36,6 +36,7 @@ RUN \
|
|||||||
libcaca \
|
libcaca \
|
||||||
libvpx \
|
libvpx \
|
||||||
v4l-utils-libs \
|
v4l-utils-libs \
|
||||||
|
py3-requests \
|
||||||
py3-crypto \
|
py3-crypto \
|
||||||
py3-gst \
|
py3-gst \
|
||||||
py3-gobject3 \
|
py3-gobject3 \
|
||||||
@@ -61,6 +62,7 @@ RUN \
|
|||||||
Mopidy-Iris \
|
Mopidy-Iris \
|
||||||
Mopidy-Local \
|
Mopidy-Local \
|
||||||
Mopidy-MPD \
|
Mopidy-MPD \
|
||||||
|
Mopidy-Jellyfin \
|
||||||
Mopidy-Spotify-Web \
|
Mopidy-Spotify-Web \
|
||||||
Mopidy-SoundCloud \
|
Mopidy-SoundCloud \
|
||||||
&& echo "* Cleaning up" \
|
&& echo "* Cleaning up" \
|
||||||
|
|||||||
@@ -45,9 +45,15 @@ image_dir = /data/.images
|
|||||||
|
|
||||||
[http]
|
[http]
|
||||||
hostname = 0.0.0.0
|
hostname = 0.0.0.0
|
||||||
|
port = 6680
|
||||||
|
|
||||||
[mpd]
|
[mpd]
|
||||||
|
enabled = true
|
||||||
|
# Useful if you want to control this instance from a remote MPD client
|
||||||
hostname = 0.0.0.0
|
hostname = 0.0.0.0
|
||||||
|
port = 6600
|
||||||
|
# This will help avoid timeout errors for artists or folders with large amounts of files
|
||||||
|
connection_timeout = 300
|
||||||
|
|
||||||
[iris]
|
[iris]
|
||||||
country = GB
|
country = GB
|
||||||
@@ -76,3 +82,9 @@ auth_token =
|
|||||||
[scrobbler]
|
[scrobbler]
|
||||||
username =
|
username =
|
||||||
password =
|
password =
|
||||||
|
|
||||||
|
[jellyfin]
|
||||||
|
hostname = 172.17.0.1:8096
|
||||||
|
username = mopidy
|
||||||
|
password = 66Hky1XQL1oTg
|
||||||
|
libraries = Music
|
||||||
|
|||||||
Reference in New Issue
Block a user