AudunVN / lrcget

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

LRCGET is the official client of LRCLIB service.

Download

🎉 Newest version: v0.3.0

Visit the release page to download.

OS Support:

  • Windows 10
  • Linux (Ubuntu 22.04+ and AppImage build)
  • macOS

Screenshots

02.png

03.png

04.png

05.png

Donation

Toss a coin to your developer?

Buy Me a Coffee:

Monero (XMR):

43ZN5qDdGQhPGthFnngD8rjCHYLsEFBcyJjDC1GPZzVxWSfT8R48QCLNGyy6Z9LvatF5j8kSgv23DgJpixJg8bnmMnKm3b7

Litecoin (LTC):

ltc1q7texq5qsp59gclqlwf6asrqmhm98gruvz94a48

Contact

If you prefer to contact by email:

hoangtudevops@protonmail.com

TODO

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:

cd lrcget
npm install
npm run tauri dev

Building

Start the development window with the following command:

cd lrcget
npm install
npm run tauri build

Your built binaries will be at the following application:

./src-tauri/target/release/

For more detailed instruction, follow the building guide to build the application according to your OS platform.

About

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

License:MIT License


Languages

Language:Vue 57.4%Language:Rust 34.5%Language:JavaScript 6.1%Language:CSS 1.8%Language:HTML 0.2%