[GH-ISSUE #1300] music seekbar ain't seeking #4612

Closed
opened 2026-05-23 00:54:38 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @Diax170 on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1300

Describe the bug
the seek bar of the music module doesn't work and freezes when touched, until ironbar is reloaded

To reproduce
Steps to reproduce the behavior:

  1. Add module music
  2. Click popup
  3. Move the seek bar

Expected behavior
the seekbar seeks through the audio track without freezing

System information:

  • Distro: Arch Linux
  • Compositor: scroll
  • Ironbar version: 0.19.0-pre

Configuration

sample config (YAML)
position: "bottom"
height: 20
layer: "top"
start:
  - type: music
    player_type: "mpris"
    truncate:
      mode: "end"
      max_length: 25
Styles default styles

Additional context
happens in both mpris and mpd modes
tested with Quod Libet

Screenshots

https://github.com/user-attachments/assets/acfc261d-5605-4f31-91e9-e234a4282188

Originally created by @Diax170 on GitHub (Dec 25, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1300 **Describe the bug** the seek bar of the music module doesn't work and freezes when touched, until ironbar is reloaded **To reproduce** Steps to reproduce the behavior: 1. Add module `music` 2. Click popup 3. Move the seek bar **Expected behavior** the seekbar seeks through the audio track without freezing **System information:** - Distro: Arch Linux - Compositor: [scroll](https://github.com/dawsers/scroll) - Ironbar version: 0.19.0-pre **Configuration** <details><summary>sample config (YAML)</summary> ``` position: "bottom" height: 20 layer: "top" start: - type: music player_type: "mpris" truncate: mode: "end" max_length: 25 ``` </details> <details><summary>Styles</summary> default styles </details> **Additional context** happens in both mpris and mpd modes tested with Quod Libet **Screenshots** https://github.com/user-attachments/assets/acfc261d-5605-4f31-91e9-e234a4282188
Author
Owner

@postsolar commented on GitHub (Dec 25, 2025):

Likely related, seeking also makes it "freeze" (slider and time label wont update), and even track change won't unfreeze it. ironbar reload resets it to pre-freeze state. Tested with Brave.

Edit: not really related, seeking is easy to fix without affecting this other issue.

Edit: ah original issue mentioned it too, sorry read too fast

<!-- gh-comment-id:3691709376 --> @postsolar commented on GitHub (Dec 25, 2025): Likely related, seeking also makes it "freeze" (slider and time label wont update), and even track change won't unfreeze it. `ironbar reload` resets it to pre-freeze state. Tested with Brave. Edit: not really related, seeking is easy to fix without affecting this other issue. Edit: ah original issue mentioned it too, sorry read too fast
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#4612
No description provided.