[PR #206] [MERGED] Music progress/seek bar #1956

Closed
opened 2026-05-22 22:55:25 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/206
Author: @JakeStanger
Created: 6/30/2023
Status: Merged
Merged: 6/30/2023
Merged by: @JakeStanger

Base: masterHead: feat/music-progress


📝 Commits (2)

  • 12053f1 feat(music): progress/seek bar in popup
  • 1759945 fix(music): correctly show/hide popup elements based on player capabilities

📊 Changes

5 files changed (+323 additions, -124 deletions)

View changed files

📝 docs/modules/Music.md (+5 -4)
📝 src/clients/music/mod.rs (+18 -5)
📝 src/clients/music/mpd.rs (+49 -16)
📝 src/clients/music/mpris.rs (+82 -22)
📝 src/modules/music/mod.rs (+169 -77)

📄 Description

Resolves #128.

Also includes a fix to ensure elements in the popup are hidden if the connected player is not capable of providing the info.

image


🔄 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/JakeStanger/ironbar/pull/206 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/30/2023 **Status:** ✅ Merged **Merged:** 6/30/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/music-progress` --- ### 📝 Commits (2) - [`12053f1`](https://github.com/JakeStanger/ironbar/commit/12053f111a6f05a59e33396b9042821b98b9bc5c) feat(music): progress/seek bar in popup - [`1759945`](https://github.com/JakeStanger/ironbar/commit/1759945912e376581e5fcd5ed2916f89e2090f2b) fix(music): correctly show/hide popup elements based on player capabilities ### 📊 Changes **5 files changed** (+323 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Music.md` (+5 -4) 📝 `src/clients/music/mod.rs` (+18 -5) 📝 `src/clients/music/mpd.rs` (+49 -16) 📝 `src/clients/music/mpris.rs` (+82 -22) 📝 `src/modules/music/mod.rs` (+169 -77) </details> ### 📄 Description Resolves #128. Also includes a fix to ensure elements in the popup are hidden if the connected player is not capable of providing the info. ![image](https://github.com/JakeStanger/ironbar/assets/5057870/13f27e43-070a-447c-9458-8530e3986a10) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:55:25 +01: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
JakeStanger/ironbar#1956
No description provided.