-
Notifications
You must be signed in to change notification settings - Fork 24
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
Sleep timer restart issues. #178
Comments
I removed the seek back because it caused issues when the chapter sleep timer ended right after a chapter ended, but I will add a check. |
What version of iOS are you using? |
18.1.1 currently |
Ok these aren’t the best reproduction steps but I had the same issue today. The timeline of events are this:
|
I really don't understand why this is happening... I added a debug section to the top of the account sheet which tracks all stops and sleep timer expires, can you share its contents when this happens again? |
Ok, so the code that suspends the sleep timer after it expires is the same as the one that suspends it when you pause, so it does not continue running. It returns before updating the |
Yeah it’s a hard issue to replicate. Could it be that CarPlay handles playing sessions differently than the app through the phone? Like is it treated a separate app? I notice if I was listening to music in my car, and then get back in my car, even if I listened to ShelfPlayer last, Spotify is loaded in the now playing section with the last song I was listening to. |
Not really, it’s probably just iOS preferring What you are seeing is probably caused by |
Not sure if this is a regression, but have noticed to issues.
The first is that restarting the sleep timer after it has ended (within the 15 second window) starts it when the fade out ends, instead of started, which seems to be a regression.
The other is that sometimes (and I can't seem to find out exactly when) the sleep timer will get applied on a new listening session long after the last timer ran out. For example, if I had the sleep timer on at night (probably extending it with the headphone button once or twice), the next morning, sometimes it is applied when I start playing the book again. I'll try to get a more accurate idea of when it is happening. Not really a problem, just odd.
The text was updated successfully, but these errors were encountered: