Opened 18 years ago
Closed 17 years ago
#4903 closed enhancement (fixed)
XMLTV capability problems
| Reported by: | Nigel | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | mythfilldatabase | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
1) mythtv-setup calls 'tv_find_grabbers baseline manualconfig'. If a grabber doesn't support manualconfig, it will not be listed. I suspect that manualconfig should not be a requirement, and should just be used to decide whether to put up the "Configuration will run in the terminal window" message.
2) Bad verbose message:
nigel@viking:~$ mythfilldatabase -v most ... 2008-03-10 14:32:13.839 mythfilldatabase: Listings Download Started 2008-03-10 14:32:13.849 Updating source #1 (FTA-Sydney) with grabber tv_grab_au_oztivo 2008-03-10 14:32:13.850 Found 10 channels for source 1 which use grabber 2008-03-10 14:32:13.889 Grabber has capabilities: baseline cache preferredmethod 2008-03-10 14:32:24.086 %1 --preferredmethod failed or we timed out waiting. You may need to upgrade your xmltv grabber
Change History (5)
Note:
See TracTickets
for help on using tickets.

(In [18455]) Fix bad verbose messages in mythfilldatabase. Refs #4903