[mythtv-commits] Ticket #12081: Setting a program to record from Program Schedule does not highlight/change status

MythTV noreply at mythtv.org
Thu Mar 27 16:53:54 UTC 2014


#12081: Setting a program to record from Program Schedule does not highlight/change
status
----------------------------------+-----------------------------
 Reporter:  deadletterfile@…      |          Owner:  stuartm
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.28
Component:  MythTV - Scheduling   |        Version:  Master Head
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by deadletterfile@…):

 Channels 40_3 40_1 are both WUVC-DT

 I changed the callsign of one of the stations and restarted mythbackend
 compiled with the supplied patch:

 update channel set callsign='WUVC-DD' where chanid=1403;

 Highlighting behavior continues as noted in original bug report. Perhaps
 this callsign change was not enough? Only the one line fix in Comment 4
 works for me (but I have no idea what that might break).

 173812 Mar 27 12:23
 /data/packages/mythtvgit/mythtv/libs/libmyth/programinfo.cpp

 select chanid, channum, freqid, callsign, name from channel;
 +--------+---------+--------+----------+--------------------------+
 | chanid | channum | freqid | callsign | name                     |
 +--------+---------+--------+----------+--------------------------+
 |   1111 | 11_1    | 11     | WTVD-D1  | WTVD-D1                  |
 |   1112 | 11_2    | 11     | WTVD-D2  | WTVD-D2                  |
 |   1113 | 11_3    | 11     | WTVD-D3  | WTVD-D3                  |
 |   1171 | 17_1    | 17     | NBC17HD  | NBC17HD                  |
 |   1172 | 17_2    | 17     | NBC17SD  | NBC17SD                  |
 |   1041 | 4_1     | 25     | UNC-TV   | UNC-TV                   |
 |   1042 | 4_2     | 25     | UNC-KD   | UNC-KD                   |
 |   1043 | 4_3     | 25     | UNC-EX   | UNC-EX                   |
 |   1221 | 22_1    | 27     | WLFL-HD  | WLFL-HD                  |
 |   1222 | 22_2    | 27     | Country  | Country                  |
 |   1281 | 28_1    | 28     | WRDC-HD  | WRDC-HD                  |
 |   1403 | 40_3    | 38     | WUVC-DT  | Bounce TV                |
 |   1401 | 40_1    | 38     | WUVC-DT  | Univision                |
 |   1402 | 40_2    | 38     | WTNC-LP  | Telefutura               |
 |   1301 | 30_1    | 42     | WRAY-SD  | WRAY Standard Television |
 |   1302 | 30_2    | 42     | WRAY-HD  | WRAY High Definition     |
 |   1303 | 30_3    | 42     | WRAYSD2  | WRAY-SD2                 |
 |   1304 | 30_4    | 42     | WRAYSD3  | La Fuente                |
 |   1661 | 66_1    | 45     | WWIW     | WWIW                     |
 |   1051 | 5_1     | 48     | WRAL_HD  | WRAL_HD                  |
 |   1052 | 5_2     | 48     | WRAL-2   | WRAL-2                   |
 |   1501 | 50_1    | 49     | WRAZ-HD  | WRAZ-HD                  |
 |   1502 | 50_2    | 49     | MeTV     | MeTV                     |
 |   1461 | 46-1    | 46     | 1461     |                          |

 Unless I have made a mistake, the patched programinfo.cpp
 continues to behave as stated in the original bug report.
 Thank you for your time and persistence.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12081#comment:15>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list