/lrcget

Utility for mass-downloading LRC synced lyrics for your offline music library.

Primary LanguageVueMIT LicenseMIT

LRCGET

Utility for mass-downloading LRC synced lyrics for your offline music library.

LRCGET will scan every files in your chosen directory for music files, then and try to download lyrics to a LRC files having the same name and save them to the same directory as your music files.

Screenshots

01.png

02.png

03.png

04.png

Download

🎉 Newest version: v0.1.0

Visit the release page.

OS Support:

  • Windows 10
  • Linux (experimental)
  • macOS (experimental)

Donation

Toss a coin to your developer?

Buy Me A Coffee

TODO

  • Choose multiple directories
  • Support .ogg format
  • Embedded lyrics option

Development

LRCGET is made with Tauri.

To start developing the application, you need to do the prerequisites steps according to your operating system.

For example, you need the following components to start the development in Windows:

  • Microsoft Visual Studio C++ Build Tools
  • Rust 1.64.0 or higher
  • NodeJS v16.18.0 or higher

Start the development window with the following command:

npm run tauri dev

Follow the building guide to build the application according to your OS platform.