Open probonopd opened 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.
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
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.