Šarūnas Nejus

Results 229 comments of Šarūnas Nejus

@matlads Would you mind moving your changelog note to the **Unreleased** section?

> > @matlads Would you mind moving your changelog note to the **Unreleased** section? > > Done. > > I have a question about this, though. Why not leave the...

Let me test this - I have a feeling this will suffer from the same issue like #5045 so we'd need one additional small change to address it

Unfortunately this change is a bit less innocent than it may seem. From what I've this does not interact very well with the pre-existing `genre` field. The main issues: 1....

@JOJ0 the above encourages duplication, and I imagine it would suffer from the same issue since this way both `genre` and `genres` fields still point at the same field, except...

I was thinking about something like this: https://github.com/beetbox/beets/pull/5606

I think the way it's implemented in `mediafile` is fine - it provides flexibility to use either the single `genre` or multiple `genres` field, supporting both old and new beets...

Regarding the delimiter, I tested a couple of them and 'anything goes' it seems, so we could make it configurable by the user methinks.

> Significant orders of magnitude difference with a larger database. > > ``` > Benchmark without index... > Benchmark without index took 1787.29 seconds > nAlbums: 1911 (avgtime 935.2657366193117 ms...

Superseded by #5389