INTERACT FORUM
Windows => Plug-in Development => Topic started by: sarkonovich on April 10, 2015, 07:11:43 pm
-
Is there any way to filter the results by Artist or Album?
I realize that if the search *is* the name of an artist or album that's...well something.
But a search like:
localhost:52199/MCWS/v1/Files/Search?Action=play&Query=Bob Dylan
will also return files for which Dylan is the composer, etc. And, there are cases where songs and albums have the same title.
Anyway to get MCWS to return results filtered in this way?
-
Try something like:
Query=[Artist]=[Bob Dylan]
-
Haven't checked back here in a while!
That works....thanks!