-
Notifications
You must be signed in to change notification settings - Fork 479
Update librespot dependency #596
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
Conversation
I hope I do not break stuff and re-basing is the right approach here... |
I am currently debating on whether I should merge it or not. Merging this means that there won't be a new release on crates.io for sure until Opinions? |
I think I would wait until this is merged in librespot. |
Just a heads up librespot/0.1.2 is out, but we are planning to merge in librespot-org/librespot#447 and push a bump release soon - which will probably require more churn for you, sorry! |
|
5e63608
to
31a1118
Compare
I think this could be merged now. Please review again. |
31a1118
to
be417cb
Compare
Just a heads-up, line 83 of setup.rs in the |
ac3be44
to
37cc041
Compare
Finally fixed =) |
I've been using this PR for a while and it seems to somehow break MPRIS play-pause functionality. |
394dbfd
to
37cc041
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
37cc041
to
b3d0f80
Compare
I just rebased this PR on top of the latest changes in spotifyd, I'm confident that librespot might soon support tokio 1.0 so it would probably be good to update to librespot 0.1.3 before the next major breaking change. |
Amazing to hear they might update to 1.0!, ill look at this pr soon. EDIT: looks good, ill test it during the day tomorrow |
Waiting for librespot-org/librespot#485 to be merged and a new librespot version.
Furthermore I'm unsure about the naming of strings in the
PLAYER_EVENT
, are those coming from somewhere specifically, e.g.change
,start
,stop
?For the gapless part alternatively using
.. Default::default()
, would have the same result, but might might make future changes non breaking (good or bad).Edit by SirWindfield:
Fixes #85.