-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
player: when playback error because no connection, stop song and show loading. When connection back, resume playing #136
Conversation
63a937d
to
6595fe3
Compare
@mattcarter11 There are some weirdness with this implementation. LMK what you think of my changes (in the last commit) |
66a0577
to
ff65336
Compare
mm.... when I did this it was because I thought it would be better to allow the user to choose what to do on error. Maybe we should just remove the setting and leave the original logic with the wait on connection error logic before. |
Alright, sounds good, lmk when you've got that sorted out. Just to confirm, wait to reconnect becomes it's own toggle on/off, and skip remains an on/off? (Also apologies for the conflicts I caused with your prs. I could rebase for you but that mucks with authorship, I'm not sure what your preferences are) |
I meant no toggles at all. When on error, if it's connection related, wait to reconnect, if not do the old skip twice then pause. |
… loading. When connection back, start playing again
* Resurrect runaway diesel engine protection for auto skip * Re-order if else such to show error message on auto skip * Separate wait to reconnect on it's own
…skip upt to two songs on error)
598a435
to
f4383fb
Compare
@mikooomich all done |
@mattcarter11 sorry for bothering you again, there are some nasty conflicts with visible offline 2.0 that I'm not too sure what happened. Please take a look when convenient |
I'll open the pr once all fixed |
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Closes #181
Due diligence