[mythtv-commits] Ticket #9726: Unicable / Satellite Channel Router / DIN EN 50494

MythTV noreply at mythtv.org
Fri Mar 2 07:02:07 UTC 2012


#9726: Unicable / Satellite Channel Router / DIN EN 50494
-------------------------------+-----------------------------
 Reporter:  twoof7@…           |          Owner:  stuarta
     Type:  Patch - Feature    |         Status:  assigned
 Priority:  minor              |      Milestone:  unknown
Component:  MythTV - DVB       |        Version:  Master Head
 Severity:  medium             |     Resolution:
 Keywords:                     |  Ticket locked:  0
-------------------------------+-----------------------------

Comment (by twoof7@…):

 You need to manually build MythTV as described at
 http://www.mythtv.org/docs/mythtv-HOWTO.html#toc5.2 . Before invoking
 ./configure you need to patch the source code:
 {{{
 $ patch -p1 < 0003-libmythtv-Unicable-SCR-DIN-EN-50494.patch
 }}}
 After installing MythTV it is necessary to manually add additional columns
 to table "diseqc_tree" within MythTV database "mythconverg". Therefore I
 prepared the following SQL statement (see file
 "mythconverg_diseqc_tree_SCR.2.sql"), which should be executed within the
 MySQL browser of your choice:
 {{{
 ALTER TABLE `mythconverg`.`diseqc_tree` ADD COLUMN `scr_userband` INTEGER
 UNSIGNED NOT NULL DEFAULT 0 AFTER `address`,
  ADD COLUMN `scr_frequency` INTEGER UNSIGNED NOT NULL DEFAULT 1400 AFTER
 `scr_userband`,
  ADD COLUMN `scr_pin` INTEGER  NOT NULL DEFAULT '-1' AFTER
 `scr_frequency`;
 }}}
 Please see comment 2 for configuration within mythtv-setup.

 twoofseven

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9726#comment:8>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list