Opened 20 years ago
Closed 14 years ago
Tuning param changes do not always update backend channel lineup cache
Toggle favorite channel doesn't propagate to channel changing code until re-entering watch tv?
Toggling a channel as a favorite while watching live TV causes the SQL database to be updated, but using the "/" key to scan through favorites doesn't include the new channel unless you first exit and re-enter "watch tv". ie. the '?' key is behaving as "add/remove channel for future tv-watching sessions, but not this one" :)
Running mythtv-0.20_p11444 on gentoo (2.6.18.1 kernel, amd64). mysql-4.1.21.
Presumably ChannelUtil::GetChannels() needs to be kicked when changing channels.
Cheers,
Sean
Change History
(10)
| Milestone: |
unknown → 0.21
|
| Owner: |
changed from Isaac Richards to danielk
|
| Description: |
modified (diff)
|
| Summary: |
Toggle favorite channel doesn't propagate to channel changing code until re-entering watch tv? → Tuning param changes do not always update backend channel lineup cache
|
| Component: |
mythtv → channelscan
|
| Milestone: |
0.21 → unknown
|
| Component: |
channelscan → mythtv
|
| Owner: |
changed from danielk to Isaac Richards
|
| Owner: |
changed from Isaac Richards to danielk
|
| Component: |
mythtv → MythTV - Mythtv-setup
|
| Milestone: |
unknown → 0.23
|
| Milestone: |
0.23 → unknown
|
| Resolution: |
→ Unverified
|
| Status: |
assigned → closed
|
| Type: |
defect → Bug Report - General
|
| Version: |
head → Unspecified
|
I've verified this problem exists in 0.20-fixes and head.
Kicking GetChannels() is not sufficient as a fix and is somewhat awkward to code. I think the best way to address this is to improve the frontend channel editing API to include this and more general updates to the existing channel lineups.