Today is a Special Day. A day of...

(PVR+ 3.0)
DOWNLOAD * IT * NOW!
Enjoy!
p.s.Older version of PVR+
Thanks to your help, toosteve-austin wrote:Works like a charm on my TV.
I think we need a commandline (standalone) executable that would be able to send specified button codes to the remote-control button queue. It might be working like this:steve-austin wrote:I have juste a question, I would like to launch my own script by pressing yellow key.
But I don't know how to write the it ...
In fact, I want to use the screen resizer app with my custom settings.
When I've launched it, I press twice the blue key, after the Menu key and I finish with once again the blue key.
What must I write?
Code: Select all
sendkey 0x15
sendkey 0x15
sendkey 0x1A
sendkey 0x15
Code: Select all
. ./keydefs.sh
sendkey $KEY_BLUE
sendkey $KEY_BLUE
sendkey $KEY_MENU
sendkey $KEY_BLUE
In french:geo650 wrote:TO ALL: Please review localization files and suggest better translations here. All languages.
So, I've created a yellow.sh file, I puted it in the script folder and I change the settinngs in PVR+ but it doesn't work ...geo650 wrote:I think we need a commandline (standalone) executable that would be able to send specified button codes to the remote-control button queue. It might be working like this:Code: Select all
sendkey 0x15 sendkey 0x15 sendkey 0x1A sendkey 0x15