Re: [Freevo-users] lirc slow response

2006-12-27 Thread Jaap Struyk
Op wo 27-12-2006, om 12:34 schreef Stephen Rowles:

 Oh, one other thing... is it possible to configure the  Live TV, DVD 
 etc buttons to jump straight to those things in freevo? It would be 
 really nice to jump straight to the TV guide using the Guide button on 
 the remote, Videos using the DVD Menu button etc.

You can add:
EVENTS['menu']['TV'] = Event(MENU_GOTO_TV)
EVENTS['menu']['VIDEOS'] = Event(MENU_GOTO_VIDEOS)
EVENTS['menu']['MUSIC'] = Event(MENU_GOTO_MUSIC)
EVENTS['menu']['PICTURES'] = Event(MENU_GOTO_IMAGES)  
EVENTS['menu']['GUIDE'] = Event(MENU_GOTO_TVGUIDE)
EVENTS['menu']['RADIO'] = Event(MENU_GOTO_RADIO)
to your local_conf.py
-- 
Groetjes Japie



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] lirc slow response

2006-12-27 Thread Stephen Rowles

Evan Hisey wrote:

Stephen-
  Looks like you found something I haven't been able to. What is the
format for the repeat option ? I am hoping it will solve my lage
issues also.

Evan
  
I have random other lag problems with my new 2.6.19.1 kernel, hoping a 
rebuild with some options for debugging turned off will help


For reference I have attached my /etc/freevo/lircrc

Hope it helps


begin
prog   = freevo
button = Blue
config = BLUE
repeat = 3
end
begin
prog   = freevo
button = Yellow
config = YELLOW
repeat = 3
end
begin
prog   = freevo
button = Green
config = GREEN
repeat = 3
end
begin
prog   = freevo
button = Red
config = RED
repeat = 3
end
begin
prog   = freevo
button = Teletext
config = DISPLAY
repeat = 3
end
begin
prog   = freevo
button = Radio
config = RADIO
repeat = 3
end
begin
prog   = freevo
button = Print
config = PRINT
repeat = 3
end
begin
prog   = freevo
button = Videos
config = VIDEOS
repeat = 3
end
begin
prog   = freevo
button = Pictures
config = PICTURES
repeat = 3
end
begin
prog   = freevo
button = RecTV
config = RECTV
repeat = 3
end
begin
prog   = freevo
button = Music
config = MUSIC
repeat = 3
end
begin
prog   = freevo
button = TV
config = TV
repeat = 3
end
begin
prog   = freevo
button = Guide
config = GUIDE
repeat = 3
end
begin
prog   = freevo
button = LiveTV
config = LIVETV
repeat = 3
end
begin
prog   = freevo
button = DVD
config = DVD
repeat = 3
end
begin
prog   = freevo
button = Back
config = EXIT
repeat = 3
end
begin
prog   = freevo
button = OK
config = SELECT
repeat = 3
end
begin
prog   = freevo
button = Right
config = RIGHT
repeat = 3
end
begin
prog   = freevo
button = Left
config = LEFT
repeat = 3
end
begin
prog   = freevo
button = Down
config = DOWN
repeat = 3
end
begin
prog   = freevo
button = Up
config = UP
repeat = 3
end
begin
prog   = freevo
button = Star
config = STAR
repeat = 3
end
begin
prog   = freevo
button = Hash
config = HASH
repeat = 3
end
begin
prog   = freevo
button = Replay
config = REPLAY
repeat = 3
end
begin
prog   = freevo
button = Skip
config = SKIP
repeat = 3
end
begin
prog   = freevo
button = Stop
config = STOP
repeat = 3
end
begin
prog   = freevo
button = Pause
config = PAUSE
repeat = 3
end
begin
prog   = freevo
button = Record
config = REC
repeat = 3
end
begin
prog   = freevo
button = Play
config = PLAY
repeat = 3
end
begin
prog   = freevo
button = Rewind
config = REW
repeat = 3
end
begin
prog   = freevo
button = Forward
config = FFWD
repeat = 3
end
begin
prog   = freevo
button = ChanDown
config = CH-
repeat = 3
end
begin
prog   = freevo
button = ChanUp
config = CH+
repeat = 3
end
begin
prog   = freevo
button = VolDown
config = VOL-
repeat = 3
end
begin
prog   = freevo
button = VolUp
config = VOL+
repeat = 3
end
begin
prog   = freevo
button = More
config = MORE
repeat = 3
end
begin
prog   = freevo
button = Mute
config = MUTE
repeat = 3
end
begin
prog   = freevo
button = Home
config = MENU
repeat = 3
end
begin
prog   = freevo
button = Power
config = POWER
end
begin
prog   = freevo
button = Enter
config = ENTER
repeat = 3
end
begin
prog   = freevo
button = Clear
config = CLEAR
repeat = 3
end
begin
prog   = freevo
button = Nine
config = NINE
repeat = 3
end
begin
prog   = freevo
button = Eight
config = EIGHT
repeat = 3
end
begin
prog   = freevo
button = Seven
config = SEVEN
repeat = 3
end
begin
prog   = freevo
button = Six
config = SIX
repeat = 3
end
begin
prog   = freevo
button = Five
config = FIVE
repeat = 3
end
begin
prog   = freevo
button = Four
config = FOUR
repeat = 3
end
begin
prog   = freevo
button = Three
config = THREE
repeat = 3
end
begin
prog   = freevo
button = Two
config = TWO
repeat = 3
end
begin
prog   = freevo
button = One
config = ONE
repeat = 3
end
begin
prog   = freevo
button = Zero
config = ZERO
repeat = 3
end
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Freevo-users mailing list

Re: [Freevo-users] lirc slow response

2006-12-26 Thread Duncan Webb
Stephen Rowles wrote:
 Hi all,
 
 I am using the microsoft media centre usb remote control - version 2
 
 I have it all configured and working fine with freevo (was quite easy, 
 only gotcha was I needed to build lirc from source). However the button 
 response is very slow. I have used MS media centers before with the 
 remote and the response is good.
 
 Freevo is very responsive when using the keyboard, but not with the 
 remote, so I know its not my system just being slow.
 
 Is there anything I can do to speed up the interaction?

What is the repeat values in /etc/freevo/lircrc. May be they are too
large. Try a value of 1 and if a press jumps too many lines, increase it.

Freevo is normally as responsive with the remote as with the keyboard.
The only problem I have with the remotes is when the sensor has fallen
on the floor :D

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users