[GH-ISSUE #61] [Feature] Add song metadata to .lrc file. #57

Open
opened 2026-02-27 15:48:06 +03:00 by kerem · 1 comment
Owner

Originally created by @Dr-Blank on GitHub (Nov 22, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/61

Could the .lrc files contain the song metadata along with the lyrics.

The ID Tags would be inserted above lyrics as below:

[ar:artist]

[al:Album where the song is from]

[ti:Lyrics (song) title]

[au:Creator of the Songtext]
[length:How long the song is]
[by:Creator of the LRC file]

[offset:+/- Overall timestamp adjustment in milliseconds, + shifts time up, - shifts down]
 
[re:The player or editor that created the LRC file]

[ve:version of program]

[la:EN]

The song title, artist and album information are already available.

Ref: https://en.wikipedia.org/wiki/LRC_(file_format)

Originally created by @Dr-Blank on GitHub (Nov 22, 2022). Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/61 Could the .lrc files contain the song metadata along with the lyrics. The ID Tags would be inserted above lyrics as below: ``` [ar:artist] [al:Album where the song is from] [ti:Lyrics (song) title] [au:Creator of the Songtext] [length:How long the song is] [by:Creator of the LRC file] [offset:+/- Overall timestamp adjustment in milliseconds, + shifts time up, - shifts down] [re:The player or editor that created the LRC file] [ve:version of program] [la:EN] ``` The song title, artist and album information are already available. Ref: https://en.wikipedia.org/wiki/LRC_(file_format)
Author
Owner

@Rafiuth commented on GitHub (Nov 30, 2022):

This should be overall fairly easy to implement, but I don't think Spotify provides lyrics metadata such as author/player through their API.

<!-- gh-comment-id:1332657163 --> @Rafiuth commented on GitHub (Nov 30, 2022): This should be overall fairly easy to implement, but I don't think Spotify provides lyrics metadata such as author/player through their API.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Soggfy#57
No description provided.