tkem / mopidy-podcast-itunes

Mopidy-Podcast extension for searching and browsing podcasts on the iTunes Store
Apache License 2.0
13 stars 5 forks source link

Add support for undocumented search parameters #1

Closed tkem closed 10 years ago

tkem commented 10 years ago

In addition to the search API parameters documented in http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html, the following seem to work, too:

entity=podcastEpisode
entity=podcast,podcastEpisode
g=genreId

Example: https://itunes.apple.com/search?term=heise&country=de&entity=podcast,podcastEpisode&g=1304

Since these are undocumented and thus unsupported by Apple, they should not be used by default.

Note that the g parameter might be handy when implementing scoped searches.