Package Details: lrcget 2.1.0-2

Git Clone URL: https://aur.archlinux.org/lrcget.git (read-only, click to copy)
Package Base: lrcget
Description: Utility for mass-downloading LRC synced lyrics for your offline music library.
Upstream URL: https://github.com/tranxuanthang/lrcget
Licenses: MIT
Conflicts: lrcget-bin, lrcget-git
Provides: lrcget
Submitter: anelgarhy
Maintainer: anelgarhy
Last Packager: anelgarhy
Votes: 1
Popularity: 0.77
First Submitted: 2026-04-23 10:36 (UTC)
Last Updated: 2026-05-04 10:37 (UTC)

Latest Comments

anelgarhy commented on 2026-05-04 10:38 (UTC)

@racehd should be fixed in 2.1.0-2 thanks for noticing

racehd commented on 2026-05-03 20:04 (UTC) (edited on 2026-05-03 20:05 (UTC) by racehd)

Thanks for this. Got it working but did notice it doesn't install the included .desktop file or icon it references. Updating the package step along these lines should work:

    install -Dm644 packaging/linux/LRCGET.desktop "$pkgdir/usr/share/applications/LRCGET.desktop"
    sed -i 's|Exec=LRCGET|Exec=lrcget' "$pkgdir/usr/share/applications/LRCGET.desktop"
    install -Dm644 src-tauri/icons/icon.png "$pkgdir/usr/share/pixmaps/LRCGET.png"

anelgarhy commented on 2026-04-25 08:41 (UTC)

@auralluring should be fixed now, thanks <3

auralluring commented on 2026-04-25 00:00 (UTC)

so funny story, the wrapper script still has the wrong path (lrcgit vs lrcget)

anelgarhy commented on 2026-04-24 15:36 (UTC)

@fork-filmsone oh silly me :p good catch, patched in 2.0.1-2 thanks (˶ᵔ ᵕ ᵔ˶)

fork-filmsone commented on 2026-04-24 15:27 (UTC) (edited on 2026-04-24 15:28 (UTC) by fork-filmsone)

https://aur.archlinux.org/cgit/aur.git/tree/lrcget?h=lrcget contains errors

- WEBKIT_DISABLE_COMPOSITING_MODE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 /bin/usr/lrcgit-bin "$@"
+ WEBKIT_DISABLE_COMPOSITING_MODE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 /usr/bin/lrcget-bin "$@"