Compare commits
6 Commits
f85b032bb7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33dd1e288a | ||
|
|
b593b8a59b | ||
|
|
bab61ed6ac | ||
|
|
aadba6e38c | ||
|
|
d259232037 | ||
|
|
faed23014d |
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user