-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 OS Media Controls #115
Comments
It seems like using just_audio_background instead of audio_service can fix this issue. |
@flexagoon just_audio_background integrates directly with just_audio playlists so even though play/pause work, next/previous track doesn't work for android. Thus I had to implement audio_services manually since Spotube has custom playback manager. Because of this Spotube is able to support next/prev+play/pause track in android now |
Lucky for Linux users, I've recently implemented dbus MPRIS (Media Player Remote Interfacing Specification) for spotube. That means OS Media Controls (only hardware keyboard media controls) are now supported in Spotube |
@KRTirtho ah, alright. Are Android media controls planned then? It's the biggest thing stopping me from using Spotube, because the lack of media controls
|
Android Media Controls (Notification Panel & Lock Screen Media Player) are already available in the latest apk |
@KRTirtho only the next/previous track buttons work, the seekbar still doesn't. |
Clarification: I'm talking about the seekbar in the notification. |
Ohh, ok now I understand. Usually in other platforms by Media Controls only Next/Prev, Play/Pause and Stop buttons are meant. Completely didn't know that Android allows Seekbar in Notification panel |
@KRTirtho iOS, macOS and Linux (KDE at least) also have a seekbar in OS Media Controls though 🤔 |
Well, The Android & Linux version now has SeekBar support in the latest release v2.3.0 |
You say spotube is supporting mpris, but i dont have any control in the kde systemtray-widget for mpris control. Are only keyboard buttons working or do i miss something. System is Arch-Linux and i have installed spotube via aur "spotube-bin" (Version: 2.7.1) |
Added in 3.0.0 |
Hi, for me these media controls don't work on Version 3.5 (Android, via F-Droid). |
No description provided.
The text was updated successfully, but these errors were encountered: