[mythtv-commits] Ticket #11887: Cannot change channel configuration in MythWeb

MythTV noreply at mythtv.org
Thu Oct 3 10:56:49 UTC 2013


#11887: Cannot change channel configuration in MythWeb
-----------------------------------------------+-------------------------
 Reporter:  Torsten Seyffarth <t.seyffarth@…>  |          Owner:  kormoc
     Type:  Bug Report - General               |         Status:  new
 Priority:  minor                              |      Milestone:  unknown
Component:  Plugin - MythWeb                   |        Version:  0.26.1
 Severity:  medium                             |     Resolution:
 Keywords:                                     |  Ticket locked:  0
-----------------------------------------------+-------------------------

Comment (by Torsten Seyffarth <t.seyffarth@…>):

 Do not know much about how MythWeb works but the following patch works for
 me and seems to fit to the channel configuration with the desktop front
 end:

 {{{
 --- set_channels.php    2013-10-03 12:16:13.421674721 +0200
 +++ set_channels.php.orig       2013-10-03 12:15:15.946286213 +0200
 @@ -33,7 +33,7 @@
                                               visible       = ?';
                  $query_params[] = $data['xmltvid'];
                  $query_params[] = $data['freqid'];
 -                $query_params[] = empty($data['finetune']) ? null :
 $data['finetune'];
 +                $query_params[] = $data['finetune'];
                  $query_params[] = $data['videofilters'];
                  $query_params[] = $data['brightness'];
                  $query_params[] = $data['contrast'];

 }}}

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


More information about the mythtv-commits mailing list