Bug 2827 - Add CLI support for "Various Artists"
: Add CLI support for "Various Artists"
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: unspecified
: All Windows XP
: P2 enhancement (vote)
: ---
Assigned To: Fred
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-16 05:54 UTC by Malcolm Green
Modified: 2008-09-15 14:39 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malcolm Green 2006-01-16 05:54:26 UTC
Add support to the CLI to enable retrieval of albums for "Various Artists" as in the web interface (when "group compilation albums together" is enabled for server).
Comment 1 KDF 2006-01-16 10:24:16 UTC
This shoule already be possible.  'various artists' has an artist id like any other, does it not?
Comment 2 Malcolm Green 2006-01-16 14:14:00 UTC
(In reply to comment #1)
Yes, but the id is not returned in response to the CLI command:

artists 0 1 tags: search:Various%20Artists

Also, I've experimented by editing an MP3 file so that it has an artist tag of "Various Artists".  This results in two entries for "Various Artists" in the artist list - one for the compilations immediately after "All Albums" and one for the edited file near the end of the list.  Each of these has a different artist id.  The above CLI command returns the id for the edited entry, not for the compilations entry.  The URL for retrieving the compilation albums includes "album.compilation=1" in addition to the artist id, which suggests that this is a special case.



Comment 3 KDF 2006-01-16 14:52:51 UTC
Fred, any thoughts?
Comment 4 Fred 2006-01-16 16:40:54 UTC
Well, your reaction was my reaction but this is not the way the DB is built apparently. I have to investigate how this setting works. I have not used it a lot personally (and for various reasons I do not have a test for it in my program).
Comment 5 KDF 2006-01-16 17:11:56 UTC
right, I think I'm going bakc to an earlier implementation.  Now, it looks like it is the album compilation tag that flags various artists. You can see this being used for browseDB in Web/Pages/BrowseDB, line 94-110
Comment 6 Dan Sully 2006-06-13 00:14:03 UTC
Fred - has this been fixed for 6.5?

Thanks
Comment 7 Dan Sully 2006-06-29 16:18:54 UTC
I do believe this should work in 6.5 now.
Comment 8 Fred 2006-06-30 17:45:19 UTC
Yes, whenever I find the time to fix all the DB code in Queries.pm...
Comment 9 Dan Sully 2006-07-19 09:38:22 UTC
Fred - I'm going to assign this to you, as I know you're still making passes at the CLI DB code.
Comment 10 Fred 2006-08-06 18:12:55 UTC
SVN 8842, queries should handle VA gracefully