Opened 19 years ago
Closed 19 years ago
#2052 closed defect (fixed)
"Fetch channels from lineup" doesn't do anything for a new videosource.
Reported by: | Isaac Richards | Owned by: | danielk |
---|---|---|---|
Priority: | major | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Analog video source, zap2it.
Fetch channels from lineup will not add any new channels. Seems to be because 'channel_updates' is false. The 'SourceUtil::IsAnalog' bypass will not work for a new videosource - it's not attached to a cardinput at all, yet.
There seems to be no way to initialize the channel table other than running 'mythfilldatabase --do-channel-updates' manually.
Change History (2)
Note:
See TracTickets
for help on using tickets.
(In [10531]) - Treat new videosources as analog, unless they have existing digital channels (as from a scan).
Initial setup for analog TV now actually works again.
Fixes #2052, Refs #2053.