-
Notifications
You must be signed in to change notification settings - Fork 401
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
Disable spotify installation in install scripts #1837
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question is, if we want to remove the Spotify stuff or just comment it out?
# Requires Spotify username, password, client_id and client_secret | ||
# to get connection to Spotify. | ||
# IMPORTANT: Spotify disabled access to libspotify. | ||
# Therefore no spotify integration possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: “…no spotify integration possible at the moment.”
# Requires Spotify username, password, client_id and client_secret | ||
# to get connection to Spotify. | ||
# IMPORTANT: Spotify disabled access to libspotify. | ||
# Therefore no spotify integration possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
# Requires spotify username, password, client_id and client_secret | ||
# to get connection to Spotify. | ||
# IMPORTANT: Spotify disabled access to libspotify. | ||
# Therefore no spotify integration possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
@@ -296,70 +296,20 @@ clear | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could delete the stretch file. AS far as I remember the installation on stretch doesn’t work anymore.
@@ -792,7 +750,6 @@ install_main() { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mopidy is also not necessary
As #2064 is around the corner, I think we could close this PR, @Groovylein ? |
Obsolete with implementation of #2315 |
I focused on buster installation.
The stretch installation changes were only a quick fix.
Not tested yet.
Have no time for that right now. Can someone test it?