mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #153] [Android] Automatic Ear Detection skips a song #64
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s1w2a3 on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/153
Hi,
When using the Deezer app, removing my right AirPod skips to the next song, and removing my left AirPod skips a lot of songs.
This does not happen in other apps.
Automatic Ear Detection is on, turning it off solves the problem.
@kavishdevar commented on GitHub (Jun 13, 2025):
Hey! Is there any setting in the Deezer app about play/pause or skipping songs? The only thing LibrePods does is send the Play/Pause key event.
@s1w2a3 commented on GitHub (Jun 20, 2025):
Hi, there is no such setting in the Deezer app. Maybe the app sends multiple "Play/Pause" signals when removing an AirPod, which makes Deezer skip to the next song?
@kavishdevar commented on GitHub (Jun 30, 2025):
If it did, it'd be audible. At least for me, the ear detection events are only received once, and the play/pause keys are only sent once... I'm not sure what could be possibly causing this :(