tranxuanthang / lrcget

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

Custom server address #123

Open fineless71 opened 3 weeks ago

fineless71 commented 3 weeks ago

Since the LRCLIB server is open-source now, it would be nice to have a way to change the server address in the GUI. This could make usage easier for those who prefer to keep it local and download the database for themselves.

tranxuanthang commented 3 weeks ago

I totally agree; LRCGET should have an option or section for choosing any LRCLIB-compatible server, not just lrclib.net.

Some refactoring is required because the lrclib.net URL is hard-coded in many parts of the codebase.

I'll make the necessary change as soon as I can, hopefully it will be there in the next release.