feat: add taskbar lyrics real-time sync with adjustable delay slider#885
Open
Nynele wants to merge 1 commit into
Open
feat: add taskbar lyrics real-time sync with adjustable delay slider#885Nynele wants to merge 1 commit into
Nynele wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a real-time synchronized lyrics widget directly to the Windows taskbar using LRCLIB.
Motivation
Currently, there is no built-in widget to view real-time synced lyrics next to the taskbar widget. This addition enhances the music flyout experience by fetching and displaying lyrics dynamically as the song plays.
Type of Change
What Changed
TaskbarLyricsControlto handle LRCLIB lyrics queries, matching, real-time sync, and animation transitions.TaskbarLyricsPage) allowing users to enable/disable lyrics, change position relative to the taskbar widget, toggle click-to-open settings, and adjust a millisecond delay offset slider (from -2000ms to 2000ms).Additional Information
Note
The settings page currently uses the visualizer banner image (
FluentFlyoutTaskbar-NoTitle-Zoomed.png). Please feel free to replace it with a lyrics-specific banner image when merging.Checklist