Track artists in the Query window
Brought to you by:
oliphant
In so far as grip allows one to store track artist
data with the track I
do that for soundtracks and compilations.
Example: "Alison Krauss" is the artist for the track
"I'll fly away"
but "Various" is the artist for the disc "O brother,
where art thou?"
Alison Krauss shows up in the Query artist window, but
when selected
the O brother disc does not show. This patch fixes that.
It is surrounded by a conditional compilation option
because the query
is less efficient (takes longer) so if you don't use
track artists, it would
just slow you down. So to use it, you must also
#define HAVE_TRACK_ARTISTS 1
somewhere.
track artists in query window