SamTV12345 / PodFetch

A sleek and efficient podcast downloader.
https://samtv12345.github.io/PodFetch
Apache License 2.0
347 stars 25 forks source link

Speed up OPML import #443

Closed Ethanol6 closed 1 month ago

Ethanol6 commented 11 months ago

Clear and concise description of the problem

When importing by OPML podcasts are added consecutively AFTER the initial podcast download limit has been reached for each podcast. This can mean several minutes elapse between each podcast addition, or hours for a full OPML import to occur.

Suggested solution

Perhaps the episode download can happen asynchronously or just after all the podcasts have been added.

There could be different download schemes on top of this:

Alternative

Alternatively, a new option could be added to manually ask PodFetch to download the X most recent episodes of podcasts. So when importing an OPML, you could set the initial episode download limit to 0. Then afterwards, manually have PodFetch download X number of recent episodes for podcasts.

There could be an option to download X number of episodes for ALL podcasts, active podcasts, or a selected list of podcasts.

Additional context

No response

Validations

Ethanol6 commented 11 months ago

Possible overlap with #429

SamTV12345 commented 1 month ago

This is closed. Per OPML import podcast a new thread is spawned. So at max (theoretically) it should now take just the time of the longest podcast download and not the accumulation of all podcasts.