Šarūnas Nejus
Šarūnas Nejus
Attempted to test `beets` using the most recent commit and found that missing exports are causing issues, as I warned above: ```sh ImportError while importing test module '/home/sarunas/repo/beets/test/plugins/test_art.py'. Hint: make...
Could you by any chance add some tests that show the range of filenames that can be parsed? This would be very useful going forward.
Apologies - I didn't see this since I did not receive a review request (best to do this whenever your PR is ready to be re-reviewed). There have been a...
Can we have CI / packaging updates and internal restructuring split into two separate PRs to minimise any unintentional side effects?
Ah I missed it! Jumped right into the diff, my bad 😅
OK I see where my confusion stems from - use `cleanup` as the base branch here!
Would you remind rebasing this on `master`? To start with, I think it would be a good idea to copy/paste the same setup we use everywhere else (`confuse` has the...
> I had a look at workflow logs, and it seems we didn't run anything on Mar 14/15: > > This is just before (Mar 13) > > * lint...
Attempting to get to the root cause of this 1. Added a logging call to investigate interaction with the database. ```diff diff --git a/beets/dbcore/db.py b/beets/dbcore/db.py index 16ca54995..44cea2323 100755 --- a/beets/dbcore/db.py...
See https://github.com/beetbox/beets/pull/5784 for a potential fix: ### Case 1: **No plugins enabled**: 1.7s ``` $ count "beet move -p album:'Together with Ukraine'" >/dev/null Fetching Item with query MatchQuery('id', 0, fast=True)...