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

------------------------------------------------------------------------------
@@ -160,82 +160,7 @@
 
 === TV setup ===
 
-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?''
-
-see /XmlTv
-
-==== Logos ====
-
-''How do you use the makelogos.py to generate and retrieve logos?''
-
-For Freevo <=1.4-rc4 download the makelogos.py from 
http://cvs.sourceforge.net/viewcvs.py/freevo/freevo/src/helpers/makelogos.py
-and place it in the helpers directory.
-
-Run 'freevo makelogos'
-
-It uses the information in the /tmp/TV.xml file, which has url's for the
-logos, to locate and grab the images. The logos are stored and will be 
displayed in the channel list.
+Moved to new Wiki at [http://freevo.sourceforge.net/cgi-bin/doc/TVSetup]
 
 === Web Server ===
 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to