Category: "MythTV"

Pages: 1 2

2007/07/29

  10:25:25 pm, by   , 297 words  
Categories: MythTV

MythAlarm part 2

So in this second part, I needed to add MythAlarm (and MythHelloWorld) to the MythTV main menu:

# nano /usr/share/mythtv/mainmenu.xml

I added these lines near the bottom of the file:

[lt]button[gt]
   [lt]type[gt]HELLO_MYTH[lt]/type[gt]
   [lt]text[gt]Hello Myth[lt]/text[gt]
   [lt]action[gt]PLUGIN mythhello[lt]/action[gt]
[lt]/button[gt]

[lt]button[gt]
   [lt]type[gt]MYTHALARM[lt]/type[gt]
   [lt]text[gt]Myth Alarm[lt]/text[gt]
   [lt]action[gt]MENU alarm_settings.xml[lt]/action[gt]
[lt]/button[gt]

Then copy over the alarm-ui.xml and alarm_settings.xml files to where MythTV can find them:

# cp al*.xml /usr/share/mythtv/.

Then fire up MythTV and see if it works ...

Read more »

  02:22:42 pm, by   , 1023 words  
Categories: MythTV

MythAlarm

I was looking recently for an Alarm for my MythTV box, but there doesn't seem to be one. I did find some code on a recent posting here:

http://www.qtcentre.org/forum/f-qt-programming-2/t-q-object-problems-7670-post44252.html#post44252

Downloaded - and had to massage it to use local QT3 instead of the QT4 that's also installed on my Gentoo MythTV box. Would be nice if MythTV could move forward to QT4. Anyway, once it finally compiled right, I found this article:

http://www.mythtv.org/wiki/index.php/Building_Plugins:HelloMyth

on building MythTV plugins, and used this as a guide on where to add in the MythAlarm information.

Read more »

1 2

April 2024
Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
 << <   > >>
Programming

Search

  XML Feeds

blogging tool