How to apply the recent librespot fixes in mopidy-spotify? #405
-
#394 Describes a workaround/fix for the long-term issues with playing spotify resources, but seems not to work with MiczFlor/RPi-Jukebox-RFID: I am very sorry to ask how to do all of this again, but I consider myself not being a complete IT-moron but yet, I can't get this to work, unfortunately. Since the librespot compile was missing these components, I then installed:
Next, I Installed Rust and Cargo (defaults applied): Using librespot commit Finally, I restarted the Pi. Navigating to What am I missing? Doesn't that new librespot version need to be installed in addition to a good |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 13 replies
-
The librespot stuff is only relevent to playback but you're not even getting that far. What version of Mopidy-Spotify are you using, the latest pre-release? Iris has some logs, check those as well as the normal Mopidy logs. |
Beta Was this translation helpful? Give feedback.
-
@The-Judge your JSON stuff looks like you need to re-auth here https://mopidy.com/ext/spotify/ and update your mopidy config with
|
Beta Was this translation helpful? Give feedback.
-
Sorry guys, I still don't get the proper steps here ... I then installed the whole thing using the
With the following inputs to the Install Script:
For Spotify, I entered all 4 components:
With 3 and 4 freshly created at https://mopidy.com/ext/spotify/ This runs like a charm, with no visible issues and results in the following:
I'm not too sure how to find these infos ...
So, for what I understand, everything but Spotify is working. |
Beta Was this translation helpful? Give feedback.
-
Hello , thanks for fix the spotify issue, now I just have one question how do i install the new alpha release of mopidy-spotify, if i follow the install steps at readme and run I get this:
google says that and sidenote gst-plugin i believe is correct installed: Plugin Details: spotifyaudiosrc: Spotify source 1 features: |
Beta Was this translation helpful? Give feedback.
-
some reflections or summary how I got mopidy-spotify working now after a couple of hiccups here is my way how I get it to work on Debian Bookworm latest: 1 .Download latest gst-plugin-spotify_0.14.0.alpha.1-1_armhf.deb
Restart mopidy I have mopidy as service so i run I then tried to start a song from spotify via Iris- but nothing happend, i did check my logs easiest way to check latest logs is just to bad luck for me - I tried to renew my credentials . but no luck , so then i remember I have read about the credentials. In my case I have the spotify credentials in I got slightly aggrivated so I just got in to restart mopidy again but I have some playlist that mopidy-spotify wont play, I really dont know why yet but probably it will get loosen up soon. |
Beta Was this translation helpful? Give feedback.
-
Thank you, @kingosticks and @troyxmccall very, very much! After more than a year, my two Phonieboxes work again and I look into bright children eyes :D |
Beta Was this translation helpful? Give feedback.
-
Echoing the thanks to @kingosticks and @troyxmccall . Really appreciate all your time and effort in addressing this. I'm hoping I haven't made a noob mistake, but I've been lurking and keeping an eye on developments here and decided to try the fix above only to hit an issue. I've followed the advice from @kingosticks above (#405 (reply in thread)) and after completing those steps:
Unfortunately I am still not able to play Spotify tracks. The track information loads, but if a try to play a Spotify track using the webapp it tells me the track is playing but nothing happens. I can play MP3 files with no issue, that all seems to be working fine. Therefore I run
I'm fairly sure it must be something I have overlooked but would very much appreciate any steer you can offer to set me in the right direction. Thanks again for the hours already expended on this. |
Beta Was this translation helpful? Give feedback.
Check your Mopidy logs with
sudo journalctl -u mopidy
. I think Iris logs are accessible somewhere in its settings UI?In which case you must:
sudo dpkg -i gst-plugin-spotify_0.14.0.alpha.1-1_armhf.deb
sudo python3 -m pip install --break-system-packages Mopidy-Spotify==5.0.0a3
sudo systemctl restart mopidy
.If you manually created any credentials.json files, remove them and redo step 4.