LRC lyrics file tags

raw

README.rst

LRC meta data tags

LRC lyrics files may contain "ID tags".

This is a list of tags I found in the wild:

al
Album name: "Life"
ar
Song artist name (performer): "The Cardigans"
au
Song text writer (author): "Svennson Svenigsson"
by
LRC file creator: "MR. THINKER!"
Encoding
File encoding (character set): "iso-8859-15"
la
3-letter language code: "eng"
id
??: "vpbohasn"
length
Music length: "2:50" Source: https://github.com/weirongxu/lrc-kit
offset
Music-lyrics offset in milliseconds: "500" (negative values allowed)
re
Software that created the LRC file: "Jack! The Knife"
ti
Song title: "After All"
ve
Software version: 15 Supreme
raw

example.lrc

1
2
3
4
5
6
7
8
9
10
11
12
13
[id: vpbohasn]
[ar: The Cardigans]
[ti: After All]
[al: Life]
[by: MR. THINKER!]
[Encoding: iso-8859-15]
[au:Svensson \ Sveningsson]
[re:Jack! The Knife]
[ve:15 Supreme]
[la:eng]
[00:00.00]
[00:08.99]After all you were perfectly right
 
raw

tools.rst

Tools to work with LRC files

Also see http://cweiske.de/tagebuch/embedded-lyrics.htm

Libraries

Tools

Anonymous Anonymous
owner

History