[PR #104] [MERGED] Linux usability improvements #287

Closed
opened 2026-03-02 12:40:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/104
Author: @tim-gromeyer
Created: 4/18/2025
Status: Merged
Merged: 4/18/2025
Merged by: @tim-gromeyer

Base: mainHead: linux-usability-improvements


📝 Commits (2)

  • 75419e2 [Linux] Activate AirPods as output device when connecting
  • 772ee02 [Linux] Allow setting ear detection behaviour

📊 Changes

3 files changed (+107 additions, -40 deletions)

View changed files

📝 linux/main.cpp (+14 -14)
📝 linux/mediacontroller.cpp (+71 -22)
📝 linux/mediacontroller.h (+22 -4)

📄 Description

Fixes:

  • Airpods not available as output device when connecting (we simply activate them)

Adds:

  • Option to select different ear detection options:
    • Pause when 1 removed
    • Pause when both removed
    • Disable

The GUI part will follow in a separate PR, where I add a settings page


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/104 **Author:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Base:** `main` ← **Head:** `linux-usability-improvements` --- ### 📝 Commits (2) - [`75419e2`](https://github.com/kavishdevar/librepods/commit/75419e2adc1cef9c36f20b1ae3c7cce811db6721) [Linux] Activate AirPods as output device when connecting - [`772ee02`](https://github.com/kavishdevar/librepods/commit/772ee02d18c015c39f44239a48134c25dac0f5f3) [Linux] Allow setting ear detection behaviour ### 📊 Changes **3 files changed** (+107 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `linux/main.cpp` (+14 -14) 📝 `linux/mediacontroller.cpp` (+71 -22) 📝 `linux/mediacontroller.h` (+22 -4) </details> ### 📄 Description Fixes: - Airpods not available as output device when connecting (we simply activate them) Adds: - Option to select different ear detection options: - Pause when 1 removed - Pause when both removed - Disable The GUI part will follow in a separate PR, where I add a settings page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:28 +03:00
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#287
No description provided.