[PR #1306] [MERGED] fix(music): better seek behavior #2696

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1306
Author: @postsolar
Created: 12/26/2025
Status: Merged
Merged: 12/28/2025
Merged by: @JakeStanger

Base: masterHead: fix/mpris-seek


📝 Commits (2)

  • c3dfde5 fix(music): seek only on release, not during drag
  • 76cebb6 fix(music): update progress label immediately during drag

📊 Changes

1 file changed (+29 additions, -7 deletions)

View changed files

📝 src/modules/music/mod.rs (+29 -7)

📄 Description

Just seek on drag+release. This matches gtk3 ironbar and about every other player UI I tried. Also update elapsed/total duration according to the slider value when dragged.


🔄 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/1306 **Author:** [@postsolar](https://github.com/postsolar) **Created:** 12/26/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/mpris-seek` --- ### 📝 Commits (2) - [`c3dfde5`](https://github.com/JakeStanger/ironbar/commit/c3dfde52f9695574695bfd2c35d7e13536e688f4) fix(music): seek only on release, not during drag - [`76cebb6`](https://github.com/JakeStanger/ironbar/commit/76cebb6245e4c20c1b11ce346ffda40ab28fea77) fix(music): update progress label immediately during drag ### 📊 Changes **1 file changed** (+29 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/music/mod.rs` (+29 -7) </details> ### 📄 Description Just seek on drag+release. This matches gtk3 ironbar and about every other player UI I tried. Also update elapsed/total duration according to the slider value when dragged. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:57:34 +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#2696
No description provided.