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

------------------------------------------------------------------------------
@@ -57,18 +57,29 @@
 
 === General Setup ===
 
-Freevos configuration is stored in the file freevo_config.py in the freevo directory. 
You can change the variables there or better, make a new file called local_conf.py in 
the same directory and put all variables you want to change in there.
+Freevos configuration is stored in the file freevo_config.py in the freevo directory. 
+You WILL need to make a few changes, so copy to a new file called local_conf.py in 
the same directory and make all your personalizations, customizations and all other 
variables you want to change in there.
 
 e.g.: you want to set the audio device for mplayer to alsa9, just put MPLAYER_AO_DEV 
= 'alsa9' in local_conf.py.
 
 Check the config file carefully, most people will change the following variables:
 
-DIR_MOVIES Directories where your movies are
-DIR_MP3 Directories where your audio files (mp3, ogg) are
-DIR_IMAGES Directories where your images are
-RC_CMDS Comands for your remote control. Check /etc/lircd.conf for the button names 
of your remote
+  * DIR_MOVIES Directories where your movies are
+  * DIR_MP3 Directories where your audio files (mp3, ogg) are
+  * DIR_IMAGES Directories where your images are
+  * RC_CMDS Comands for your remote control. Check /etc/lircd.conf for the button 
names of your remote
+  * Also check the mplayer section to specify the audio device and special paramter 
for mplayer.
+  * Check path for mencoder in VCR command
+
+If you will be recording, you will need to a single cron job. This cronjob should 
call '<path>/freevo execute src/tv/record_daemon.py' as often as you want. Most people 
run this every minute of every hour, but some run only every five. That's your call-- 
will you miss a record command on every five?
+   Sample cron entry:
+{{{
+   # Every minute
+   * * * * * /usr/local/freevo/freevo execute src/tv/record_daemon.py
+   # Every 5 minutes instead (remove #)
+   #0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/freevo/freevo execute 
src/tv/record_daemon.py
+}}}
 
-Also check the mplayer section to specify the audio device and special paramter for 
mplayer.
 
 === TV setup ===
 


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to