mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #692] Lyrics page grey out the current line #409
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#409
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Noex98 on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/692
Describe the bug
The lyrics page grey out text that has already been played. It makes it really nice to follow along with the lyrics. However when following along in a track, the line you read gets greyed out as you will need to read it.
To Reproduce
Play a track and read out the lyrics. Reading along with the track, you will always read a grey line
Expected behaviour
I would expect as soon a line has been finished in the track, it would be greyed out.
Environment
@aome510 commented on GitHub (Mar 21, 2025):
This is intended (not a bug) and is the same behaviour as the official spotify app. If you don't like the gray color, feel free to change the component style (
lyrics_played): https://github.com/aome510/spotify-player/blob/master/docs/config.md#component-styles@Noex98 commented on GitHub (Mar 23, 2025):
Ah yes i see, thank you :D