An open API service indexing awesome lists of open source software.

https://github.com/lexedia/lyre


https://github.com/lexedia/lyre

Last synced: 12 days ago
JSON representation

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
```