Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 69.3.228.82:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

The comment on the change is:
-- fihzy

------------------------------------------------------------------------------
@@ -187,13 +187,11 @@
 
 
 = How do I program freevo/mplayer to make custom skips in a movie with a remote 
control? =
-
-This description applies to freevo version >1.32-pre2. To make mplayer skip 10 
minutes forward and backward in a movie for example we have to modify local.conf:
 {{{
-RC_MPLAYER_CMDS = {
-    'PREV'      : ('seek -600', 'Seek -10 minutes' ),
-    'NEXT'      : ('seek 600', 'Seek 10 minutes' )
-}
+This description applies to freevo version >1.3.2 (full release) To make mplayer skip 
10 minutes forward and backward in a movie for example we have to modify local_conf.py:
+EVENTS['video']['PREV'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -600') 
+EVENTS['video']['NEXT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek 600') 
+
 }}}
 That way we let freevo know what to send to mplayer to do what we want and assign the 
commands to the names PREV and NEXT. Now, we need to modify /etc/freevo/lircrc to use 
the commands PREV and NEXT. Example:
 {{{


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to