[mythtv-commits] Ticket #12483: When Scanning Pre-defined Muliplex's, .. Freqid is not entered.

MythTV noreply at mythtv.org
Sat Dec 19 22:21:28 UTC 2015


#12483: When Scanning Pre-defined Muliplex's,.. Freqid is not entered.
--------------------------------------+--------------------------------
 Reporter:  mark@…                    |          Owner:
     Type:  Bug Report - General      |         Status:  infoneeded_new
 Priority:  minor                     |      Milestone:  unknown
Component:  MythTV - Channel Scanner  |        Version:  Unspecified
 Severity:  medium                    |     Resolution:
 Keywords:  Muliplex scanning         |  Ticket locked:  0
--------------------------------------+--------------------------------

Comment (by Mark Hamblin <mark@…>):

 Just realised I have lost 2 replies here,.. ( forgot to hit modify
 Ticket).
 So to play catch-up in breif,...

 I use a simple sql script as follows
  set @chancnt := 100;
  -- BBC One, 101
  set @chancnt := @chancnt+1;
  UPDATE channel SET  channum=@chancnt, visible=1,
 xmltvid="oxfordshire.bbc1.bbc.co.uk", callsign='BBC One' WHERE name='BBC
 ONE Oxford' and freqid='53'; -- FV100%  BBC 1 oxf
  UPDATE channel SET  channum=@chancnt+1000, visible=1,
 xmltvid="oxfordshire.bbc1.bbc.co.uk", callsign='BBC One' WHERE name='BBC
 One Oxford' and sourceid='1'; -- FS BBC One
  --

 I run this script once I have tuned both FreeView and FreeSAT sources,...
 but because FreqID is a NUL field,.. following a Mux re-scan,.. things
 fail.

 Now this imho,.. is nothing to do with the script,.. as I can go into
 MythWeb,.. set BBC Oxford as visible and the try to tune/lock it via the
 front end,.. it fails needless to say,.. as do ALL FreeView channels,..
 rescanned following a Mux only rescan..

 Does that clarify things a little more...

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


More information about the mythtv-commits mailing list