amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
403 stars 101 forks source link

Single purpose App #65

Open sanbroz opened 2 years ago

sanbroz commented 2 years ago

Hi, I just want to know if we can use Anytime Podcast Player with just one or a choice of podcast feeds. I am considering to use the app for my radio station.

amugofjava commented 2 years ago

Hi @sanbroz,

As it stands, Anytime fetches feeds from either iTunes or PodcastIndex, but it should be possible to change it so that it only uses a fix set of feeds. Are you thinking of having a version of Anytime that, on first launch, has a fixed set of feeds already set and the user cannot search for or add any more?

sanbroz commented 2 years ago

Yea, exactly same functionality. Something similar to https://github.com/danieloeh/AntennaPodSP.

Maybe we can feed it our own json file of channels from website.

amugofjava commented 2 years ago

Anytime is fairly modular so it certainly could be done, and it's something I would like to do in the future - but it's not on the immediate to todo list; I have a number of items in the queue to complete first. :)