mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2162] [MERGED] feat: improvements for plain-text and LRC lyrics #2118
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2118
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2162
Author: @phanan
Created: 10/30/2025
Status: ✅ Merged
Merged: 10/30/2025
Merged by: @phanan
Base:
master← Head:lrc-imprv📝 Commits (1)
ec83db8feat: improvements for plain-text and LRC lyrics📊 Changes
22 files changed (+510 additions, -453 deletions)
View changed files
📝
resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap(+5 -5)📝
resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap(+5 -5)📝
resources/assets/js/components/genre/__snapshots__/GenreContextMenu.spec.ts.snap(+3 -3)📝
resources/assets/js/components/layout/main-wrapper/side-sheet/SideSheet.vue(+7 -7)📝
resources/assets/js/components/layout/main-wrapper/side-sheet/SideSheetPanelLazyWrapper.vue(+1 -5)📝
resources/assets/js/components/podcast/__snapshots__/PodcastContextMenu.spec.ts.snap(+5 -5)➖
resources/assets/js/components/ui/LyricsPane.spec.ts(+0 -140)➖
resources/assets/js/components/ui/LyricsPane.vue(+0 -141)➖
resources/assets/js/components/ui/SyncLyricsLine.spec.ts(+0 -31)➖
resources/assets/js/components/ui/SyncLyricsLine.vue(+0 -38)➖
resources/assets/js/components/ui/SyncLyricsPane.spec.ts(+0 -50)➕
resources/assets/js/components/ui/lyrics/LrcLyricsLine.spec.ts(+32 -0)➕
resources/assets/js/components/ui/lyrics/LrcLyricsLine.vue(+23 -0)➕
resources/assets/js/components/ui/lyrics/LrcLyricsPane.spec.ts(+38 -0)📝
resources/assets/js/components/ui/lyrics/LrcLyricsPane.vue(+52 -23)➕
resources/assets/js/components/ui/lyrics/LyricsPane.spec.ts(+72 -0)➕
resources/assets/js/components/ui/lyrics/LyricsPane.vue(+63 -0)➕
resources/assets/js/components/ui/lyrics/__snapshots__/LrcLyricsPane.spec.ts.snap(+9 -0)➕
resources/assets/js/components/ui/lyrics/__snapshots__/LyricsPane.spec.ts.snap(+7 -0)➕
resources/assets/js/composables/useLyrics.spec.ts(+82 -0)...and 2 more files
📄 Description
Description
Add a couple of improvements to lyrics handling:
useLyricscomposableMotivation
Screenshots (if applicable)
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.