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

------------------------------------------------------------------------------
@@ -21,7 +21,7 @@
 
 == Quick Install ==
 
-Consider getting the "quick install version" of Freevo.  This needs only the main 
freevo package, and a runtime that contains everything needed to run Freevo (except 
m-player for legal resons). 
+Consider getting the "quick install version" of Freevo.  This needs only the main 
freevo package, and a runtime that contains everything needed to run Freevo (except 
m-player for legal resons).
 
 An automated script is available for downloading freevo and the runtime package and 
installing it on your system.
  {{{
@@ -42,7 +42,7 @@
 
  Replace the file names in the example with the current versions.
 
- * Run ./freevo setup in the Freevo directory. This will create 
/etc/freevo/freevo.conf which contains settings for your system such as screen size, 
video devices, etc. The default configuration is screensize 800x600, NTSC video 
input/output. 
+ * Run ./freevo setup in the Freevo directory. This will create 
/etc/freevo/freevo.conf which contains settings for your system such as screen size, 
video devices, etc. The default configuration is screensize 800x600, NTSC video 
input/output.
 
  * Copy local_conf.py.example to /etc/freevo and update local_conf.py to suit your 
system. The settings that are in local_conf.py  will override defaults in 
freevo_config.py. Note: Do not edit freevo_config.py. Please see the later sections in 
this document for more details on the config files.
 
@@ -72,7 +72,7 @@
 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_AUDIO 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.
@@ -97,7 +97,7 @@
 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' 
+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.
@@ -112,7 +112,7 @@
 
 provide yourself with a username and password.
 
-edit WWW_PORT 
+edit WWW_PORT
 
 if you would like not to have to remember to put the port number in
 the URL you can change the number to 80 here, if you have NO other
@@ -130,7 +130,7 @@
 '''How to Run webserver'''
 
 There are three ways to run the webserver. Through init using a
-startup script, through inittab using an entry in its file or as a 
+startup script, through inittab using an entry in its file or as a
 plugin. It should be noted the developer's use the inittab and
 startup script methods. There is an occasional bug where by you can
 see the screen flash and you lose the freevo main interface. It
@@ -172,7 +172,7 @@
 
 ''To activate the plugin:''
 
-unfortuneately you still have to have record server use either the 
+unfortuneately you still have to have record server use either the
 inittab or init startup script, but for the webserver you can add
 this to your local_conf.py:
 
@@ -200,10 +200,10 @@
 {{{
    NOTE:
    Many people have library path errors with the record_daemon.py. You should log
-   the output of your  cronjob or watch the local mail for this account carefully 
+   the output of your  cronjob or watch the local mail for this account carefully
    for the first few days and make sure it is working.
-   The error is something like: 
-         sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found 
+   The error is something like:
+         sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found
          (required by ./runtime/dll/libc.so.6)
 
    The fix is to edit freevo/src/tv/record_daemon.py and add the second line as seen 
below:
@@ -212,7 +212,7 @@
 
 }}}
 
-If you are using Freevo from CVS then you need to be running record_server.py instead 
of using record_daemon.py from cron. 
+If you are using Freevo from CVS then you need to be running record_server.py instead 
of using record_daemon.py from cron.
 
 record_server.py is a completly new interface for TV recording.  This is a standalone 
persistant process that runs seperately from the main Freevo preocess that you see on 
your TV or monitor.  Record server listens on the network for client connections and 
will communicate to a client using XML-RPC.
 
@@ -271,7 +271,7 @@
 
 This little bit of bash code...
 {{{
-echo "[Slides]" > blah.ssr; ls -B -I \*.ssr | 
+echo "[Slides]" > blah.ssr; ls -B -I \*.ssr |
 perl -ln -e 'print "FileName: \"$_\"; Caption: \"Image\"; Delay: \"5\";"' >> blah.ssr
 }}}
 (This shall be a single line. Note the ' before print, the ending one is just before 
>> blah.ssr)
@@ -344,7 +344,7 @@
 end
 }}}
 
-the file consists of many of the above sections seperated by a blank line. For a 
listing of all available commands and how they are mapped within the different events 
(Playing Audio, Video, TV, etc...) look at freevo/src/event.py . 
+the file consists of many of the above sections seperated by a blank line. For a 
listing of all available commands and how they are mapped within the different events 
(Playing Audio, Video, TV, etc...) look at freevo/src/event.py .
 
 === Bluetooth Remote Control plugin (blue) ===
 
@@ -355,7 +355,7 @@
 
 http://asm.meeep.net/ikea/blue/
 
-Should be included in Freevo soon. 
+Should be included in Freevo soon.
 
 Files:
     * blue.py
@@ -378,7 +378,7 @@
 
 Requirements:
    * A Bluetooth phone, a Bluetooth dongle. The phone should be able to receive AT 
(Hayes) commands, and it must have a certain command that sends all keypad events to 
the computer. (It's "AT+CMER=3,2,0,0,0", if you send it to your phone with minicom it 
should say "OK" back.)
-   * The Bluetooth Subsystem (kernel) 
+   * The Bluetooth Subsystem (kernel)
 
 
 


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to