guihkx 08eef731fe Update cargo dependencies
This is just the result of running "cargo update".

Most notably, this updates tauri-plugin-global-shortcut from 2.2.0 to
2.3.0, in order to fix a startup crash on pure Wayland sessions.

This crash was happening because the underlying global-hotkey dependency
used by tauri-plugin-global-shortcut, was dereferencing a null pointer
in version 0.6:

https://github.com/tauri-apps/global-hotkey/blob/global-hotkey-v0.6.4/src/platform_impl/x11/mod.rs#L191-L192

That XOpenDisplay() call can fail for many reasons, one of them being
the non-existence of an X server running (e.g. when we're on a pure
Wayland session).

For reference, the gdb stack trace of the crash looks like this:

  Thread 11 (Thread 0x7fffe1b8b6c0 (LWP 60) "LRCGET"):
  #0  0x00007fffed3ca524 in XDefaultRootWindow () at /usr/lib/x86_64-linux-gnu/libX11.so.6
  #1  0x000055555617bd03 in global_hotkey::platform_impl::platform::events_processor ()
  #2  0x000055555618c066 in std::sys::backtrace::__rust_begin_short_backtrace ()
  #3  0x0000555556189d3a in core::ops::function::FnOnce::call_once{{vtable.shim}} ()
  #4  0x00005555567caf8f in std::sys::pal::unix::thread::Thread::new::thread_start ()
  #5  0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #6  0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 10 (Thread 0x7fffe2b846c0 (LWP 59) "[pango] fontcon"):
  #0  0x00007fffef11bdcd in syscall () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x00007fffef4c0a4b in g_cond_wait () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #2  0x00007fffef452dac in g_async_queue_pop_intern_unlocked () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #3  0x00007fffef45329c in g_async_queue_pop () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #4  0x00007fffecffcac9 in fc_thread_func () at /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
  #5  0x00007fffef4c1209 in g_thread_proxy () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #6  0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #7  0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 9 (Thread 0x7fffe35fd6c0 (LWP 58) "gdbus"):
  #0  0x00007fffef0a2c02 in __syscall_cancel_arch () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x00007fffef096d3c in __internal_syscall_cancel () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #2  0x00007fffef096d84 in __syscall_cancel () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #3  0x00007fffef111196 in ppoll () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #4  0x00007fffef48dd21 in g_main_context_iterate_unlocked.isra () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #5  0x00007fffef48e747 in g_main_loop_run () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #6  0x00007ffff1540332 in gdbus_shared_thread_func () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  #7  0x00007fffef4c1209 in g_thread_proxy () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #9  0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 8 (Thread 0x7fffe3dfe6c0 (LWP 57) "gmain"):
  #0  0x00007fffef0a2c02 in __syscall_cancel_arch () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x00007fffef096d3c in __internal_syscall_cancel () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #2  0x00007fffef096d84 in __syscall_cancel () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #3  0x00007fffef111196 in ppoll () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #4  0x00007fffef48dd21 in g_main_context_iterate_unlocked.isra () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #5  0x00007fffef48e453 in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #6  0x00007fffef48e4a1 in glib_worker_main () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x00007fffef4c1209 in g_thread_proxy () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #8  0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #9  0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 7 (Thread 0x7fffe89096c0 (LWP 56) "pool-spawner"):
  #0  0x00007fffef11bdcd in syscall () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x00007fffef4c0a4b in g_cond_wait () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #2  0x00007fffef452dac in g_async_queue_pop_intern_unlocked () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #3  0x00007fffef4c14e4 in g_thread_pool_spawn_thread () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #4  0x00007fffef4c1209 in g_thread_proxy () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #5  0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #6  0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 5 (Thread 0x7fffe8b0a6c0 (LWP 51) "tokio-runtime-w"):
  #0  0x00007fffef11bdcd in syscall () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x0000555556568509 in parking_lot::condvar::Condvar::wait_until_internal ()
  #2  0x0000555556517efe in tokio::runtime::scheduler::multi_thread::park::Parker::park ()
  #3  0x000055555650d7f5 in tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout ()
  #4  0x000055555650cee4 in tokio::runtime::scheduler::multi_thread::worker::Context::run ()
  #5  0x0000555556516378 in tokio::runtime::context::scoped::Scoped<T>::set ()
  #6  0x000055555651452b in tokio::runtime::context::runtime::enter_runtime ()
  #7  0x000055555650c46b in tokio::runtime::scheduler::multi_thread::worker::run ()
  #8  0x00005555565014cd in <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll ()
  #9  0x0000555556504bf7 in tokio::runtime::task::core::Core<T,S>::poll ()
  #10 0x00005555564f9d01 in tokio::runtime::task::harness::Harness<T,S>::poll ()
  #11 0x000055555651f709 in tokio::runtime::blocking::pool::Inner::run ()
  #12 0x00005555564fb597 in std::sys::backtrace::__rust_begin_short_backtrace ()
  #13 0x00005555565028c2 in core::ops::function::FnOnce::call_once{{vtable.shim}} ()
  #14 0x00005555567caf8f in std::sys::pal::unix::thread::Thread::new::thread_start ()
  #15 0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #16 0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 4 (Thread 0x7fffe8d0b6c0 (LWP 50) "tokio-runtime-w"):
  #0  0x00007fffef11bdcd in syscall () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x0000555556568509 in parking_lot::condvar::Condvar::wait_until_internal ()
  #2  0x0000555556517efe in tokio::runtime::scheduler::multi_thread::park::Parker::park ()
  #3  0x000055555650d7f5 in tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout ()
  #4  0x000055555650cee4 in tokio::runtime::scheduler::multi_thread::worker::Context::run ()
  #5  0x0000555556516378 in tokio::runtime::context::scoped::Scoped<T>::set ()
  #6  0x000055555651452b in tokio::runtime::context::runtime::enter_runtime ()
  #7  0x000055555650c46b in tokio::runtime::scheduler::multi_thread::worker::run ()
  #8  0x00005555565014cd in <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll ()
  #9  0x0000555556504bf7 in tokio::runtime::task::core::Core<T,S>::poll ()
  #10 0x00005555564f9d01 in tokio::runtime::task::harness::Harness<T,S>::poll ()
  #11 0x000055555651f709 in tokio::runtime::blocking::pool::Inner::run ()
  #12 0x00005555564fb597 in std::sys::backtrace::__rust_begin_short_backtrace ()
  #13 0x00005555565028c2 in core::ops::function::FnOnce::call_once{{vtable.shim}} ()
  #14 0x00005555567caf8f in std::sys::pal::unix::thread::Thread::new::thread_start ()
  #15 0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #16 0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 3 (Thread 0x7fffe3fff6c0 (LWP 49) "tokio-runtime-w"):
  #0  0x00007fffef11bdcd in syscall () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x0000555556568509 in parking_lot::condvar::Condvar::wait_until_internal ()
  #2  0x0000555556517efe in tokio::runtime::scheduler::multi_thread::park::Parker::park ()
  #3  0x000055555650d7f5 in tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout ()
  #4  0x000055555650cee4 in tokio::runtime::scheduler::multi_thread::worker::Context::run ()
  #5  0x0000555556516378 in tokio::runtime::context::scoped::Scoped<T>::set ()
  #6  0x000055555651452b in tokio::runtime::context::runtime::enter_runtime ()
  #7  0x000055555650c46b in tokio::runtime::scheduler::multi_thread::worker::run ()
  #8  0x00005555565014cd in <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll ()
  #9  0x0000555556504bf7 in tokio::runtime::task::core::Core<T,S>::poll ()
  #10 0x00005555564f9d01 in tokio::runtime::task::harness::Harness<T,S>::poll ()
  #11 0x000055555651f709 in tokio::runtime::blocking::pool::Inner::run ()
  #12 0x00005555564fb597 in std::sys::backtrace::__rust_begin_short_backtrace ()
  #13 0x00005555565028c2 in core::ops::function::FnOnce::call_once{{vtable.shim}} ()
  #14 0x00005555567caf8f in std::sys::pal::unix::thread::Thread::new::thread_start ()
  #15 0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #16 0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 2 (Thread 0x7fffe8f0c6c0 (LWP 48) "tokio-runtime-w"):
  #0  0x00007fffef0a2c02 in __syscall_cancel_arch () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #1  0x00007fffef096d3c in __internal_syscall_cancel () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #2  0x00007fffef096d84 in __syscall_cancel () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #3  0x00007fffef11e315 in epoll_wait () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #4  0x00005555565229da in mio::poll::Poll::poll ()
  #5  0x00005555564feab9 in tokio::runtime::io::driver::Driver::turn ()
  #6  0x0000555556510935 in tokio::runtime::time::Driver::park_internal ()
  #7  0x0000555556517e6e in tokio::runtime::scheduler::multi_thread::park::Parker::park ()
  #8  0x000055555650d7f5 in tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout ()
  #9  0x000055555650cee4 in tokio::runtime::scheduler::multi_thread::worker::Context::run ()
  #10 0x0000555556516378 in tokio::runtime::context::scoped::Scoped<T>::set ()
  #11 0x000055555651452b in tokio::runtime::context::runtime::enter_runtime ()
  #12 0x000055555650c46b in tokio::runtime::scheduler::multi_thread::worker::run ()
  #13 0x00005555565014cd in <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll ()
  #14 0x0000555556504bf7 in tokio::runtime::task::core::Core<T,S>::poll ()
  #15 0x00005555564f9d01 in tokio::runtime::task::harness::Harness<T,S>::poll ()
  #16 0x000055555651f709 in tokio::runtime::blocking::pool::Inner::run ()
  #17 0x00005555564fb597 in std::sys::backtrace::__rust_begin_short_backtrace ()
  #18 0x00005555565028c2 in core::ops::function::FnOnce::call_once{{vtable.shim}} ()
  #19 0x00005555567caf8f in std::sys::pal::unix::thread::Thread::new::thread_start ()
  #20 0x00007fffef09a56a in start_thread () at /usr/lib/x86_64-linux-gnu/libc.so.6
  #21 0x00007fffef11de54 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6

  Thread 1 (Thread 0x7fffe8f134c0 (LWP 45) "LRCGET"):
  #0  0x00007fffeef0e514 in FcStrCmpIgnoreCase () at /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
  #1  0x00007fffeef1cd87 in FcValueEqual () at /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
  #2  0x00007fffeef0d8dc in FcFontSetList () at /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
  #3  0x00007fffecffd0d7 in ensure_families () at /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
  #4  0x00007fffecffd551 in pango_fc_font_map_get_family () at /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
  #5  0x00007fffecffd89a in pango_fc_font_map_get_face () at /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
  #6  0x00007fffecfff2e4 in pango_fc_fontset_get_font_at () at /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
  #7  0x00007fffecfff69d in pango_fc_fontset_foreach () at /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
  #8  0x00007fffee470d40 in pango_context_get_metrics () at /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
  #9  0x00007ffff1d8e1cb in gtk_label_measure () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #10 0x00007ffff1cc1bc6 in gtk_css_custom_gadget_get_preferred_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #11 0x00007ffff1cc697c in gtk_css_gadget_get_preferred_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #12 0x00007ffff1d892cb in gtk_label_get_preferred_height_and_baseline_for_width () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #13 0x00007ffff1e4b546 in gtk_widget_query_size_for_orientation () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #14 0x00007ffff1e4bc3c in gtk_widget_get_preferred_height_and_baseline_for_width () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #15 0x00007ffff1c69503 in gtk_box_get_content_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #16 0x00007ffff1cc1bc6 in gtk_css_custom_gadget_get_preferred_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #17 0x00007ffff1cc697c in gtk_css_gadget_get_preferred_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #18 0x00007ffff1c6877b in gtk_box_get_preferred_height_and_baseline_for_width () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #19 0x00007ffff1e4b546 in gtk_widget_query_size_for_orientation () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #20 0x00007ffff1e4ad29 in gtk_widget_get_preferred_height () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #21 0x00007ffff1d62a68 in gtk_header_bar_get_content_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #22 0x00007ffff1cc1bc6 in gtk_css_custom_gadget_get_preferred_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #23 0x00007ffff1cc697c in gtk_css_gadget_get_preferred_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #24 0x00007ffff1d61d85 in gtk_header_bar_get_preferred_height () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #25 0x00007ffff1e4b42c in gtk_widget_query_size_for_orientation () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #26 0x00007ffff1e4bc3c in gtk_widget_get_preferred_height_and_baseline_for_width () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #27 0x00007ffff1e4b546 in gtk_widget_query_size_for_orientation () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #28 0x00007ffff1e4ad29 in gtk_widget_get_preferred_height () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #29 0x00007ffff1f1ed45 in gtk_window_update_csd_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #30 0x00007ffff1f274a4 in gtk_window_get_size () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #31 0x00007ffff1f2773f in gtk_window_get_position () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #32 0x00005555564b4f3e in tao::platform_impl::platform::window::Window::setup_signals ()
  #33 0x0000555555cc3c21 in tao::platform_impl::platform::window::Window::new ()
  #34 0x0000555555e13639 in tauri_runtime_wry::create_window ()
  #35 0x0000555555e2d811 in core::ops::function::FnOnce::call_once{{vtable.shim}} ()
  #36 0x0000555555e1e24d in tauri_runtime_wry::handle_user_message ()
  #37 0x0000555555e1d655 in tauri_runtime_wry::send_user_message ()
  #38 0x0000555555e1b147 in tauri_runtime_wry::Context<T>::create_window ()
  #39 0x0000555555e5399f in tauri::window::WindowBuilder<R,M>::build_internal ()
  #40 0x0000555555e52bd3 in tauri::window::WindowBuilder<R,M>::with_webview ()
  #41 0x0000555555dec49c in tauri::app::setup ()
  #42 0x0000555555fc0083 in tauri::app::App<R>::run::{{closure}} ()
  #43 0x0000555555e1b5f3 in tauri_runtime_wry::handle_event_loop ()
  #44 0x0000555555fd17d3 in <tauri_runtime_wry::Wry<T> as tauri_runtime::Runtime<T>>::run::{{closure}} ()
  #45 0x0000555555fa0263 in tao::platform_impl::platform::event_loop::EventLoop<T>::run_return ()
  #46 0x0000555555e2b22c in tao::platform_impl::platform::event_loop::EventLoop<T>::run ()
  #47 0x0000555555e6c19c in <tauri_runtime_wry::Wry<T> as tauri_runtime::Runtime<T>>::run ()
  #48 0x0000555555e0bb4a in lrcget::main::{{closure}} ()
  #49 0x0000555555df0698 in tokio::runtime::context::runtime::enter_runtime ()
  #50 0x0000555555dac439 in lrcget::main ()
  #51 0x0000555556039c23 in std::sys::backtrace::__rust_begin_short_backtrace ()
  #52 0x00005555560387e9 in std::rt::lang_start::{{closure}} ()
  #53 0x00005555567b84d0 in std::rt::lang_start_internal ()
  #54 0x0000555555dac5a5 in main ()
