Reply To: Alternative database handling for “compilations”

#4056
tri
Participant

rpedde wrote:

I had some thoughts on that — there is a function called “make_composite_tags” that shuffles around tags for those that are orchestral in a similar way.

I’m not opposed to the one you are suggesting, tri.

Hahumm, maybe I’ll make some minimalistic effort to implement
the functionality. In the mean time, there seems to be a buffer
overflow bug in make_composite_tags. If a file has both orchestra and
conductor but no artist, the artist becomes “orchestra – conductor”, but
allocated buffer does not have enough space for terminating nul-char.