-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Steve Dibb wrote:
> Hey guys,
>
> Is there a way to disable using Freevo to send LIRC events to MPlayer when it
> has window focus? I have a customized ~/.lircrc that I setup for mplayer,
> but
> it seems like when I force MPlayer to use LIRC (remove the -nolirc, -slave
> commands) that the events get sent to both Freevo and MPlayer, confusing them
> and causing the playback to quit.
>
> Is there a way to have Freevo just listen to LIRCRC events assigned to
> freevo,
> and nothing else? Thanks!
AFAIK, No, it's not possible.
Unless you have done some cleaver lirc commands in you ~/.lircrc you can
do the same in you local_conf.py, see attachment.
Duncan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGo2XdNi6l+Xvys44RAiXZAJ472uzMO0B+OAal5V09F6p6jCTupwCZAaSJ
yFL91ajjh8k8tBbkmA1SJfU=
=SS+C
-----END PGP SIGNATURE-----
EVENTS['audio']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['audio']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')
EVENTS['video']['PLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_set 1.0')
EVENTS['video']['FFWD'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_mult 2.0')
EVENTS['video']['REW'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek -30')
EVENTS['video']['LANG'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_audio')
EVENTS['video']['SUBTITLE'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='vobsub_lang')
EVENTS['video']['CH+'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_pos -1')
EVENTS['video']['CH-'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_pos +1')
EVENTS['video']['GREEN'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='audio_delay
+0.05')
EVENTS['video']['YELLOW'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='audio_delay
-0.10')
EVENTS['video']['GUIDE'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='screenshot')
EVENTS['video']['LEFT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['video']['RIGHT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')
EVENTS['video']['UP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek +0.5')
EVENTS['video']['DOWN'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek -0.5')
EVENTS['video']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek
-0.1')
EVENTS['video']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing frame_step
+1.0')
EVENTS['video']['POWER'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing edl_mark')
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users