flecs icon indicating copy to clipboard operation
flecs copied to clipboard

New plugin: Taskbar Progress

Open ImMALWARE opened this issue 5 months ago • 1 comments

It shows track playing progress in taskbar: image On pause: image Resolves #2416

ImMALWARE avatar Nov 01 '25 14:11 ImMALWARE

@ArjixWasTaken can you review?

ImMALWARE avatar Nov 28 '25 20:11 ImMALWARE

I'd like to remind you that I did the review you asked for :^)

ArjixWasTaken avatar Dec 20 '25 23:12 ArjixWasTaken

@ArjixWasTaken, yeah, I saw it! I'm making changes.

ImMALWARE avatar Dec 21 '25 00:12 ImMALWARE

Unfortunately, callback only recieves event when I manually change progressbar position or click play/pause. It does not "fire every second during playback". So I had to add method for getting song info at any time. Because plugin can be enabled while song is already playing.

ImMALWARE avatar Dec 21 '25 00:12 ImMALWARE