2025-09-26 17:13:50 -03:00
2022-11-14 18:21:16 +07:00
2025-09-25 10:21:57 +07:00
2022-11-14 18:21:16 +07:00
2025-09-26 17:13:50 -03:00
2025-09-17 11:28:49 +07:00
2022-11-14 18:21:16 +07:00
2022-11-14 18:21:16 +07:00
2022-11-14 18:21:16 +07:00
2023-10-07 11:19:03 +07:00
2024-12-25 01:51:59 +07:00
2024-12-25 01:51:59 +07:00
2022-11-14 18:21:16 +07:00
2024-12-26 12:13:10 +07:00

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

🎉 Latest version: v0.9.0

Visit the release page to download.

OS Support:

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

Screenshots

02.png

03.png

04.png

05.png

Donation

Toss a coin to your developer?

GitHub Sponsors (Recommended - 100% of your support goes to the developer):

https://github.com/sponsors/tranxuanthang

Buy Me a Coffee:

https://www.buymeacoffee.com/thangtran

Paypal:

https://paypal.me/tranxuanthang98

Monero (XMR):

43ZN5qDdGQhPGthFnngD8rjCHYLsEFBcyJjDC1GPZzVxWSfT8R48QCLNGyy6Z9LvatF5j8kSgv23DgJpixJg8bnmMnKm3b7

