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 137.226.77.2:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fSupportedHardware

------------------------------------------------------------------------------
@@ -64,6 +64,21 @@
 In order to watch live TV with a PVR-250/350 the following 2 lines are needed in 
local_conf.py
 [[BR]]{{{plugin.remove('tv.mplayer')}}}
 [[BR]]{{{plugin.activate('tv.ivtv_basic_tv')}}}
+
+With (at least) 1.50-rc1 the above is no longer true, however the following 
VIDEO_GROUP setting is now necessary:
+  {{{
+   VIDEO_GROUPS = [
+      VideoGroup(vdev="/dev/video0",
+         adev=None,
+         input_type='tuner',
+         tuner_num=4,
+         tuner_norm=CONF.tv,
+         tuner_chanlist=CONF.chanlist,
+         desc='Cable',
+         group_type="ivtv",
+         recordable=True),
+   ]
+  }}}
  
 The MythTV site offers an excellent page that describes how to 
[http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.1 install a PVR-250/350 on 
Mandrake 9.1]. It may be helpful for other distros as well.
 


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to