Lyrics display for Taskbar Widget — WIP, looking for feedback #1003
frans15-2006
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Been working on adding synced lyrics to the taskbar widget (via LRCLIB). Current state, local build only:
Synced lyric line updates via extrapolated playback position (independent timer, not reliant on sparse SMTC timeline events)
Auto-fit width based on measured text, capped at a max width
Font-shrink fallback for long lines before falling back to ellipsis
Per-song lyric caching to avoid refetching on replay
fluentflyout-taskbar-lyrics-demo.mp4.mp4
Video attached showing it running. Wanted your take on the direction before I clean it up into a PR — open to feedback on approach, UI placement, or whether this fits the project's scope.
All reactions