Created attachment 263228 [details] Beets ports upgrade Hi, I try yesterday beet in a bunch of mp3 files, and had a python crash in the import, for some obscure SQL call. But before asking for support, we probably should update our port. ....Which in fact seems to work much better :D.... Multiple steps: - Update the port and dependencies - Add devel/py-lap port (new dependency, I'll take it) - Fix Makefile - remove broken option CHROMA (no desc since ecf4719d09f1490e4f9ba0ea42a3bf04a3323875) - fix style (portscout, portfmt, portclippy)
Created attachment 263229 [details] Add new port devel/py-lap (mark myself as maintainer)
Not to myself: don't forget SUBDIR += py-lap
Hi Rodrigo, thanks for you efforts. I will check your Diffs ASAP and give you feedback. Best Leo
(In reply to Rodrigo Osorio from comment #2) _Note_ to myself: don't forget SUBDIR += py-lap when commit
I'm here for the same bug in current ports version I guess: sqlite3.OperationalError: no such column: "" - should this be a string literal in single-quotes? In the meanwhile 2.4.0 seems to have been released. :)
@ Lapo Luchini You need to use a custom build of sqlite that allows for doulbe quotes for this to work, since its still not fixed in beets. See: https://github.com/beetbox/beets/issues/4709
The (In reply to Leonhard Wachutka from comment #6) The issue you point has a bugfix https://github.com/beetbox/beets/issues/4709 but this will be available in python 3.12 which is not our current target.