Package Details: python-syncedlyrics 0.4.0-2

Git Clone URL: https://aur.archlinux.org/python-syncedlyrics.git (read-only, click to copy)
Package Base: python-syncedlyrics
Description: Get an LRC format (synchronized) lyrics for your music
Upstream URL: https://github.com/rtcq/syncedlyrics
Licenses: MIT
Conflicts: python-syncedlyrics-git
Submitter: txtsd
Maintainer: txtsd (pekkarr)
Last Packager: txtsd
Votes: 2
Popularity: 1.50
First Submitted: 2023-03-15 19:06 (UTC)
Last Updated: 2023-03-16 03:30 (UTC)

Latest Comments

txtsd commented on 2023-03-16 03:31 (UTC)

Thanks for the heads-up! I think I've seen this behavior elsewhere and given up in the recent past. Now I can go fix that.

pekkarr commented on 2023-03-15 19:29 (UTC)

I was just about to push this, seems like we were both doing the same task.

However, the build does not work when not done in a clean chroot because of a bug in python-poetry that excludes the directory /usr/lib/python3.10/site-packages/syncedlyrics/ from the installation. As a workaround, you could prepend GIT_DIR=. to the python -m build command. In clean chroot builds this problem doesn't exist because git isn't installed there.