When using the JSON api to search through albums, a match is returned if
the search term matches *any *tag and not just the ALBUM name tag. For
example

['albums', 0, 100, 'search: "thrillseekers" + "night music"',
'tags:Aal'] will return the Thrillseekers album "By your side (CDM)"
that has a song called "By your side (Night Music Edit)" because the
TITLE of that song contains "Night Music". Sure I can filter after the
results are returned, but is there any way I can narrow down the search
beforehand to indicate that I only want a match if the search string
matches in the ALBUM tag ?

For example, with playlist loading I can narrow down with ['playlist',
'loadtracks',
'track.titlesearch="abacab"&contributor.namesearch="genesis"'] but there
does not seem to be a similar syntax for search. Or am I missing
something?


------------------------------------------------------------------------
philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to