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

Performance improvements for mythtv-setup "Fetch channels from listing source" #413

Merged
merged 4 commits into from Jan 6, 2022

Conversation

garybuhrmaster
Copy link
Contributor

Thank you for contributing to MythTV!

Please review the checklist below to ensure that your contribution
to MythTV is ready for review by our developers.

It is helpful to regularly rebase your pull request to ensure changes
apply cleanly to the current MythTV development branch.

Checklist

This pull request is related to issue #412

Performing an allatonce grab can result in a grabber obtaining
and producing a large amount of data which can take a long time
and/or use a lot of resouces.  Since --only-update-channels is
specified to obtain as little data as possible in order to update
the channels, fall back to a single day grab even for grabbers
that prefer allatonce.
…nnels

Grabbers that support --list-channels will return
just the channel data, and may not use resources to
obtain and/or format program data.  It is a good
fit for an --only-update-channels request when
available.  Some grabbers that do not support
--list-channels may perform equivalently with a
--days 0 grab request, but --days 0 is not in spec,
and is rejected by some grabbers, so we cannot use
that as an alternative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants