tranxuanthang / lrcget

Utility for mass-downloading LRC synced lyrics for your offline music library.
MIT License
535 stars 20 forks source link

Command Line controls #61

Open BillButter opened 2 months ago

BillButter commented 2 months ago

A command line version would allow scripting and automations.

shipurjan commented 2 months ago

There already is https://lrclib.net/ which this app is using

thallium commented 2 months ago

There already is https://lrclib.net/ which this app is using

can you elaborate?

tranxuanthang commented 2 months ago

@thallium I think @shipurjan means LRCLIB has the APIs available, so one can simply use it directly from command line with tools like curl.

However, having a CLI version is great, as I often work in command line environment, and interacting in command line should be faster and more efficient than GUI version. I will look into it later as it is not a top priority, but any help in developing a CLI version would be greatly appreciated!