Compare commits
5 Commits
f85b032bb7
...
b389297213
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b389297213 | ||
|
|
3aa890f6a9 | ||
|
|
8ca497c83b | ||
|
|
1769ab8c92 | ||
|
|
3aea015bb1 |
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user