Hi,
I would like to search for remixes using the iTunes search API.
For instance, I want to search all songs for which track name contains "Bob Sinclar remix". (Which means this track is a remixed version by Bob Sinclar. The original track being from another artist)
This is working fine using iTunes Power Search when searching for song: Bob Sinclar remix
I tried something like:
However, within the results, I'm getting songs for which trackName does not contain "Bob Sinclar remix", but instead artistName contains "Bob Sinclar".
I also tried multiple parameters values, but without any luck.
If this request is even possible, any light on what I'm doing wring here?
Thanks for the help!