Difference between revisions of "South Africa MUG"

From MythTV Official Wiki
Jump to: navigation, search
(Edit performed by mwstuffer.pl)
 
m (South 20Africa 20MUG moved to South Africa MUG)
(No difference)

Revision as of 20:26, 7 April 2006

ZAMUG

Created this page to gauge interest, as well as to have some info specifc to running MythTV in South Africa

Members

  • Chris Picton

Capture Cards - Analogue

Leadtek Winfast2000XP RM (Can be sourced from Corex, Rectron). Uses bttv module, with the following in modules.conf:

options bttv tuner=24 card=34
above bttv ir_kbd_gpio

The following kernel patch is needed to get the remote working properly under kernel 2.6.11

--- linux/drivers/media/video/ir-kbd-gpio.c.orig        2005-04-01 14:27:08.000000000 +0200
+++ linux/drivers/media/video/ir-kbd-gpio.c     2005-04-01 15:32:18.000000000 +0200
@@ -136,7 +136,7 @@
        [ 12 ] = KEY_CHANNELUP,
        [ 16 ] = KEY_CHANNELDOWN,
        [  3 ] = KEY_ZOOM,      // fullscreen
-       [ 31 ] = KEY_SUBTITLE,  // closed caption/teletext
+//     [ 31 ] = KEY_SUBTITLE,  // closed caption/teletext
        [ 32 ] = KEY_SLEEP,
 //      [ 41 ] = boss key
        [ 20 ] = KEY_MUTE,
@@ -155,8 +155,30 @@
        [ 36 ] = KEY_NEXT,
 //      [ 37 ] = time shifting
        [ 38 ] = KEY_STOP,
-       [ 39 ] = KEY_RECORD
+       [ 39 ] = KEY_RECORD,
 //      [ 40 ] = snapshot
+
+       [ 17 ] = KEY_BACKSPACE,   // Revert
+       [ 22 ] = KEY_MODE,        // Display
+       [ 27 ] = KEY_AUDIO,       // Audio
+       [ 31 ] = KEY_TEXT,        // Teletext/CC
+       [ 37 ] = KEY_UNKNOWN,     // Time Shift
+       [ 40 ] = KEY_UNKNOWN,     // Snapshot
+       [ 41 ] = KEY_UNKNOWN,     // Boss Key
+       [ 42 ] = KEY_UNKNOWN,     // PIP
+       [ 47 ] = KEY_MENU,        // Menu
+       [ 48 ] = KEY_ESC,         // Cancel
+       [ 49 ] = KEY_DIRECTORY,   // TV Guide
+       [ 50 ] = KEY_SUBTITLE,    // Subtitles
+       [ 51 ] = KEY_LANGUAGE,    // Language
+       [ 52 ] = KEY_REWIND,      // Rewind
+       [ 53 ] = KEY_FASTFORWARD, // Fastforward
+       [ 54 ] = KEY_TV,          // TV
+       [ 55 ] = KEY_RADIO,       // FM
+       [ 56 ] = KEY_DVD,         // DVD
+
+
+
 };

 static IR_KEYTAB_TYPE ir_codes_pixelview[IR_KEYTAB_SIZE] = {
@@ -389,7 +411,7 @@

        case BTTV_WINFAST2000:
                ir_codes         = winfast_codes;
-               ir->mask_keycode = 0x1f8;
+               ir->mask_keycode = 0x8f8;
                break;
        case BTTV_MAGICTVIEW061:
        case BTTV_MAGICTVIEW063:

Capture Cards - Digital

Tuning - Analogue

Tuning - Digital

Xmltv Data

There are two ways to get xmltv data for mythtv. You can download from flash http://download.flash.za.org/schedule/zaxmltv.php

There is also a tv_grab_za in the latest distribution of XMLTV. (0.5.40). This can be obtained at http://sourceforge.net/project/showfiles.php?group_id=39046. This grabber attempts to categorise movies and other types of shows.


Main MUG Page