Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up OPML import #443

Open
3 tasks done
Ethanol6 opened this issue Nov 18, 2023 · 1 comment
Open
3 tasks done

Speed up OPML import #443

Ethanol6 opened this issue Nov 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Ethanol6
Copy link

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:

  • PodFetch could fill up the episode limit one podcast at a time.
  • PodFetch could download 1 (or X number) episode for every podcast, repeating until the episode limit is reached.
    • Having simultaneous downloads would be helpful.
    • This way you'll have at least 1 episode for every podcast downloaded soon after import.

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 Ethanol6 added the enhancement New feature or request label Nov 18, 2023
@Ethanol6
Copy link
Author

Possible overlap with #429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant