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

------------------------------------------------------------------------------
@@ -162,6 +162,63 @@
 
 Tip: Note that freevo / tvtime / mplayer / etc do not like channels with leading 
zeroes. Thus, when updating your channel list in your local_conf.py file, use '4' NOT 
'04'
 
+==== Analog TV cards ====
+Please add the relevant information for a analog tv card here
+
+==== DVB ====
+
+Create a channels.conf, make sure no '/' are in the names (mplayer doesn't like 
that). Put it into the .mplayer (and .xine) directory in your home. Add your 
TV_CHANNELS configuration to the local_conf.py:
+
+{{{
+TV_CHANNELS = [
+    ( 'ard.de', 'ARD', 'Das Erste RB' ), 
+    ( 'zdf.de', 'ZDF', 'ZDF' ),
+    ( 'ndr.de', 'NDR', 'NDR RB' ), 
+    ( 'rtl.de', 'RTL', 'RTL Television' ), 
+    ( 'sat1.de', 'SAT.1', 'SAT.1' ), 
+    ( 'rtl2.de', 'RTL 2', 'RTL2' ), 
+    ( 'prosieben.de', 'PRO 7', 'ProSieben' ), 
+    ( 'kabel1.de', 'KABEL 1', 'KABEL1' ), 
+    ( 'vox.de', 'VOX', 'VOX' ), 
+    ( 'n24.de', 'N24', 'N24' ), 
+    ( 'arte-tv.com', 'ARTE', 'arte' ), 
+    ( 'C3sat.de', '3SAT', 'Info 3sat' ), 
+    ( 'superrtl.de', 'Super RTL', 'Super RTL' ), 
+    ( 'kika.de', 'Kika', 'Doku KiKa' ) ]
+}}}
+
+The first line is the xmltv name, the second the Freevo display name and the last the 
channels.conf name. Use tv_grab and after that tv_grab --query to get a template for 
your configuration.
+
+Now switch the VideoGroup to dvb. Add to your local_conf.py
+
+{{{
+VIDEO_GROUPS[0].group_type = 'dvb'
+}}}
+
+If you override in local_conf.py the default MPLAYER_ARGS with your own values then 
be sure that there is a 'dvb' key present.
+{{{
+MPLAYER_ARGS = { 'dvd'    : '-cache 8192',
+                 'vcd'    : '-cache 4096',
+                 'cd'     : '-cache 1024 -cdda speed=2',
+                 'tv'     : '-nocache',
+                 'ivtv'   : '-cache 8192',
+                 'dvb'    : '-vf pp=de/fd -cache 1024',
+                 'avi'    : '-cache 5000 -idx',
+                 'rm'     : '-cache 5000 -forceidx',
+                 'rmvb'   : '-cache 5000 -forceidx',
+                 'webcam' : 'tv:// -tv 
driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2',
+                 'default': '-cache 5000'
+                 }
+}}}
+
+For recording change VRC_CMD: 
+{{{
+VCR_CMD = CONF.mplayer + ' -dumpstream -dumpfile %(filename)s "dvb://%(channel)s"'
+TV_RECORDFILE_SUFFIX = '.ts'
+}}}
+
+For transcoding the recorded stuff see this tips: 
[wiki:Self:TipsAndTricks#dvb-transcoding transcoding]
+
 ==== XMLTV ====
 
 ''How can I get the XML files for my TV listings?''
@@ -379,6 +436,7 @@
 # equates to 3 minutes of padding at the start and end of the recording
 TV_RECORD_PADDING = 3 * 60
 }}}
+
 
 
 [[Anchor(slideshows)]]


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to