Litecoin (LTC):

ltc1q7texq5qsp59gclqlwf6asrqmhm98gruvz94a48

Troubleshooting

Audio cannot be played in Linux (Ubuntu and other distros)

Try to install pipewire-alsa package. For example, in Ubuntu or Debian-based distros:

sudo apt install pipewire-alsa

App won't open in Windows 10/11

If you are using Windows 10 LTSC, or have tried running some scripts to debloat Windows 10 (which will uninstall Microsoft Edge and its webview component), you might have issues as LRCGET depends on WebView2. Reinstalling Microsoft Edge might fix the problem (see issue https://github.com/tranxuanthang/lrcget/issues/45).

Scrollbar is invisible in Linux (KDE Plasma 5/6)

The exact cause is still unknown, but it can be fixed by going to System Settings > Appearance > Global Theme > Application Style > Configure GNOME/GTK Application Style... > Change to something other than breeze (Awaita or Default) > Apply (see comment https://github.com/tranxuanthang/lrcget/issues/44#issuecomment-1962998268)

Contact

If you prefer to contact by email:

hoangtudevops@protonmail.com

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.81.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 build process with the following command:

cd lrcget
npm install
npm run tauri build

Your built binaries are located at:

./src-tauri/target/release/

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

Description
No description provided
Readme MIT 2.5 MiB
Languages
Vue 56%
Rust 36.2%
JavaScript 5.6%
CSS 2.1%
HTML 0.1%