-
Notifications
You must be signed in to change notification settings - Fork 23
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
sonice's executable "rake" conflicts with anyplayer #53
Comments
Thank you for bringing this up! That's an error, |
Version 2.2.1 was released to fix this 🎉
Yeah, it's not very explicit, but it's a way to skip a song after several people decided to vote against it. You should disable it if it’s not useful to you.
Yes, unfortunately last.fm’s API doesn’t provide the photos anymore. Hopefully that PR gets merged soon. Thank you for feedback, @Saroumane :) |
Yes, I get it but when/how the skip decision is handled ? I guess web clients can cast their vote anytime, but even after reading the code I don't understand if there is a threshold value that triggers the skip. (No offense, your code is probably well presented but I never used Ruby :) Use case : 2 sonice web client connected. Can it be configured so that the current song is skipped as soon as 2 "skip votes" are casted ? |
Yes, there's a threshold of 5. No offense taken, the threshold is a constant inside anyplayer… so really not ideal. This is definitely something that could use some configuration, e.g. |
I get this message when installing on Ubuntu 20.10, Ruby 2.7
I chose "yes",
and then the installation is stalled :
Nevermind, I relaunched
sudo gem install sonice
and installation ends without error the 2nd time.I still don't know if I should have allowed "rake" overwriting "anyplayer".
It works amazingly well, even if I don't understand the "voting system", and the artist picture is missing. Hope this fix ( #49 ) will be merged soon !
The text was updated successfully, but these errors were encountered: