Reply To: Alternative database handling for “compilations”

#4060
tri
Participant

Here is a patch against the 20060317 that is doing the compilation
concat in a way I meant. Some constants in the beginning of the
make_composite_tags fuction could possibly be made configurable,
but maybe it’s not necessary. I also refactored the function a bit.

The only change outside the make_composite_tags function
is that I moved compilation detection of the compilation path
a couple lines up in the code. However, it seems to be no-op
anyways in the current code, but anyways, it’s the correct place.

The patch is in:
http://www.iki.fi/tri/mt-daapd/patch/mt-daapd-cvs-20060317-composite-tags.patch

The patched mp3-scanner.c is in:

http://www.iki.fi/tri/mt-daapd/patch/mp3-scanner.c-20060317-patched

Of course it only concatenates the compilations.

Regards,
–tri