-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Added support for control with bluetooth pause/play buttons #118
Added support for control with bluetooth pause/play buttons #118
Conversation
Should I add a switch preference for this? Or would you want it automatically enabled for everyone? Edit** |
hey, i just checked the controls works fine but the video doesn't get paused when bluetooth headset is disconnected like other players, could you make it so it does that? |
Probably, that would require registering a broadcast receiver and catching the noisy intent. Not sure if the author would be okay with that Also as a side note, the app seems to have a delay when pausing and starting (seems to skip frames or something?) |
You can go for it.
Yes, mpv does sometimes skip frames when resuming videos. |
Ready for review-merge |
Implemented bluetooth pause/play with MediaSession