mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[GH-ISSUE #418] Connected device detection broken when using wireplumber 0.5.13 #206
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#206
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 @jamescarter2001 on GitHub (Jan 4, 2026).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/418
The latest wireplumber version appears to break the MediaController class's "isActiveOutputDeviceAirPods" check, affecting features such as ear detection and conversational awareness. This appears to be due to a name formatting change when querying the default sink name.
Steps to reproduce in the current version:
@Lodvald commented on GitHub (Jan 13, 2026):
Any solutions to this yet, not that it's vital but would like to get pause "on airpod removed" back and i've been going round trying to find a patch to this
@jamescarter2001 commented on GitHub (Jan 13, 2026):
@Lodvald I’ve raised a PR with a fix, if you checkout and build the source branch it should be resolved: https://github.com/kavishdevar/librepods/pull/417