Compare commits

..

6 Commits

Author SHA1 Message Date
Nick Stokoe
33dd1e288a root/defaults/mopidy.conf - update jellyfin hostname 2023-04-04 12:05:40 +01:00
Nick Stokoe
b593b8a59b root/defaults/mopidy.conf - add stub logging section 2023-04-04 12:05:40 +01:00
Nick Stokoe
bab61ed6ac root/defaults/mopidy.conf - don't exclude m4a 2023-04-04 12:05:40 +01:00
Nick Stokoe
aadba6e38c Dockerfile - fixup the packages
Include support for bash, sudo, and codecs for AAC/M4A/AVI
2023-04-04 12:05:40 +01:00
Nick Stokoe
d259232037 Dockerfile - clean up more after build
Rust isn't needed after building. Various other packages and caches
can be deleted.

setuptools needed to avoid error like:

     ModuleNotFoundError: No module named 'pkg_resources'
2023-04-04 12:05:40 +01:00
Nick Stokoe
faed23014d Dockerfile / mopidy.conf - add jellyfin plug-in 2023-04-04 12:05:40 +01:00
2 changed files with 9 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ RUN \
libcaca \
libvpx \
v4l-utils-libs \
py3-requests \
py3-crypto \
py3-gst \
py3-gobject3 \
@@ -45,8 +46,12 @@ RUN \
gstreamer-tools \
gst-plugins-base \
gst-plugins-good \
gst-plugins-bad \
gst-plugins-ugly \
gst-libav \
alsa-utils \
bash \
sudo \
&& pip3 install -U \
pyopenssl \
youtube-dl \

View File

@@ -15,7 +15,6 @@ excluded_file_extensions =
.png
.gif
.bmp
.m4a
.itdb
.itl
@@ -35,7 +34,6 @@ excluded_file_extensions =
.png
.gif
.bmp
.m4a
.itdb
.itl
@@ -84,7 +82,10 @@ username =
password =
[jellyfin]
hostname = 172.17.0.1
hostname = jellyfin:8096
username = mopidy
password = 66Hky1XQL1oTg
libraries = Music
[logging]
#verbosity = 1