View Single Post
Posts: 7 | Thanked: 0 times | Joined on Dec 2008
#111
Hello, I don't know how to compile maemo stuff and I really can't program either. I however did a little key addition to mythtv backend, copy paste style. Could it be possible to see if this works and fix it if needed and make it to next version?

Patch included:

Code:
--- irreco/backend/mythtv/myth_backend.c        2008-11-19 11:02:40.000000000 +0200
+++ irreco.new/backend/mythtv/myth_backend.c    2008-12-21 00:24:52.000000000 +0200
@@ -183,7 +183,9 @@
                        callback("Right", "key right");
                        callback("Down", "key down");
                        callback("Left", "key left");
+                       callback("Gallery", "jump mythgallery");
                        callback("TV", "jump livetv");
+                       callback("Music", "jump playmusic");
                        callback("Main Menu","jump mainmenu");
                        callback("Video", "jump mythvideo");
                        callback("DVD", "jump playdvd");
@@ -200,6 +202,8 @@
                        callback("Seek to beginning", "play seek beginning");
                        callback("Seek forward", "play seek forward");
                        callback("Seek backwards", "play seek backward");
+                       callback("Seek commercial backwards", "key home");
+                       callback("Seek commercial forward", "key end");
                        callback("Pause", "play speed pause");
                        callback("Play", "play speed normal");
                        callback("Playback at normal speed", "play speed 1x");