Compare commits

..

5 Commits

Author SHA1 Message Date
Nick Stokoe
b389297213 root/defaults/mopidy.conf - update jellyfin hostname 2021-12-03 17:26:28 +00:00
Nick Stokoe
3aa890f6a9 root/defaults/mopidy.conf - add stub logging section 2021-03-30 12:03:28 +01:00
Nick Stokoe
8ca497c83b root/defaults/mopidy.conf - don't exclude m4a 2021-03-30 12:02:55 +01:00
Nick Stokoe
1769ab8c92 Dockerfile - fixup the packages
Include support for bash, sudo, and codecs for AAC/M4A/AVI
2021-03-01 11:17:09 +00:00
Nick Stokoe
3aea015bb1 fixup add jellyfin 2021-02-19 15:55:55 +00:00
2 changed files with 9 additions and 3 deletions

View File

@@ -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 \
@@ -45,8 +46,12 @@ RUN \
gstreamer-tools \ gstreamer-tools \
gst-plugins-base \ gst-plugins-base \
gst-plugins-good \ gst-plugins-good \
gst-plugins-bad \
gst-plugins-ugly \ gst-plugins-ugly \
gst-libav \
alsa-utils \ alsa-utils \
bash \
sudo \
&& pip3 install -U \ && pip3 install -U \
pyopenssl \ pyopenssl \
youtube-dl \ youtube-dl \

View File

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