Clicking on album name should return query like:
http://localhost/?query=%3Falbum%20LIKE%20%22Albumname%22
instead of
http://localhost/?query=%3Falbum%20LIKE%20%22Albumname%22%20%26%20artist%20LIKE%20%22Artist22
Otherwise Various Artist albums are not displayed
correctly.
Logged In: YES
user_id=1025088
Partial fix should be in the next release:
Query now only searches for the album however the results
are still shown seperated into tables per artist -
compilations should show up as a single table. The winamp
media library doesn't currently support an easy way to
determine that?
Logged In: YES
user_id=1025088
Compilations now show up as a single table with "Various
Artists" as the artist and each song having its own artist
specified. This only works if more than one song from the
compilation is displayed and they have different artists (as
there doesn't appear to be any way to get the "compilation"
flag from the media library at this time)