Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#1615 closed patch (fixed)
mythfilldatabase - Handle eitonly video sources properly
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | dvb | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Currently, mythfilldatabase outputs the warning, "Grabbing XMLTV data using eitonly is not verified as working," for all video sources configured to use "Transmitted guide only (EIT)" (eitonly). Therefore, users who have one or more non-eitonly sources as well as one or more eitonly sources get unnecessary and potentially-confusing warnings in their logs. And, AIUI, even users who have no non-eitonly sources should be running mythfilldatabase to get the cleanup functionality it provides. For these users, the warnings would stand out much more (because of the reduced number of logging messages).
The attached (trivial) patch simply identifies eitonly sources and outputs a better log message.
Attachments (1)
Change History (4)
Changed 19 years ago by
Attachment: | mythtv-mythfilldatabase-handle_eitonly_sources.patch added |
---|
comment:1 Changed 19 years ago by
Component: | mythtv → dvb |
---|---|
Milestone: | → 0.20 |
Owner: | changed from bjm to danielk |
Version: | → head |
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 19 years ago by
(In [10238]) Refs #1035. Refs #1728. Refs #1801. Refs #1884. Refs #1615. EIT branch merge.
- Improves the EIT Fixup functions for the UK and Sweden.
- Improves the EIT version cache (lowering memory and CPU requirements).
- Fixes various small memory leaks and lowers memory requirements with earlier deletes.
- Fixes a spurious error message in filldata with EIT only sources.
(In [9972]) Fixes #1615. Suppresses mythfilldatabase warning about not knowning how to collect "eitonly" data in mythtv-eit branch.