HaikuArchives / BePodder

A media aggregator (and more)
MIT License
5 stars 9 forks source link

Search iTunes for podcasts #101

Open probonopd opened 5 years ago

probonopd commented 5 years ago

Currently, BePodder cannot search for podcasts. Looks like e.g., Clemetine can do this by searching http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStoreServices.woa/wa/wsSearch?country=US&media=podcast.

https://github.com/clementine-player/Clementine/blob/master/src/internet/podcasts/itunessearchpage.cpp

It would be nice if comparable functionality could be added to BePodder.

probonopd commented 5 years ago

There is even an official, documented API from Apple to search for podcasts: https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html