Commit Graph
4 Commits
Author SHA1 Message Date
blumia 6b691a282b feat: adds a lyrics widget instead of just a floating lrcbar 2026-01-03 19:27:55 +08:00
blumia b2eb29ab5d lyricsmanager: parse time string by ourselves
QTime::fromString() can lead a crash when build with icu-enabled
Qt 6.8.0, see QTBUG-130597. Anyway let's workaround this issue
by simply implement it by ourselves.
2024-10-26 19:38:04 +08:00
blumia b88ee1d0f1 fix: lyrics encoding and better lrc support 2024-09-22 17:02:40 +08:00
blumia 2a92f4ea7f feat: basic lyrics support 2024-09-20 20:59:40 +08:00