[mythtv-commits] Ticket #10779: Docs patch

MythTV noreply at mythtv.org
Wed May 30 14:03:51 UTC 2012


#10779: Docs patch
----------------------------------+-------------------------
     Reporter:  rkulagow          |      Owner:
         Type:  Patch - Bug Fix   |     Status:  new
     Priority:  minor             |  Milestone:  unknown
    Component:  MythTV - General  |    Version:  Master Head
     Severity:  low               |   Keywords:
Ticket locked:  0                 |
----------------------------------+-------------------------
 Reviewing the docs in dbcheck makes me believe that the following should
 be applied. (I've certainly see chanid's greater than "x099")

 {{{
 diff --git a/mythtv/libs/libmythtv/dbcheck.cpp
 b/mythtv/libs/libmythtv/dbcheck.cpp
 index 5664558..1873e8a 100644
 --- a/mythtv/libs/libmythtv/dbcheck.cpp
 +++ b/mythtv/libs/libmythtv/dbcheck.cpp
 @@ -204,8 +204,8 @@ analog channels, us, us-cable, pal, etc.


  \section channel_table Channel Table (channel)
 -The primary key, 'chanid' is generated by combining the source id with
 -a unique number from 0 to 99.
 +The primary key, 'chanid' is generated by multiplying the sourceid times
 +1000 and adding the channel number to create a unique chanid.

  The 'channum' field contains the channel number to be input to jump
  to a channel.
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10779>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list