[GH-ISSUE #198] [Linux] Double press does not skip song/video #87

Closed
opened 2026-03-02 12:03:19 +03:00 by kerem · 3 comments
Owner

Originally created by @NL-TCH on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/198

On iphone and android when double pressing the stem of the airpod, the song/video skips to the next one.
On linux this is now not the case, it only pauses the music (like a one-press action).

Should not be hard to replicate and fix

Originally created by @NL-TCH on GitHub (Aug 25, 2025). Original GitHub issue: https://github.com/kavishdevar/librepods/issues/198 On iphone and android when double pressing the stem of the airpod, the song/video skips to the next one. On linux this is now not the case, it only pauses the music (like a one-press action). Should not be hard to replicate and fix
kerem closed this issue 2026-03-02 12:03:19 +03:00
Author
Owner

@NL-TCH commented on GitHub (Aug 25, 2025):

there is no difference to see in wireshark (also no difference in frame details)

one-tap (play pause)

1641	637.889823	Apple_05:2d:26 (AirPods Pro of Joe)	localhost ()	AVRCP	17	Rcvd Pass Through: Control - PLAY (Pushed)
1642	637.889825	Apple_05:2d:26 (AirPods Pro of Joe)	localhost ()	AVRCP	17	Rcvd Pass Through: Control - PLAY (Released)

double-tap (skip song)

1650	641.082935	Apple_05:2d:26 (AirPods Pro of Joe)	localhost ()	AVRCP	17	Rcvd Pass Through: Control - PLAY (Pushed)
1651	641.082938	Apple_05:2d:26 (AirPods Pro of Joe)	localhost ()	AVRCP	17	Rcvd Pass Through: Control - PLAY (Released)  ....K.....
<!-- gh-comment-id:3221888802 --> @NL-TCH commented on GitHub (Aug 25, 2025): there is no difference to see in wireshark (also no difference in frame details) **one-tap (play pause)** ``` 1641 637.889823 Apple_05:2d:26 (AirPods Pro of Joe) localhost () AVRCP 17 Rcvd Pass Through: Control - PLAY (Pushed) 1642 637.889825 Apple_05:2d:26 (AirPods Pro of Joe) localhost () AVRCP 17 Rcvd Pass Through: Control - PLAY (Released) ``` **double-tap (skip song)** ``` 1650 641.082935 Apple_05:2d:26 (AirPods Pro of Joe) localhost () AVRCP 17 Rcvd Pass Through: Control - PLAY (Pushed) 1651 641.082938 Apple_05:2d:26 (AirPods Pro of Joe) localhost () AVRCP 17 Rcvd Pass Through: Control - PLAY (Released) ....K..... ```
Author
Owner

@kavishdevar commented on GitHub (Aug 26, 2025):

Running mpris-proxy usually fixes AVRCP issues for me.

<!-- gh-comment-id:3222372611 --> @kavishdevar commented on GitHub (Aug 26, 2025): Running mpris-proxy usually fixes AVRCP issues for me.
Author
Owner

@kavishdevar commented on GitHub (Oct 15, 2025):

instructions in the updated readme

<!-- gh-comment-id:3404527025 --> @kavishdevar commented on GitHub (Oct 15, 2025): instructions in the updated readme
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#87
No description provided.