Add ALSA mixer
Some checks failed
continuous-integration/drone/push Build was killed

Remove gmusic and add ytmusic and radionet
FIX Path to binary is /usr/local/bin/mopidy
This commit is contained in:
2022-11-19 00:22:20 +01:00
parent 369f37ef52
commit 93289cfcdf
3 changed files with 22 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ RUN set -ex \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
mopidy \
mopidy-alsamixer \
mopidy-soundcloud \
mopidy-spotify \
# Clean-up
@@ -62,14 +63,14 @@ RUN set -ex \
USER mopidy
# Basic check,
#RUN /usr/bin/dumb-init /entrypoint.sh /usr/bin/mopidy --version
RUN /usr/bin/dumb-init /entrypoint.sh /usr/local/bin/mopidy --version
VOLUME ["/var/lib/mopidy/local", "/var/lib/mopidy/media"]
EXPOSE 6600 6680 5555/udp
ENTRYPOINT ["/usr/bin/dumb-init", "/entrypoint.sh"]
CMD ["/usr/bin/mopidy"]
CMD ["/usr/local/bin/mopidy"]
HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
CMD curl --connect-timeout 5 --silent --show-error --fail http://localhost:6680/ || exit 1

View File

@@ -9,12 +9,13 @@ verify_ssl = true
youtube-dl = "*"
mopidy-iris = "*"
mopidy-moped = "*"
mopidy-gmusic = "*"
mopidy-pandora = "*"
mopidy-youtube = "*"
mopidy-ytmusic = "*"
mopidy-local = "*"
mopidy-mpd = "*"
mopidy-jellyfin = "*"
mopidy-radionet = "*"
pyopenssl = "*"
[requires]

26
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "cdccb0458f1a60f2f3d292b3c3cdd6caa8bfb26943677f1a65d319090e2bc6f7"
"sha256": "2c66e2f4674770456969779765f35103ee15fcfc738ba2effc9d313828097a20"
},
"pipfile-spec": 6,
"requires": {
@@ -237,14 +237,6 @@
"markers": "python_version >= '3.7'",
"version": "==3.1.1"
},
"mopidy-gmusic": {
"hashes": [
"sha256:9b00dafeef14748719ee0cfad568f90f270d1bbe3109bbdc57914cd70ddc3969",
"sha256:da8d64352e8b3ff57c91cc89bd9c17babd80dd176921b0f5522943c125207004"
],
"index": "pypi",
"version": "==4.0.1"
},
"mopidy-iris": {
"hashes": [
"sha256:a2fb084194824f1472cb9319d6c2b78cb56f27f0faa7e850ad649b752e6155af"
@@ -290,6 +282,14 @@
"index": "pypi",
"version": "==1.1.1"
},
"mopidy-radionet": {
"hashes": [
"sha256:1ba5e0254d06efd1cd41c2b773f5b428af47e8f26e8f76a21e7610eb8d411655",
"sha256:a8944a8efd22a34f975ca75a3ba4c7aa9adf7589452e6fddb40b3f80edfbd333"
],
"index": "pypi",
"version": "==0.2.2"
},
"mopidy-youtube": {
"hashes": [
"sha256:b42c11acdfb9ebe8f96455a2bb13325980803a3ed14b5b5b7c9b45677032e73f",
@@ -298,6 +298,14 @@
"index": "pypi",
"version": "==3.4"
},
"mopidy-ytmusic": {
"hashes": [
"sha256:38b38ebdffbc8fc4583944c87506b805861b8888eac308dbda787e6747dc123f",
"sha256:398b47d8ffa547cd906434c02a2eac019be99cd70bc178b254e3069d43dff846"
],
"index": "pypi",
"version": "==0.3.7"
},
"mutagen": {
"hashes": [
"sha256:6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1",