Opened 14 years ago
Closed 14 years ago
#2206 closed defect (fixed)
LiveTV browse should show channels on other inputs on current card
Reported by: | danielk | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Attachments (1)
Change History (10)
comment:1 Changed 14 years ago by
Owner: | changed from Isaac Richards to danielk |
---|
comment:2 Changed 14 years ago by
Summary: | LiveTV browse should show channels on other inputs → LiveTV browse should show channels on other inputs on current card |
---|
comment:3 Changed 14 years ago by
When addressing this issue, please also keep in mind the other part of my original post:
Unlike previous versions, the "visibile" flag is being ignored. All channels for an input are currently being shown, regardless of this flag.
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to danielk:
(In [10885]) Fixes #2206. Show channels on other inputs on current card in browse mode.
I can't browse channels across inputs on the same card. I did some digging and came up with a patch that works for me, but I doubt it fixes the problem correctly.
Please see comments in patch for explanation.
Regards,
Shane
Changed 14 years ago by
Attachment: | channelbase_browse_mode.diff added |
---|
comment:8 Changed 14 years ago by
I just attached the patch for him - was my fault, trac was down when he went to attach it earlier.
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [11091]) In GetNextProgram?(), if we have access to a valid chanid, use that instead of a channum. Fixes #2206.
Add some sanity if we fail insert_program in programinfo.cpp.
Changing description so people don't get any funny ideas. If people want browse mode to show all channels on all inputs they need to read the comments in #978 pertaining to why it is not desired and what work would have to be done to fully support that functionality.