TBS1996 / TaleCast

Simple CLI podcatcher
MIT License
65 stars 9 forks source link

Limit backlog episodes downloaded at a time #16

Open ispringle opened 1 month ago

ispringle commented 1 month ago

I really like the backlog setting. I have two sets of podcasts that are meant to be listened to in chronological order and so I set the up with start dates prior to the first episode. When I then run talecast it downloads every podcast episode, not just a few of them at a time. I also have the interval set to 7. I tried the max_episodes but it errors because this isn't compatible with the backlog settings. Is there a way to limit the number of podcasts I get at once? Ideally I'd just like one episode downloaded per week.

paulnorrie commented 1 week ago

I had this issue too.

See my Pull Request https://github.com/TBS1996/TaleCast/pull/17 for support for max_episodes.