son-link / minimal-podcasts-player

Subscribe, listen and (in the future) download your favorite podcasts, quickly and easily.
GNU General Public License v3.0
17 stars 4 forks source link

Search podcasts #6

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Please add a way to search podcasts, e.g., on iTunes.

Perhaps these are useful?

son-link commented 3 years ago

I am working on it. I've written some code to search using the iTunes API, since it's the only open API (I found others with some limit of uses, after which you have to pay) that I found, something that, for example, Ivoox doesn't have.

son-link commented 3 years ago

In the last commit I added a new dialog for adding podcasts. I upload a video to my Twitter Account for show: https://twitter.com/sonlink/status/1372444575567085569

probonopd commented 3 years ago

Thank you, this seems to work well as long as you search for terms that are in the title of the podcast.

But searching e.g., "FreeBSD" does not resturn the "BSD Now" podcast. Is there a possibility to also search in the keywords/description, so that searching for "FreeBSD" would also find the "BSD Now" podcast?

Also, it would be nice if the podcast icons could be shown like in the main window.

image

son-link commented 3 years ago

The iTunes API by default search in all atributes (name, description, tags, etc). Maybe I should add options to mark by which to search (all, artist, tag, etc).

probonopd commented 3 years ago

In this case, I think it's ok as it is. The fewer checkboxes and options the better!