How can I search for a release like “Forrest Gump” with the help of the MusicBrainz API and the search word tracksmedium
? Especially, when the release contains totally 34 tracks, but divided in 18 tracks on disc 1 and 16 tracks on disc 2?
If I try it with
http://musicbrainz.org/ws/2/release/?query=release:%22Forrest+Gump%22%20AND%20date:2001%20AND%20primarytype:Album%20AND%20tracksmedium:34
I don’t get any result.
What syntax do I have to use for multiple discs with different track numbers?
(The above search URL with tracksmedium:14
works fine for the a release with 14 tracks like this release)