-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Spotify and GStreamer in docker image #973
Comments
You should also persist the Mopidy-Spotify auth file which normally lives in |
Can you give me an example, you mean me to persist the whole /var/lib/mopidy/spotify/ or? Not sure that it will fix the original issue? |
It would be better to persist all of /var/lib/mopidy (the
Persisting the |
And do you know how to upgrade to outdated software? I tried with root and it works, but running container as root is causing audio to stutter. |
I don't know how to do that for a docker container I am unfamiliar with. I guess:
I would definitely avoid running the resulting container as root, that should not be necessary. |
Ok, thanks maybe someone else can help, but the best solution would be for author to update the image of course. |
Tried to setup persistence for entire data it it is causing so many issues. That I gave up. I will stick to targeting only folders that are relevant. |
Good luck |
Lucky, is it working for you? Some example would be much appreciated, rather then twisting my arm all the time. |
@jaedb can you please help? |
I guess this project is dead? |
Oh, I didn't see your edit. How rude. I've been clear I don't use this, I tried to help, sorry that wasn't enough but this bad attitude doesn't motivate me. It's also incredibly rude to insuitiate that a project is "dead" because someone didn't have time in the last 10 days to drop everything and look at your problem. That's not the way to go about getting support for free software. Instead, contribute something more constructive, like asking if there's any more information they need or anything else you've tried in the meantime to show you're still stuck. |
I did asked a lot of questions and got reply from you like "good luck" very demotivating. I didn't insulted the project, it is normal that sometimes projects are not developed any longer for what ever reason. |
It was a sincere good luck, I don't use docker, it's a lot of random black magic, luck is required in my opinion. That is normal, but it's been a few days. Have some respect for other people's time. I hope you solve this, and that my earlier suggestion also gets a look by @jaedb when they have time. |
It is not a black magic, it is quite predictable. Earlier suggestion is same what I wrote in my first post. Ok, sorry if I made wrong assumptions, I do have respekt for everyones time. Hope that there will be some new updates in the future and that docker image will be updated. Happy to test it. |
Iris version
3.69.3
Operating system(s) affected
Browser(s) affected
What happened?
Spotify is not playing songs because of outdated Spotify plugin and outdated GStreamer.
Can you please update docker image with Mopidy-Spotify v5.0.0a3 and gst-plugin-spotify_0.14.0~alpha.1-1 versions.
That will make username and password for Spotify obsolete and will be able to play songs.
More info here:
mopidy/mopidy-spotify#388
I tried to make it work by playing with Dockerfile and it is working if docker is running as root, but then I have some strange stuttering when songs are playing, not just from spotify also local songs.
This is what I have right now in my Dockerfile:
This is the error when tried to play song:
This is my docker-compose.yml
I start container with:
Logs
No response
The text was updated successfully, but these errors were encountered: