https://github.com/lujjjh/lyrics
Open time-synced lyrics (LRC) database.
https://github.com/lujjjh/lyrics
Last synced: about 2 months ago
JSON representation
Open time-synced lyrics (LRC) database.
- Host: GitHub
- URL: https://github.com/lujjjh/lyrics
- Owner: lujjjh
- License: other
- Created: 2021-08-17T09:52:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T06:12:50.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:35:40.288Z (4 months ago)
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lyrics
Open time-synced lyrics (LRC) database.
## Lyrics Format
[Simple LRC format][1] with the following required ID tags:
```lrc
[ti:Title]
[ar:Artist]
[al:Album]
```The title, artist and album should match the song info in iTunes library.
## Structure
LRC files are stored under [lyrics](https://github.com/lujjjh/lyrics/tree/main/lyrics).
The full path of an LRC is `/lyrics/${artist[0]}/${artist}/${title}.lrc`. `${artist[0]}` indicates the first character of the artist.
All the artists and titles are in lower cases.
For example, a song named **Lemon Tree** sung by **Fool's Garden** is put under `/lyrics/f/fool's garden/lemon tree.lrc`.
## Who are using this database?
- [lyrics-api.lujjjh.com](https://github.com/lujjjh/lyrics-api), which is used by [iTunes Desktop Lyrics for Windows](https://github.com/lujjjh/itunes-desktop-lyrics-windows)
[1]: https://en.wikipedia.org/wiki/LRC_(file_format)#Simple_format