Attachments (1)
Change History (10)
comment:1 by , 19 years ago
Owner: | changed from | to
---|
comment:2 by , 19 years ago
Summary: | LiveTV browse should show channels on other inputs → LiveTV browse should show channels on other inputs on current card |
---|
comment:3 by , 19 years ago
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 by , 19 years ago
comment:6 by , 19 years ago
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
by , 19 years ago
Attachment: | channelbase_browse_mode.diff added |
---|
comment:8 by , 19 years ago
I just attached the patch for him - was my fault, trac was down when he went to attach it earlier.
comment:9 by , 19 years ago
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.