https://github.com/lexedia/lyre
https://github.com/lexedia/lyre
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lexedia/lyre
- Owner: Lexedia
- Created: 2025-07-05T20:58:46.000Z (about 1 year ago)
- Default Branch: mistress
- Last Pushed: 2025-07-06T19:38:58.000Z (about 1 year ago)
- Last Synced: 2026-04-17T12:43:48.136Z (3 months ago)
- Language: Dart
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Lyre
Download lyrics from MusixMatch and save them to a `.lrc` file.
## Installation
Go to the [releases page](https://github.com/Lexedia/lyre/releases) and download the latest release for your platform.
## Usage
```bash
lyre download -a -s
```
## Example
```bash
lyre download -a "The Beatles" -s "Hey Jude"
```
A directory called `lyrics` will be created in the current working directory, and the lyrics will be saved to `lyrics/The Beatles/Hey Jude.lrc`.
## Romanization
To romanize the lyrics, you can use the `-m/--mode` option:
```bash
lyre download -a Ado -s Value -m romanize
```