Author: duncan
Date: Wed Feb 20 15:35:33 2008
New Revision: 10385

Log:
[ 1891595 ] New ivtv_xine_tv plugin
The ancilary modules from Richard van Paasen patch applied


Modified:
   branches/rel-1/freevo/local_conf.py.example
   branches/rel-1/freevo/src/event.py

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Wed Feb 20 15:35:33 2008
@@ -1143,45 +1143,6 @@
 
 
 # ======================================================================
-# IVTV Xine TV settings:
-# ======================================================================
-
-# -- plugin configuration --
-
-# plugin.remove('tv.mplayer')
-# plugin.activate('tv.ivtv_xine_tv')
-
-# Note: TV_IVTV_OPTIONS must be configured properly
-# Note: TV_FREQUENCY_TABLE must be configured properly
-# Note: XINE_COMMAND must be configured properly
-# Note: XINE_ARGS_DEF must be configured properly
-
-# -- TV/XINE configuration --
-
-# Video output device for TV. For Hauppage PVR x50,
-# use "xxmc" if you have hardware acceleration enabled.
-# Otherwise, see XINE_VO_DEV
-# XINE_TV_VO_DEV = "xxmc"
-
-# Audio output device to use for TV. See XINE_AO_DEV.
-# XINE_TV_AO_DEV = "alsa"
-
-# This specifies the path and filemask that xine uses for
-# timeshifting. File can get quite big (several gigabytes)
-# XINE_TV_TIMESHIFT_FILEMASK = "/tmp/xine-buf-"
-
-# Stop confirmation: press STOP twice to return to menu
-# XINE_TV_CONFIRM_STOP = True
-
-# This enables the progressive seek feature. The speed
-# for seeking (fast forward and rewind) is increased
-# automatically. The speed is increased every [THRESHOLD]
-# seconds in steps of [INCREMENT] secnds.
-# XINE_TV_PROGRESSIVE_SEEK = True
-# XINE_TV_PROGRESSIVE_SEEK_THRESHOLD = 2
-# XINE_TV_PROGRESSIVE_SEEK_INCREMENT = 5
-
-# ======================================================================
 # Freevo TV settings:
 # ======================================================================
 

Modified: branches/rel-1/freevo/src/event.py
==============================================================================
--- branches/rel-1/freevo/src/event.py  (original)
+++ branches/rel-1/freevo/src/event.py  Wed Feb 20 15:35:33 2008
@@ -346,6 +346,7 @@
     'REW'       : Event(SEEK, arg=-10),
     'FFWD'      : Event(SEEK, arg=10),
     'DISPLAY'   : TOGGLE_OSD,
+    'REC'       : TV_START_RECORDING,
     '0'         : INPUT_0,
     '1'         : INPUT_1,
     '2'         : INPUT_2,

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to