From 501e561b0f7af39957269e63cabd7b00c930da1d Mon Sep 17 00:00:00 2001 From: s-martin Date: Mon, 4 Nov 2024 10:40:08 +0100 Subject: [PATCH] Fix Spotify authentication (#2435) * update Mopidy-Spotify to 5.0.0a3 * fix gst_plugin --- requirements-spotify.txt | 2 +- scripts/installscripts/install-jukebox.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-spotify.txt b/requirements-spotify.txt index 2a27e9da5..380680b5b 100644 --- a/requirements-spotify.txt +++ b/requirements-spotify.txt @@ -3,4 +3,4 @@ Mopidy-Local Mopidy-MPD Mopidy-Iris==3.69.3 -Mopidy-Spotify==5.0.0a2 +Mopidy-Spotify==5.0.0a3 diff --git a/scripts/installscripts/install-jukebox.sh b/scripts/installscripts/install-jukebox.sh index 9025afeba..28d0efbfc 100644 --- a/scripts/installscripts/install-jukebox.sh +++ b/scripts/installscripts/install-jukebox.sh @@ -963,8 +963,8 @@ install_main() { # not yet available on apt.mopidy.com, so install manually local arch=$(dpkg --print-architecture) - local gst_plugin_spotify_name="gst-plugin-spotify_0.12.2-1_${arch}.deb" - wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.12.2-1/${gst_plugin_spotify_name} + local gst_plugin_spotify_name="gst-plugin-spotify_0.14.0.alpha.1-1_${arch}.deb" + wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.14.0-alpha.1-1/${gst_plugin_spotify_name} ${apt_get} install ./${gst_plugin_spotify_name} sudo rm -f ${gst_plugin_spotify_name}