-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add explicit stop button #434
Comments
To help me better understand your use case, under what normal circumstances do you need Stop instead of Pause? |
Radio Stations for example struggle with the pause. So I typically stop then, so I can continue listening later. |
I strongly support this request, especially for radio stations not having a stop button is quite annoying. |
I'd be interested in this too. I have a "screen" attached to my mopidy, which I automatically turn off (using node-red) when I stop, but not when I pause... |
The core track playback ended event only fires on stop, not pause. Scrobbling involves detecting the playback ended event, which never comes if you can only pause. Please add a dedicated stop button 🙏 |
Describe the bug
The stop button is missing from the control bar at the bottom
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The stop button should be there. Or at least a config option for it
Screenshots
Environment details:
Additional context
Issue started occuring after the update from 3.39.0
The text was updated successfully, but these errors were encountered: