[PR #43] [CLOSED] [Linux] Fix auto pause not working and other stuff #248

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

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/43
Author: @tim-gromeyer
Created: 1/31/2025
Status: Closed

Base: mainHead: ear-detection-auto-pause


📝 Commits (8)

  • 028c3a2 Tray icon: Show correct battery level when only 1 airpod is connected
  • 6f423a7 Fix device connection check to support both bluez_card and bluez_output
  • 674297d Remove ununsed/not working code
  • b78ff2b Add "in case" status to ear detection
  • 83cf6dd Add quit action to tray menu
  • e9a3dfb Use enum for noise control mode
  • 4ccdb46 noise control mode: check for invalid values in packet
  • 4812bcd Resolve merge conflict

📊 Changes

1 file changed (+83 additions, -73 deletions)

View changed files

📝 linux/main.cpp (+83 -73)

📄 Description

Features of this pr:

  • fixes auto pause (For me the name of the audio output was bluez_output.<mac adress>.1)
  • shows the correct battery level when only 1 airpod is connected
  • Removes broken code which has no effect and only logs an error
  • Add "In case" to the ear detection status
  • Adds a "Quit" entry to the tray options
  • Uses a enum for the noise control mode (it's easier to have a name represent it than a number)

🔄 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/43 **Author:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Created:** 1/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ear-detection-auto-pause` --- ### 📝 Commits (8) - [`028c3a2`](https://github.com/kavishdevar/librepods/commit/028c3a2876ab041bd8fea28fe8cfc02884a26b65) Tray icon: Show correct battery level when only 1 airpod is connected - [`6f423a7`](https://github.com/kavishdevar/librepods/commit/6f423a7832d3868f6503353c294460799ec800e9) Fix device connection check to support both bluez_card and bluez_output - [`674297d`](https://github.com/kavishdevar/librepods/commit/674297df4198cd6b5d5b1201858013743ea26781) Remove ununsed/not working code - [`b78ff2b`](https://github.com/kavishdevar/librepods/commit/b78ff2b8545e5567fd8f83e6e956a7e7ee593259) Add "in case" status to ear detection - [`83cf6dd`](https://github.com/kavishdevar/librepods/commit/83cf6dd88aeb652f5f6e40339d68d28039b1593a) Add quit action to tray menu - [`e9a3dfb`](https://github.com/kavishdevar/librepods/commit/e9a3dfba2002d8717ec0ec8d02d1f90a5a9b3bb3) Use enum for noise control mode - [`4ccdb46`](https://github.com/kavishdevar/librepods/commit/4ccdb46abafa757ef28d1dd38bdb0c9858acffc2) noise control mode: check for invalid values in packet - [`4812bcd`](https://github.com/kavishdevar/librepods/commit/4812bcd655ccfe274fa7ff3356fb34ed53d7ce2c) Resolve merge conflict ### 📊 Changes **1 file changed** (+83 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `linux/main.cpp` (+83 -73) </details> ### 📄 Description Features of this pr: - fixes auto pause (For me the name of the audio output was `bluez_output.<mac adress>.1`) - shows the correct battery level when only 1 airpod is connected - Removes broken code which has no effect and only logs an error - Add "In case" to the ear detection status - Adds a "Quit" entry to the tray options - Uses a enum for the noise control mode (it's easier to have a name represent it than a number) --- <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:16 +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#248
No description provided.