-
Notifications
You must be signed in to change notification settings - Fork 547
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
Enable Android's Media Controls (Next & Previous) Tracks to go to navigate episodes. #1386
Comments
Cs3 already uses mediasession and notably you should already be able to pause and play videos with the pause button on your headphones. cloudstream/app/src/main/java/com/lagradost/cloudstream3/ui/player/AbstractPlayerFragment.kt Line 351 in f30319f
Additionally cs3 already has a lot of keybindings
|
Awesome! I hadn't seen these keycodes mentioned elsewhere!... I did see that the KEYCODES's for Could we Add cloudstream/app/src/main/java/com/lagradost/cloudstream3/CommonActivity.kt Lines 496 to 498 in f30319f
Source to Keycodes info for
Thanks for shedding light to this section of code! I bet I'll be using some of these key events from now on! Cheers! |
If anyone is tracking this Issue, @fire-light42 has merged the update! Great News! Not sure when a release would be deployed though. |
It is already in prerelease, so if you cant want for stable then use the prerelease |
Describe your suggested feature
Like music players, would it be too much effort in adding the ability to get the previous track, next track ability to go back or to the next episode (like in the notification bar).
I'm come right into the point, when I use gestures on my headphones/ the next button on my headphone, it would be awesome if it goes to the next episode.
Media Controls Documentation
The same can also improve experience on the tv (I've got a bunch of extra mappable buttons that I can use to trigger a next track or previous track using Button Mapper. If the app could support this track switching it would complete the picture!
Thanks for reading this all the way here.
Warm Regards
Lvz
Other details
Something like this?
Source: Google Music Player
Acknowledgements
The text was updated successfully, but these errors were encountered: