-
-
Notifications
You must be signed in to change notification settings - Fork 219
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 configuration template for upstream 0.5.0 #674
Conversation
* Removes LIBRESPOT_SAMPLE_RATE * Removes LIBRESPOT_INTERPOLATION_QUALITY * Sets boolean values in config to 'on' or 'off'
Do these values match the previous defaults when the variables were empty or unset? |
- DietPi-Software | Raspotify: Resolved an issue where the service failed to start with the latest Raspotify release, since it contains a config, incompatible with the bundles librespot: dtcooper/raspotify#674
@MichaIng, yes, to the best of my knowledge :) |
Did you test this @kimtore? In librespot help (librespot -h) only the autoplay flag mentions it expects {on|off}. The others are just regular flags. Look at |
Actually, "Defaults to following the client setting." indicates that with this commit, Raspotify indeed does change/override the defaults, and that all those empty-value settings should be commented to preserve the previous behaviour. |
@codydubat So far I can confirm that on v0.44.1 commenting out the setting like this: OFF: ON: When enabling the setting in the conf file to either
But also like you mentioned, I also cannot get autoplay to work either by commenting out the setting or setting it to EDIT Even though it is mainly unrelated to the config file of raspotify, I just tried again to trigger autoplay with the |
If I may suggest, I would leave the option in the file but commented out so that the default behavior is to allow librespot to respect the client setting, and so it is clear that it can be forced/adjusted, but just not left empty if set active.
|
@bonzi9 thank you, these changes will be included with the next release. |
Fixes #673