[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -403,11 +403,13 @@
 
 I got a new machine and installed Linux and Freevo, but my MP3s and videos are shared 
on my Windows box and I want to keep them there.  How do I get Freevo to connect to 
the share?
 
-You need to install and configure Samba (sometimes known as SMB).  Most Linux 
distributions support this and come ready out of the box.  Check that you have Samba 
installed and that your kernel has support for the smbfs module. If not, you may need 
to install Samba and/or recompile the kernel.  Next, create a mount point.  As root, 
type in {{{mkdir /mnt/computername}}} where "computername" is the name of the Windows 
machine.  Finally, tell your Linux box that the share is available and should be 
grafted into your filesystem at /mnt/computername by editing (also as root) the file 
/etc/fstab and appending the following line:
+You need to install and configure Samba (sometimes known as SMB).  Most Linux 
distributions support this and come ready out of the box.  Check that you have Samba 
installed and that your kernel has support for the smbfs module. If not, you may need 
to install Samba and/or recompile the kernel.  Next, create a mount point.  As root, 
type in {{{mkdir /mnt/computername}}} where "computername" is the name of the Windows 
machine.  Next, tell your Linux box that the share is available and should be grafted 
into your filesystem at /mnt/computername by editing (also as root) the file 
/etc/fstab and appending the following line:
 {{{
 //computername/sharename   /mnt/computername  smbfs
username=toto,password=tutu,owner,user,_netdev 0 0
 }}}
 If the share does not require a username and password, change the 
"username=blah,password=blah" to "guest".  The share should now be automatically 
mounted next time the machine is booted, or can be manually mounted with {{{mount 
/mnt/computername}}}
+
+Finally, add the mountpoint to freevo_conf.py to make Freevo aware of it.
 
 Be advised that audio will stream over a Samba share pretty well, but video files 
might be a little choppy, depending on the speed of your network and how your other 
machines are using it.  It is highly advised to upgrade to a fast (100 megabit) 
ethernet and turn off bandwidth-hogging applications (P2P file sharing) if you will be 
watching large, high-quality, movies over a file share.
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

The comment on the change is:
Added SMB mount info

--
@@ -399,6 +399,18 @@
 
 Practically : it's way faster, better, easier and cooler to install linux and run 
freevo like it was intended to run. 
 
+= My media files are on a Windows share and I would like to use them =
+
+I got a new machine and installed Linux and Freevo, but my MP3s and videos are shared 
on my Windows box and I want to keep them there.  How do I get Freevo to connect to 
the share?
+
+You need to install and configure Samba (sometimes known as SMB).  Most Linux 
distributions support this and come ready out of the box.  Check that you have Samba 
installed and that your kernel has support for the smbfs module. If not, you may need 
to install Samba and/or recompile the kernel.  Next, create a mount point.  As root, 
type in {{{mkdir /mnt/computername}}} where "computername" is the name of the Windows 
machine.  Finally, tell your Linux box that the share is available and should be 
grafted into your filesystem at /mnt/computername by editing (also as root) the file 
/etc/fstab and appending the following line:
+{{{
+//computername/sharename   /mnt/computername  smbfs
username=toto,password=tutu,owner,user,_netdev 0 0
+}}}
+If the share does not require a username and password, change the 
"username=blah,password=blah" to "guest".  The share should now be automatically 
mounted next time the machine is booted, or can be manually mounted with {{{mount 
/mnt/computername}}}
+
+Be advised that audio will stream over a Samba share pretty well, but video files 
might be a little choppy, depending on the speed of your network and how your other 
machines are using it.  It is highly advised to upgrade to a fast (100 megabit) 
ethernet and turn off bandwidth-hogging applications (P2P file sharing) if you will be 
watching large, high-quality, movies over a file share.
+
 = I updated my channel listings in freevo_config.py but they don't update in freevo =
 
 please remove /var/cache/freevo/TV.xml-0.pickled or 
/tmp/freevo/cache/TV.xml-0.pickled after chaning TV_CHANNELS


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrontPage"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrontPage

The comment on the change is:
Links to doc subsections, link to PleaseUpdate

--
@@ -8,11 +8,15 @@
 
 Start by downloading and installing Freevo. This is pretty easy, just follow the 
instructions on the main website. There is more detailed help on the 
DocumentationPage. Please add requests for more info to this Wiki if something is 
missing, or update it if you find errors.
 
-If you have any questions, read the FrequentlyAskedQuestions. Subscribe to the user's 
mailing list (see the main website) and ask questions there if you need any help!
+If you have any questions, read the FrequentlyAskedQuestions. Subscribe to the 
[http://sourceforge.net/mail/?group_id=46652 user's mailing list] and ask questions 
there if you need any help!
 
 = Documentation =
 
-DocumentationPage
+Documentation
+ * DocumentationPage -- Main documentation, including installation, hardware support, 
and plugins[[BR]][[BR]]
+ * DocumentationPage/UsageInfo -- After installation, how to customize your media and 
directories[[BR]][[BR]]
+ * DocumentationPage/SkinInfo -- How to customize the look and feel[[BR]][[BR]]
+ * DocumentationPage/FxdFiles -- FXD file reference, including how to link to 
external (CD-ROM or streaming) media[[BR]][[BR]]
 
 FrequentlyAskedQuestions
 
@@ -26,6 +30,8 @@
 
 UserInstallNotes
 
+[wiki:Self:PleaseUpdate Documentation Help Wanted!] -- Please contribute to the 
documentation
+
 = Developers =
 
 DevelopersPage (documentation for developers)
@@ -35,5 +41,4 @@
 
 = freevo-wikilog mailing list =
 
-Please subscribe to the freevo-wikilog mailing list if you want automatic emails 
every time a page is changed in this Wiki.
-
+Please subscribe to [http://sourceforge.net/mail/?group_id=46652 the freevo-wikilog 
mailing list] if you want automatic emails every time a page is changed in this Wiki.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/UsageInfo"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fUsageInfo

The comment on the change is:
Added bins album.xml info (I hope this is right...)

--
@@ -98,13 +98,17 @@
 
 You can define a streaming music source (for instance, a net radio station) by adding 
a fxd file to a folder.  Much like a movie file, it acts as a reference to the 
external media source.  See DocumentationPage/FxdFiles for information about this file 
format.  '''Please note:''' not all streaming radio formats may be supported by 
mplayer or xine.   In general, streaming MP3 stations works fine but stations based on 
Real Player or Quicktime may require special audio codecs.  You should first manually 
try the URL with your media player--without Freevo--to see if it works.
 
-== Cover Art ==
+== Cover Art, Per Album ==
 
 If you place a file named cover.jpg or cover.png in a folder, Freevo will pick it up 
as cover art and display it when browsing the parent folder, the songs, and when 
playing the songs.
 
-== File Art  ==
+== Cover Art, Per File  ==
 
 You can use artwork for individual songs by placing a JPEG or PNG file with the same 
name, but different extention, allong side an audio file.  For example, 
Thunderstruck.mp3 and Thunderstruck.jpg in the same directory.  The image will be 
displayed both when browsing and playing the song.
+
+== BINS Compatibility ==
+
+If you use [http://bins.sautret.org/ BINS] to store album artwork, Freevo will look 
for and automatically pick up a BINS-compatible album.xml file in each music folder.
 
 == Playlists ==
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/UsageInfo"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fUsageInfo

The comment on the change is:
Added link to slideshow anchor

--
@@ -123,4 +123,4 @@
 Slide shows are defined by *.ssr files.  They are simple text files that start with a 
line containing "[Slides]" and continue with each line of the file being an image in 
the slide show, of the format:
 F''''''ileName: "quoted_filename"; Caption: "quoted_caption"; Delay: "quoted_seconds";
 
-See DocumentationPage for a quick shell/Perl script to ease slideshow creation.
+See the [wiki:Self:DocumentationPage#slideshows the Slideshow section of 
DocumentationPage] for a quick shell script to ease slideshow creation.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
Added anchor to slide shows subsection

--
@@ -253,13 +253,13 @@
 
 
 === Image Slideshows ===
-
+[[Anchor(slideshows)]]
 ''How do you generate a slideshow file for a large number of files automatically?''
 
 This little bit of bash code...
-
+{{{
 echo "[Slides]" > blah.ssr; ls -B -I \*.ssr | perl -ln -e 'print "FileName: \"$_\"; 
Caption: \"Image\"; Delay: \"5\";"' >> blah.ssr
-
+}}}
 (Note the' before print, the ending one is just before >> blah.ssr)
 
 ...will create a slideshow file, in the current directory, called blah.ssr that 
contains all files in the current directory EXCEPT *.ssr and *~ - if you do not desire 
this, remove the -B from the ls command. The delay is here set to 5 seconds, but you 
can change that number. To change the output file, just change the blah.ssr references 
to .ssr - this will work fine. You can change the 
default caption, Image, to whatever you like, but be mindful of the quotemarks -- Lee 
Causier (SquareRoot) & mikeruelle


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/UsageInfo"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fUsageInfo

The comment on the change is:
FXD examples moved to FxdFiles; minor cleanup

--
@@ -82,50 +82,11 @@
 
 == FXD files for movies ==
 
-PleaseUpdate: The overview is good here, but the examples should probably go into the 
FXD reference.
-
-A more complex way is the FXD support for movies. The FXD file is a special XML file 
that contains a link to a movie.  For more information about FXD files, see 
DocumentationPage/FxdFiles.  The movie can be on your harddisc, on cdrom or even a DVD 
or (S)VCD. The FXD file contains the title, the image and a list of files. You can use 
imdb.py in freevos helpers directory to create these FXD files.
+A more complex way is the FXD support for movies. The FXD file is a special XML file 
that contains a link to a movie.  The movie can be on your hard disk, on CD-ROM or 
even a DVD or (S)VCD. The FXD file contains the title, the image and a list of files.  
FXD files can also be used to define alternate audio tracks or to string together the 
pieces of a movie that spans multiple media files.  You can use imdb.py in freevos 
helpers directory to create these FXD files.
 
 If you store the id of the DVD/VCD/SVCD/CD in the FXD file (use --add-id as parameter 
for imdb.py). Freevo will display the title and the image in the MOVIE MENU menu when 
you insert the disc. The FXD files for this feature are searched in DIR_MOVIES and in 
MOVIE_DATA_DIR. 
 
-=== Example for using variants for different soundtracks and subtitles ===
-
-Sometimes movies contain several soundtracks or subtitles. On DVDs this will work 
automagically, but for plain files it is sometimes easier to specify it explicitly. 
You can use the -tags in this case. A simple example will look like this:
-{{{
-
-   
-  [...]
-  
- file1.avi
-  
-  [...]
-  
- 
-
-   audiofile.mp3
-
- 
-  
-  [...]
-   
-
-}}}
-This will link in an extra external audio-file to be played back. The ref-Parameter 
in part references the corresponding file in . You can then use "Show Variants" 
in the play-menu to select this track. However in most cases extra soundtracks are 
encoded into the same file. You can then try to use following structure:
-{{{
-
-   
-  [...]
-  
- 
-
- 
-  
-  [...]
-   
-
-}}}
-Notice the mplayer-options parameter. With -aid  a soundtrack is specified.
-There a different tags for audio and subtitles. For a complete reference, see 
DocumentationPage/FxdFiles or use the DTD file in Docs/freevo_XML_data.dtd.
+See DocumentationPage/FxdFiles for more detail and some examples.
 
 = Music =
 
@@ -160,6 +121,6 @@
 == Slideshows ==
 
 Slide shows are defined by *.ssr files.  They are simple text files that start with a 
line containing "[Slides]" and continue with each line of the file being an image in 
the slide show, of the format:
-FileName: "quoted_filename"; Caption: "quoted_caption"; Delay: "quoted_seconds";
+F''''''ileName: "quoted_filename"; Caption: "quoted_caption"; Delay: "quoted_seconds";
 
 See DocumentationPage for a quick shell/Perl script to ease slideshow creation.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/FxdFiles"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fFxdFiles

The comment on the change is:
Removed placeholder, added content

--
@@ -1,3 +1,125 @@
-PleaseUpdate
+'''Index'''[[TableOfContents]]
 
-Describe DocumentationPage/FxdFiles here.
+= Overview =
+
+FXD files are special XML files that Freevo uses to define links to "external" media 
and to define the appearance of directories and files.  An external source can be 
elsewhere in your filesystem, on cdrom, or even a DVD or (S)VCD.  A DTD is provided in 
the Freevo installation in "Docs/freevo_XML_data.dtd," but at the time of this 
writing, the DTD file was outdated and no longer valid. 
+
+The root elementin FXD files is .
+
+= Movies =
+
+Movie related FXD files contain a ... tree directly under the top 
level  tag.  The movie tag can include information about a cover image, a 
video source, variants (for instance, different language audio tracks), and other 
information.
+
+== Cover Image ==
+
+The cover-img tag defines the image to use for this movie--typically a movie poster 
or DVD box art.  A simple example:
+{{{
+
+   
+  
+  [...]
+   
+
+}}}
+
+== Video ==
+
+The video tag defines all of the parts that make up a movie.  For instance, a movie 
that spans multiple VCDs or that has been broken up into multiple AVI files.  Each 
video definition needs to have a unique id (which may be referred to in the variants 
section below).  
+
+Valid child tags for  are , , and .  See the DTD for 
additional details.
+
+A simple example:
+{{{
+
+   
+  
+ file1.avi
+ file2.avi
+  
+  [...]
+   
+
+}}}
+
+== Variants ==
+
+Sometimes movies contain several soundtracks or subtitles. On DVDs this will work 
automagically, but for plain files it is sometimes easier to specify it explicitly. 
You can use the -tags in this case. A simple example will look like this:
+{{{
+
+   
+  [...]
+  
+ file1.avi
+  
+  [...]
+  
+ 
+
+   audiofile.mp3
+
+ 
+  
+  [...]
+   
+
+}}}
+This will link in an extra external audio-file to be played back. The ref-Parameter 
in part references the corresponding file in . You can then use "Show Variants" 
in the play-menu to select this track. However in most cases extra soundtracks are 
encoded into the same file. You can then try to use following structure:
+{{{
+
+   
+  [...]
+  
+ 
+
+ 
+  
+  [...]
+   
+
+}}}
+Notice the mplayer-options parameter. With -aid  a soundtrack is specified.
+There a different tags for audio and subtitles. For a complete reference, see 
DocumentationPage/FxdFiles or use the DTD file in Docs/freevo_XML_data.dtd.
+
+== Info ==
+
+The info tag contains various tags with movie metadata.  This includes copyright, a 
URL (PleaseUpdate: to the movie's homepage?), genre, year, runtime, tagline, plot, and 
rating.  See the DTD for more info.
+
+= Multi-Disc Sets =
+
+A disc-set contains a set of related discs--for example, all CD-ROMs containing files 
of a given TV show.
+
+PleaseUpdate: This needs to be researched and documented more.
+
+= Music =
+
+FXD files can define an external music source, such as a net radio station.  
+
+== Streaming Audio ==
+
+The only real requirement here is a name and URL, but several metadata fields are 
provided to describe the stream.
+
+A simple example:
+{{{
+
+RadioIO 80's
+mos.jpg
+
+  
+http://radioio.sc.llnwd.net:8220/
+
+
+  Alternative
+  More choices, more music.  Independent.  Original.  Digital.  RadioIO 
80's.
+
+
+}}}
+
+PleaseUpdate: Should the code be adjusted so that this is not all part of the 
 element, but instead wrapped pushed down a level such as 
...title, logo, audio, etc...?
+
+== Local Audio ==
+
+PleaseUpdate (needs research): Does this support local audio files?
+
+= Skins =
+
+FXD files can be used to override the appearance of an individual directory.  Please 
see DocumentationPage/SkinInfo for details.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/FxdFiles"

2003-09-02 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fFxdFiles

The comment on the change is:
Placeholder...working on this offline, will upload soon

No older revisions of the page stored, diff not available.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/UsageInfo"

2003-09-02 Thread freevo-wikilog
 the disc. The FXD files for this feature are searched in DIR_MOVIES and in 
MOVIE_DATA_DIR. 
 
 === Example for using variants for different soundtracks and subtitles ===
 
 Sometimes movies contain several soundtracks or subtitles. On DVDs this will work 
automagically, but for plain files it is sometimes easier to specify it explicitly. 
You can use the -tags in this case. A simple example will look like this:
 {{{
-
-   [...]
-   
-  file1.avi
-   
-   [...]
-   
-  
- 
-audiofile.mp3
- 
-  
-   
-   [...]
-
+
+   
+  [...]
+  
+ file1.avi
+  
+  [...]
+  
+ 
+
+   audiofile.mp3
+
+ 
+  
+  [...]
+   
+
 }}}
 This will link in an extra external audio-file to be played back. The ref-Parameter 
in part references the corresponding file in . You can then use "Show Variants" 
in the play-menu to select this track. However in most cases extra soundtracks are 
encoded into the same file. You can then try to use following structure:
 {{{
-
-   [...]
-   
-  
- 
-  
-   
-   [...]
-
+
+   
+  [...]
+  
+ 
+
+ 
+  
+  [...]
+   
+
 }}}
 Notice the mplayer-options parameter. With -aid  a soundtrack is specified.
-There a different tags for audio and subtitles. For a complete reference use the 
DTD-File in Docs/freevo_XML_data.dtd.
+There a different tags for audio and subtitles. For a complete reference, see 
DocumentationPage/FxdFiles or use the DTD file in Docs/freevo_XML_data.dtd.
+
+= Music =
+
+== Navigation ==
+
+You can navigate through folders to get to your music files (MP3 and Ogg Vorbis).  
+
+== Streaming ==
+
+You can define a streaming music source (for instance, a net radio station) by adding 
a fxd file to a folder.  Much like a movie file, it acts as a reference to the 
external media source.  See DocumentationPage/FxdFiles for information about this file 
format.  '''Please note:''' not all streaming radio formats may be supported by 
mplayer or xine.   In general, streaming MP3 stations works fine but stations based on 
Real Player or Quicktime may require special audio codecs.  You should first manually 
try the URL with your media player--without Freevo--to see if it works.
+
+== Cover Art ==
+
+If you place a file named cover.jpg or cover.png in a folder, Freevo will pick it up 
as cover art and display it when browsing the parent folder, the songs, and when 
playing the songs.
+
+== File Art  ==
 
+You can use artwork for individual songs by placing a JPEG or PNG file with the same 
name, but different extention, allong side an audio file.  For example, 
Thunderstruck.mp3 and Thunderstruck.jpg in the same directory.  The image will be 
displayed both when browsing and playing the song.
 
-== Cover images ==
+== Playlists ==
 
-You can add cover images for individual songs by placing a JPEG or PNG file with the 
same name as the song (e.g. Thunderstruck.mp3 => Thunderstruck.jpg) in the same 
directory. The image will be displayed both when browsing and playing the song.
+Directories of songs have two implicit playlists.  First, you can play all songs in 
order by playing the first song.  When complete, Freevo will continue on to the next 
song.  Second, song folders have an entry at the top called "PL: Random Playlist" 
which will play all songs in random order.
 
-Cover images for a whole album (=folder) can be added by placing a JPEG or PNG file 
named cover.jpg or cover.png in the album folder. It will be display when browsing the 
parent folder, the songs, and when playing the songs.
+PleaseUpdate: Creating manual playlists?
 
-= 3.5 Images =
+= Images =
 
 == Navigation ==
 
 If you view an image you can use UP and DOWN to view the next/prev image. LEFT and 
RIGHT rotates the image. You can press record button (REC) on rotated JPEG images and 
the image will be stored with this rotation (lossless transformation). By pressing 
DISPLAY you get some information about the picture. 
 
+== Slideshows ==
 
+Slide shows are defined by *.ssr files.  They are simple text files that start with a 
line containing "[Slides]" and continue with each line of the file being an image in 
the slide show, of the format:
+FileName: "quoted_filename"; Caption: "quoted_caption"; Delay: "quoted_seconds";
 
+See DocumentationPage for a quick shell/Perl script to ease slideshow creation.


-------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "PleaseUpdate"

2003-09-01 Thread freevo-wikilog
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 Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/PleaseUpdate

The comment on the change is:
+ full search, - ref to nonexistent (nav?) link

--
@@ -1,3 +1,4 @@
 This page is used as a target that you can link to from other pages that needs to be 
updated.
 
-It makes it easier for people to see what parts of the wiki that needs to be worked 
on. Just click on the P''''''leaseUpate link at the top of the page.
+It makes it easier for people to see what parts of the wiki that needs to be worked 
on. Add a P''''''leaseUpdate tag near the section that needs to be updated.  Remove 
the tag after updating.  The following pages need updating:
+[[FullSearch()]]


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-27 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -979,6 +979,18 @@
 
 '''NOTE:''' you can watch tv and videos while playing detached audio but you won't 
hear their audio.
 
+== Disk Usage ==
+
+better known as the df plugin. This adds an item to your Audio, Video, Games, and 
Pictures Items. It
+states how much memory is free on the partition that directory belongs to.
+
+to activate it, put this in your local_conf.py:
+{{{
+plugin.activate('df')
+}}}
+
+to see the disk usage go to any directory listing and, press ENTER ('e' key or key it 
maps to on your remote) and you will see the disk usage under the Browse directory 
option. This also works on the main directory listings where you see your cdrom drives.
+
 = Extra File Information in XML metafiles =
 
 == Movie files ==


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-26 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -769,6 +769,19 @@
 plugin.activate( 'idlebar.weather', level=30, args=( 'KOKX', ) )
 }}}
 
+Example: New York City Weather in Fahrenheit
+
+{{{
+plugin.activate( 'idlebar.weather', level=30, args=( 'KOKX', 'F',) )
+}}}
+
+Example: New York City Weather in Kelvin
+
+{{{
+plugin.activate( 'idlebar.weather', level=30, args=( 'KOKX', 'K',) )
+}}}
+
+
 === Clock ===
 
 This one put a clock at the right side of the idle bar. It displays in this format: 
@@ -917,6 +930,24 @@
 I have an implicit -F  at the end of ICES_OPTIONS and we have an
 implicit -d ICECAST_CONF_DIR at the end of the icecast invocation. These may
 not work with icecast2 but i haven't tried them yet.
+
+== WebRadio ==
+
+To activate webradio you need to add the following to your local_conf.py:
+{{{
+plugin.activate('audio.webradio')
+}}}
+
+if you have your own gxine mediamarks file you can use it via:
+{{{
+plugin.activate('audio.webradio', args=('/usr/local/freevo_data/gxine-mediamarks',))
+}}}
+
+The webradio shows up as an option after your own Music Dirs and before your cdroms 
in the audio menu.
+
+Many of the stations in the current file are very busy and thus you may not get 
anything. To be sure
+it works try a bunch of stations. At the time of writing this info I was only able to 
get 15 of the stations.
+I had the best luck with 'Heavy Metal Radio' in the 'rock' category.
 
 = Extra File Information in XML metafiles =
 


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-25 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -965,6 +965,20 @@
 that you can see your station names from freevo's TV_CHANNEL variable in your tvtime 
OSD. There is a script in
 freevo/src/helpers to build this file.
 
+== Detached Audio ==
+
+Detached audio allows you to play music and hide the gui so that you can do things 
like look at pictures.
+
+to activate put this in local_conf.py:
+{{{
+plugin.activate('audio.detach')
+}}}
+
+This plugin also remaps the DISPLAY key and remote command to hide the gui when on 
the song playing page.
+To show the gui again there is an Item in the Audio menu after your Music Dirs and 
before your CDROMS.
+
+'''NOTE:''' you can watch tv and videos while playing detached audio but you won't 
hear their audio.
+
 = Extra File Information in XML metafiles =
 
 == Movie files ==


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-25 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -991,6 +991,18 @@
 
 to see the disk usage go to any directory listing and, press ENTER ('e' key or key it 
maps to on your remote) and you will see the disk usage under the Browse directory 
option. This also works on the main directory listings where you see your cdrom drives.
 
+== Commands ==
+
+A small plugin to run commands from the main menu. Currently supports only small 
scripts which need no inputs. All output is logged in the freevo logdir, and success 
or failure is determined on the return value of the command. You can now also view the 
log file after the command has finished in freevo itself.
+
+to activate it, put the following in your local_conf.py:
+{{{
+plugin.activate('commands', level=45)
+COMMANDS_DIR = '/usr/local/freevo_data/Commands'
+}}}
+
+The level argument is used to influence the placement in the Main Menu. consult 
freevo_config.py for the level of the other Menu Items if you wish to place it in a 
particular location.
+
 = Extra File Information in XML metafiles =
 
 == Movie files ==


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-25 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -949,6 +949,22 @@
 it works try a bunch of stations. At the time of writing this info I was only able to 
get 15 of the stations.
 I had the best luck with 'Heavy Metal Radio' in the 'rock' category.
 
+== TvTime ==
+
+This plugin allows you to use [http://tvtime.sourceforge.net TvTime] to watch tv 
instead of mplayer. It has
+a better OSD than mplayer and tends to have better audio sync.
+
+to use put the following into your local_conf.py:
+{{{
+plugin.remove('tv.mplayer')
+plugin.activate('tv.tvtime')
+}}}
+
+'''PLEASE NOTE''': the first time you run tvtime. it will attempt to flip through all 
of your channels be patient it
+is setting up some of its own internal data. After the flip through you can edit 
$HOME/.tvtime/stationlist.xml so
+that you can see your station names from freevo's TV_CHANNEL variable in your tvtime 
OSD. There is a script in
+freevo/src/helpers to build this file.
+
 = Extra File Information in XML metafiles =
 
 == Movie files ==


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-24 Thread freevo-wikilog
tead of your names from lircd.conf
+
+* now try it with freevo
+
+ file format 
+
+Essential commands:
+
+LEFT, RIGHT, UP, DOWN, SELECT, ENTER, EXIT, DISPLAY
+
+Reccomended commands:
+
+REC, REW, PLAY, FFWD, PAUSE, STOP, CH+, CH-
+
+format of file is:
+{{{
+begin
+prog = freevo
+button = 
+config = 
+end
+}}}
+
+for example one section would be:
+{{{
+begin
+prog = freevo
+button = RECALL
+config = REC
+end
+}}}
+
+the file consists of many of the above sections seperated by a blank line.
 
 === Bluetooth Remote Control deamon ===
 


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-22 Thread freevo-wikilog
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 johan:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -146,6 +146,21 @@
 to specify the Tuner Id's.
 
 
+= Swedish listings =
+
+Seems like freevo 1.3.4 dosent handle the channelnames correctly, they will be named
+to something like 14.dagenstv.com in xmltv. But when you try to schedule it with 
freevo
+it get's renamed to 14.dagenscom. You have to change a line in the tv_grab_sn in order
+to get it to work (might be changed in freevo cvs to handle the original names 
thow..).
+Jump to the line 268 and change
+my $ch_xid = "$ch_did.dagenstv.com";
+to
+my $ch_xid = "$ch_did";
+then edit your xmltv names in local_config.py to point to 14 instead of 
14.dagenstv.com.
+Dont really know if anyone else were experiencing any problems on this matter, but 
anyway,
+if you are > here's the solution ;)
+
+
  Logos 
 
 ''How do you use the makelogos.py to generate and retrieve logos?''


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-21 Thread freevo-wikilog
gop_closure'   : 1,
+'pulldown'  : 0,
+'stream_type'   : 10,
+}
+
+# Please see freevo_config.py for details.
+}}}
+
+Once configured, and you would like to test the recording server, simply run 
./record_server start (record_server script from the boot/ directory).  Remember, 
those scripts rely on the boot_config file being in /etc/freevo/ and modified for your 
system.  Once it is running you will have a log, either in /var/log/freevo or 
/tmp/freevo, called internal-record_server-0.log (0 is the uid of the user running it, 
'root' in this case).  The web interface or the main Freevo interface will let you 
know if the recording server is down.  It will need to be running in order to schedule 
and record shows.
+
 
 === TV setup ===
 


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-20 Thread freevo-wikilog
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 24.224.158.108:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -526,40 +526,17 @@
 
 === Hauppauge WinTV-PVR Cards ===
 
-At present, there is minimal support for the WinTV-PVR series of cards. The drivers 
that do exist are very experimental!
+There is support for the WinTV-PVR series of cards.
 
-The WinT-PVR card appears to possibly have some minimal support in the recent BTTV 
0.9.x drivers. It appears the BTTV author ported some of the old code from the 
http://pvr.sourceforge.net project.
+The WinTV-PVR card appears to possibly have some minimal support in the recent BTTV 
0.9.x drivers. It appears the BTTV author ported some of the old code from the 
http://pvr.sourceforge.net project.
 
-The WinTV-PVR 250/350 cards have recently been getting a lot more attention. One user 
on the Freevo-user mailing-list reported some success with drivers from the 
http://ivtv.sourceforge.net/about.html project.
+The WinTV-PVR 250/350 cards have recently been getting a lot more attention.  The 
drivers for these cards are under active development and are becoming stable.  Please 
make sure your card and drivers are working properly before trying to use it in 
Freevo.  For more information see http://ivtv.sourceforge.net .
 
--
-Here are some instructions to start using your Win 250 PVR in Freevo.
+In order to record using the PVR-250/350 cards please read the information in the 
Recording Server section above.
 
-Please note that this functionality is still a work in progress.
-
-This assumes you have succesfully installed the ivtv driver.
-
-*Activate the ivtv_record plugin in /freevo/record_config.py
-[[BR]]{{{plugin.activate('plugins.ivtv_record')}}}
-
-*Update Freevo TV modules:
-[[BR]]{{{cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/freevo login}}}
-
-{{{cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/freevo update -r  new_record 
src/tv/tv.py src/tv/tvguide.py}}}
-
-*I commented out my VCR_CMD in local_conf.py as it is ignored at the moment (not sure 
if leaving it in hurts or not)
-Once it's used it will probably use the format as below.
-[[BR]]Using 3 options instead of 4: %(channel)s, %(seconds)s, and %(filename)s.
-[[BR]]# VCR_CMD = ('/var/media/bin/tvrecord %(channel)s %(seconds)s "%(filename)s"')  
  
-
-*To activate ivtv, the following 2 lines are needed in local_conf.py
+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')}}}
-
-*Start the record_server:
-[[BR]]{{{./freevo execute src/tv/record_server.py}}}
-
-Run Freevo, and with some luck, it will hopefully work.
 
 === ATI All-in-Wonder Models ===
 


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-20 Thread freevo-wikilog
DULE, RECORD_SERVER_IP, and RECORD_SERVER_PORT.  Please see frevo_config.py 
for details.  Please be aware that record_server.py is a network application and your 
Freevo machine should not have wide open access from the internet without a firewall 
limiting what ports outsiders can connect to.
+
+If you are using the generic_record plugin (default) then you must have VCR_CMD 
configured to your liking.  There is an example of this in freevo_config.py as well.
+
+In order to use the ivtv recording plugin have the following in your local_conf.py:
+
+{{{
+plugin.remove('tv.generic_record')
+plugin_record = plugin.activate('tv.ivtv_record')
+}}}
+
+Also for ivtv_record you may set some recording options:
+
+{{{
+IVTV_OPTIONS = {
+'input' : 4,
+'resolution': '720x480',
+'aspect': 2,
+'audio_bitmask' : 233,
+'bframes'   : 3,
+'bitrate_mode'  : 1,
+'bitrate'   : 400,
+'bitrate_peak'  : 400,
+'dnr_mode'  : 0,
+'dnr_spatial'   : 0,
+'dnr_temporal'  : 0,
+'dnr_type'  : 0,
+'framerate' : 0,
+'framespergop'  : 15,
+'gop_closure'   : 1,
+'pulldown'  : 0,
+'stream_type'   : 10,
+}
+
+# Please see freevo_config.py for details.
+}}}
+
+Once configured, and you would like to test the recording server, simply run 
./record_server start (record_server script from the boot/ directory).  Remember, 
those scripts rely on the boot_config file being in /etc/freevo/ and modified for your 
system.  Once it is running you will have a log, either in /var/log/freevo or 
/tmp/freevo, called internal-record_server-0.log (0 is the uid of the user running it, 
'root' in this case).  The web interface or the main Freevo interface will let you 
know if the recording server is down.  It will need to be running in order to schedule 
and record shows.
+
 
 === Image Slideshows ===
 


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-19 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -365,6 +365,8 @@
 
 = I discovered in the documentation I can rip audio cd's in mp3/ogg format. How can I 
enable the cdaudio backup/ripping plugin? =
 
+try these 
[http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage#head-c7c921b19d984b8d8aea2f05aec3763454259553";
 Instructions]
+
 = What kind of TV-in card should I buy? =
 
 The simplest answer is any card with v4l or v4l2 drivers. The developers have had 
good experiences with the BTTV family of cards, produced by [http://www.hauppauge.com/ 
Hauppauge] and [http://www.aver.com/products/tvtuner_AVerTV.shtml Aver].  They are 
typically the best supported under Linux, though the WinTV PVR cards from Hauppauge 
are not completely supported yet. Keep an eye on [http://ivtv.sourceforge.net/ 
ivtv.sf.net] if you're interested in hardware MPEG-2 encoding via those cards.


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-19 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -92,18 +92,6 @@
 work on all systems''', so please try the ".tar.gz" files before asking for help on 
the
 mailing list. The main webpage and the Wiki DocumentationPage documents how to do the 
installation.
 
-== Compiling Freevo (optional) ==
-
-You do not have to compile Freevo unless you try the CVS version. You definitely
-do not have to compile the freevo_runtime package, please see the 
DocumentationPage/InstallDeps
-for more info.
-
-You need a
-compiler (GCC) that is either 2.95 or 3.xx (redhat 7.3 and lower and
-mandrake 8.2 and lower come with 2.96 which doesn't seem to work
-very well, but gcc3 is included in redhat >= 7.2 as extra rpm and is now the default 
in 8.0) it
-should work fine.
-
 = I'm running Freevo on a Matrox G400 in framebuffer mode. Why is the screen 
"squeezed together" horizontally. I have black bars about 1" (3 cm) on either side of 
the TV screen! =
 
 The SDL library that Freevo uses resets the framebuffer settings.


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-17 Thread freevo-wikilog
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 217.121.160.20:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -145,7 +145,7 @@
 
 = Dutch listings =
 
-Use tv_grab_nl from the XMLTV package for NL listings. 
+Use tv_grab_nl from the XMLTV package for NL listings or use 
freevo/helpers/xml_tv_be.py (See above)
 
 = UK listings =
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-08-16 Thread freevo-wikilog
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 66.31.70.100:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

--
@@ -29,3 +29,5 @@
 Gentoo ebuild: path to the freevo-executable need to be changed in /etc/init.d/freevo 
from /usr/local/bin/freevo to /opt/freevo/freevo
 
 
+
+freevo shell script sometimes erroneously reports freevo already running when it 
isn't.  This is because is uses "ps -ef | grep $PID | grep -v grep", this will match 
on a PID that includes $PID (ex. 123 matches PID 123456).  A better way to code it is 
kill -0 $PID and then check $? -eq 0


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-14 Thread freevo-wikilog
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 62.235.20.21:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -731,6 +731,25 @@
 
 '''PS:''' You must have those icons (ie: newyear.png) in 
/skins/images/holidays/, these listed above are there already, but if you 
add more holidays (or someone birthday), you must put there the related icon!
 
+=== Sensors ===
+
+This plugin can display your cpu and case temperature and ram usage. This requires a 
properly configure lm_sensors! If the standard sensors frontend delivered with 
lm_sensors works your OK.
+
+{{{
+plugin.activate('idlebar.sensors', level=40, args=('cpusensor', 'casesensor', 
'meminfo'))
+}}}
+Cpu and case sensor are the corresponding lm_sensors : this should be temp1, temp2 or 
temp3. Defaults to temp3 for cpu and temp2 for case.
+
+Meminfo is the memory info u want, types ar the same as in /proc/meminfo : 
+{{{
+MemTotal , MemFree, MemShared, Buffers, Cached, SwapCached, Active, Inactive, 
HighTotal, HighFree, LowTotal, LowFree, SwapTotal and SwapFree
+}}} 
+The plugin defaults too MemTotal. These names are case-sensitive, so be carefull.
+
+Casesensor and meminfo arguments can be set to None if u don't want them. Cpusensor 
cannot be turned off atm.
+
+When one of your temperatures goes over the lm_sensors specified maximum temperature, 
the font color of all text on the idlebar changes to red, so u'll notice when your 
freevo box is starting to fry :). If u want to adjust these maximums, have a look at 
the lm_sensors documentation. The defaults are sane (60°s). 
+
 == Icecast ==
 
 which icecast should i get?


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -128,7 +128,7 @@
 = /dev/dsp doesn't work under KDE, it complains that the sound device is busy. =
 
 Try setting AUDIO_DEVICE in local_conf.py to '/dev/dsp1' instead.
-You may also find that /dev/dsp is being used by artsdsp (you can find out by typing 
"fuser -v /dev/dsp", assuming you have fuser installed in your distro). If this is the 
case, then type "killall -9 artsdsp" and then try running freevo. If freevo then 
works, then you can choose to either no longer use arts, or see if one of the other 
sound devices might work for you instead eg "ls /dev/ds*". If you're lucky, your sound 
card might be able to use a digital interface to talk to the video capture card - you 
can find out which by typing "dmesg|grep dsp" - note that even if you do see a digital 
device, it might not work with your sound card.
+You may also find that /dev/dsp is being used by artsdsp (you can find out by typing 
"fuser -v /dev/dsp", assuming you have fuser installed in your distro). If this is the 
case, then type "killall -9 artsdsp" and then try running freevo. If freevo then 
works, then you can choose to either no longer use arts, or see if one of the other 
sound devices might work for you instead eg "ls /dev/ds*". If you're lucky, your sound 
card might be able to use a digital interface to talk to the video capture card - you 
can find out which by typing "dmesg|grep dsp" - note that even if you do see a digital 
device, it might not work with your sound card. Further to this, you might want to 
check out what I did at GentooInstallation
 
 
 = Can you recommend a tv card that really works under linux? =


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-08-14 Thread freevo-wikilog
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 211.28.96.71:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

--
@@ -4,6 +4,10 @@
 
 
 
+You may find that shows with spaces in their names are recorded as a file called the 
first word ie "The News" would create a file called "The" rather that "The 
News--2003-08-10-0035.avi". If you find this, add in some quotation marks around the 
filename setting in local_conf.py ie '-o "%(filename)s.avi" ' - maybe this should be 
the dafault?
+
+
+
 In "local_conf.py" the VCR_CMD option currently does not have "-endpos %(seconds)s" 
in it, so if you edit this option and do not include -endpos (as it is in 
freevo_config.py), then recordings never end. ;-)
 
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "GentooInstallation"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/GentooInstallation

--
@@ -1,6 +1,6 @@
 Okay
 
-Whimped out and didn't use the emerge script - instead downloaded the current version 
of Freevo and extracted it into /usr/local/freevo. Prior to this I did, however, setup 
xmltv and mencoder using emerge.
+Whimped out and didn't use the emerge script - instead downloaded the current version 
of Freevo and extracted it into /usr/local/freevo. Prior to this I did, however, setup 
xmltv and mplayer(mencoder) using emerge.
 
 Anyhow, setup xmltv to dump the tv listings into /tmp/TV.xml
 
@@ -24,7 +24,7 @@
'%(seconds)s ') 
 
 Then created a shell script called /usr/local/freevo/tv_rec and put the following 
command in it:
-killall -q -9 xmms && killall -q -9 artsd & /sbin/modprobe bttv && /usr/bin/aumix -v 
0 -w 0 -m 0 -l 65 -i 65 -i R -c 0 -q && /usr/bin/mencoder -tv 
on:driver=v4l:norm=pal:device=/dev/video0:adevice=/dev/dsp:width=384:height=288:chanlist=australia:channel=$2:audiorate=44100
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:keyint=132 -oac mp3lame -lameopts 
vbr=3:br=96:aq=0:mode=3:padding=1 -ofps 25 -o $1.avi -endpos $3 && /usr/bin/aumix -v 
90 -w 90 -m 0 -i 90 -c 0 && /usr/kde/3.1/bin/artsd -F 10 -S 4096 -d -s 60 -m 
artsmessage -l 3 -f & killall -q -9 xmms
+/usr/bin/killall -q -9 xmms && /usr/bin/killall -q -9 artsd & /sbin/modprobe bttv && 
/usr/bin/aumix -v 0 -w 0 -m 0 -l 65 -i 65 -i R -c 0 -q && /usr/bin/mencoder -tv 
on:driver=v4l:norm=pal:device=/dev/video0:adevice=/dev/dsp:width=384:height=288:chanlist=australia:channel=$2:audiorate=44100
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:keyint=132 -oac mp3lame -lameopts 
vbr=3:br=96:aq=0:mode=3:padding=1 -ofps 25 -o "$1".avi -endpos $3 && /usr/bin/aumix -v 
90 -w 90 -m 0 -i 90 -c 0 && /usr/kde/3.1/bin/artsd -F 10 -S 4096 -d -s 60 -m 
artsmessage -l 3 -f & /usr/bin/killall -q -9 xmms
 
 OK. Not proud. But it all works now. When freevo starts a recording it kills xmms and 
the arts (I use kde) daemon. I now use arts so that if a show is recording and someone 
tries to run xmms, it won't work because xmms is set to use arts. After the recording 
is complete, the arts daemon is restarted and xmms killed again (again in case someone 
has started xmms during the recording session - if this happens it's likely that xmms 
will be frozen).
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "GentooInstallation"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/GentooInstallation

--
@@ -1,3 +1,5 @@
+= Gentoo - manual install =
+
 Okay
 
 Whimped out and didn't use the emerge script - instead downloaded the current version 
of Freevo and extracted it into /usr/local/freevo. Prior to this I did, however, setup 
xmltv and mplayer(mencoder) using emerge.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-14 Thread freevo-wikilog
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 68.34.160.199:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -2,7 +2,7 @@
 
 [[TableOfContents]]
 
-= I am fairly new to linux.  I am running RH9.  I downloaded the newest RPM's for 
both Freevo and Mplayer.  After installing both I try to run the freevo setup and I 
keep getting the same error.  It says "Checking for mplayer, ERROR: mplayer not found, 
please install the application respectively put it in you path.  It I run the rpm -q 
both packages are installed.  It seems like I have to tell freevo where to find 
mplayer, but I can't figure out how to do it. = 
+= I am fairly new to linux.  I am running RH9.  I downloaded the newest RPM's for 
both Freevo and Mplayer.  After installing both I try to run the freevo setup and I 
keep getting the same error.  It says - Checking for mplayer, ERROR: mplayer not 
found, please install the application respectively put it in your path.  If I run the 
rpm -q, both packages are installed.  It seems like I have to tell freevo where to 
find mplayer, but I can't figure out how to do it. = 
 
 = I downloaded Freevo and tried running it, but it crashes with [some exception]. 
What version of Python does Freevo require? =
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "GentooInstallation"

2003-08-14 Thread freevo-wikilog
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.49.217.8:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/GentooInstallation

--
@@ -37,3 +37,22 @@
 P.S. Further to that, found that my XML grabber script created a file that was unable 
to be loaded by freevo - this was because it was not always putting in the stop times. 
Fixed by using tv_sort to add in stop times if required - this does not put in stop 
times for the very last entries though. So, then downloaded the latest versions of 
epg_xmltv.py & xmltv.py (which puts a stop time of minight if it can't find one). Now 
I get the listings via a cron job as follows: "/usr/bin/tv_grab_au --days 7 --output 
/tmp/TV.tmp && /usr/bin/tv_sort --output /tmp/TV.xml /tmp/TV.tmp".
 
 P.P.S. Logos - my XML grabber does not get the station logo locations, so could not 
run the makelogos.py file - instead I manually got some icons, changed them to png 
format, and dumped them into /tmp/freevo/xmltv/logos". The filenames are the same as 
the station ID names, with a *.png extension.
+
+__
+
+= Gentoo using emerge =
+
+After doing it manually, I thought I'd try it the "proper" gentoo way! After wiping 
the previous version of freevo off the server, the steps I took were:
+ * setup xmltv to create /tmp/TV.xml (for me already done)
+ * downloaded http://freevo.sourceforge.net/gentoo/rsync-freevo and ran it (ie "sh 
./rsync-freevo")
+ * "emerge freevo"
+ * went off and had a nap ;-)
+ * edited /opt/freevo/local_conf.py to suit my config (actually just copied my backup 
file from when I installed it manually above and changed any reference to 
/usr/local/freevo to /opt/freevo)
+ * copied epg_xmltv.py & xmltv.py from the cvs (the files installed during the gentoo 
emerge were still the older ones that didn't fix the xmltv "no stop time" listing 
problem)
+ * copied over my tv_rec script as noted above (you probably won't have to do this - 
it's just my [EMAIL PROTECTED] sound card that has forced me to do this).
+ * dumped my logo files into /tmp/freevo/xmltv/logos
+ * ran "rc-update add freevo-recordserver default"
+ * ran "rc-update add freevo-webserver default"
+Done!
+
+Richard


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "GentooInstallation"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/GentooInstallation

--
@@ -24,7 +24,7 @@
'%(seconds)s ') 
 
 Then created a shell script called /usr/local/freevo/tv_rec and put the following 
command in it:
-/usr/bin/killall -q -9 xmms && /usr/bin/killall -q -9 artsd & /sbin/modprobe bttv && 
/usr/bin/aumix -v 0 -w 0 -m 0 -l 65 -i 65 -i R -c 0 -q && /usr/bin/mencoder -tv 
on:driver=v4l:norm=pal:device=/dev/video0:adevice=/dev/dsp:width=384:height=288:chanlist=australia:channel=$2:audiorate=44100
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:keyint=132 -oac mp3lame -lameopts 
vbr=3:br=96:aq=0:mode=3:padding=1 -ofps 25 -o "$1".avi -endpos $3 && /usr/bin/aumix -v 
90 -w 90 -m 0 -i 90 -c 0 && /usr/kde/3.1/bin/artsd -F 10 -S 4096 -d -s 60 -m 
artsmessage -l 3 -f & /usr/bin/killall -q -9 xmms
+/usr/bin/killall -q -9 xmms && /usr/bin/killall -q -9 artsd & /sbin/modprobe bttv && 
/usr/bin/aumix -v 0 -w 0 -m 0 -l 65 -i 65 -i R -c 0 -q && /usr/bin/mencoder -tv 
on:driver=v4l:norm=pal:device=/dev/video0:adevice=/dev/dsp:width=384:height=288:chanlist=australia:channel=$2:audiorate=44100
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:keyint=132 -oac mp3lame -lameopts 
vbr=3:br=96:aq=0:mode=3:padding=1 -ofps 25 -o $1.avi -endpos $3 && /usr/bin/aumix -v 
90 -w 90 -m 0 -i 90 -c 0 && /usr/kde/3.1/bin/artsd -F 10 -S 4096 -d -s 60 -m 
artsmessage -l 3 -f & /usr/bin/killall -q -9 xmms
 
 OK. Not proud. But it all works now. When freevo starts a recording it kills xmms and 
the arts (I use kde) daemon. I now use arts so that if a show is recording and someone 
tries to run xmms, it won't work because xmms is set to use arts. After the recording 
is complete, the arts daemon is restarted and xmms killed again (again in case someone 
has started xmms during the recording session - if this happens it's likely that xmms 
will be frozen).
 
@@ -35,3 +35,5 @@
 Richard
 
 P.S. Further to that, found that my XML grabber script created a file that was unable 
to be loaded by freevo - this was because it was not always putting in the stop times. 
Fixed by using tv_sort to add in stop times if required - this does not put in stop 
times for the very last entries though. So, then downloaded the latest versions of 
epg_xmltv.py & xmltv.py (which puts a stop time of minight if it can't find one). Now 
I get the listings via a cron job as follows: "/usr/bin/tv_grab_au --days 7 --output 
/tmp/TV.tmp && /usr/bin/tv_sort --output /tmp/TV.xml /tmp/TV.tmp".
+
+P.P.S. Logos - my XML grabber does not get the station logo locations, so could not 
run the makelogos.py file - instead I manually got some icons, changed them to png 
format, and dumped them into /tmp/freevo/xmltv/logos". The filenames are the same as 
the station ID names, with a *.png extension.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "GentooInstallation"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/GentooInstallation

--
@@ -34,3 +34,4 @@
 
 Richard
 
+P.S. Further to that, found that my XML grabber script created a file that was unable 
to be loaded by freevo - this was because it was not always putting in the stop times. 
Fixed by using tv_sort to add in stop times if required - this does not put in stop 
times for the very last entries though. So, then downloaded the latest versions of 
epg_xmltv.py & xmltv.py (which puts a stop time of minight if it can't find one). Now 
I get the listings via a cron job as follows: "/usr/bin/tv_grab_au --days 7 --output 
/tmp/TV.tmp && /usr/bin/tv_sort --output /tmp/TV.xml /tmp/TV.tmp".


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-14 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -17,26 +17,21 @@
 
 == Compile ==
 
-Consider getting the "full version" of Freevo.  This needs only the 1 package, and 
contains everything needed to run Freevo.  This is (IMHO) one of the charms of Freevo, 
that there's nothing to do but untar and run.  I believe the individual packages are 
still available if you want them -- but don't unless you have a good reason.
+Consider getting the "full version" of Freevo.  This needs only the 1 package, and 
contains everything needed to run Freevo (except mplayer for legal resons).  I believe 
the individual packages are still available if you want them -- but don't unless you 
have a good reason.
 
 === Freevo ===
 
  * Un-tar somewhere. /usr/local is the recommended place for a regular installation, 
but it will run from anywhere, e.g. /tmp
  {{{
 cd tmp
-tar xvzf freevo-1.3.0.tar.gz
-tar xvzf freevo_runtime3.tar.gz
-tar xvzf freevo_apps1.tar.gz
-cd freevo }}}
+tar xvzf freevo-1.3.4.tar.gz
+cd freevo-1.3.4 }}}
 
  Replace the file names in the example with the current versions.
 
- * Run configure in the Freevo directory. This will create 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 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. 
 
- You can skip this step to begin with if those defaults are OK.
- {{{./configure --help }}}
-
- * Make a copy of freevo_config.py to local_conf.py. Update local_conf.py to suit 
your system (optional). The settings that are in local_conf.py  will override 
freevo_config.py. Please see the later sections in this document for more details on 
the config files.
+ * Update local_conf.py to suit your system (optional). The settings that are in 
local_conf.py  will override freevo_config.py. Please see the later sections in this 
document for more details on the config files.
 
  * If you downloaded a full release you will not need to compile anything. If you 
checked out a CVS version you will need to compile runapp and freevo_xwin:
  {{{make }}}
@@ -44,12 +39,10 @@
  * Run Freevo:
  {{{./freevo }}}
 
- * A version of MPlayer is included in the package freevo_apps. You might need to 
install your own version for the latest features, optimized compile, etc: 
http://www.mplayerhq.hu
+ * A version of MPlayer is no longer included in the freevo. You will need to install 
your own version. It is available at http://www.mplayerhq.hu
 
  * Install Freevo in /usr/local/freevo:
  {{{make install }}}
-
- (Do not forget to place the runtime in /usr/local/freevo_runtime3!)
 
 If there are some problems concerning make install and executing the other python 
scripts on debian distributions, the reason might be that the Python version is too 
old or incomplete. You might want to try Python2.2 and make sure that the symbolic 
link /usr/bin/python points to /usr/bin/python2.2 and not /usr/bin/python2.1! if you 
have trouble starting 1.32pre3, make sure you have Arial_Bold.TTF in 
$freevo/skins/fonts.
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "UserInstallNotes"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInstallNotes

--
@@ -1,6 +1,7 @@
 Go ahead and document your own installation problems and solutions here:
 
 MandrakeInstallation - One users installation notes for Mandrake 9.1 5/18/2003
+
 GentooInstallation - Install notes for Gentoo 1.4 10 August 2003
 
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "UserInstallNotes"

2003-08-14 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInstallNotes

--
@@ -2,7 +2,7 @@
 
 MandrakeInstallation - One users installation notes for Mandrake 9.1 5/18/2003
 
-GentooInstallation - Install notes for Gentoo 1.4 10 August 2003
+GentooInstallation - Install notes for Gentoo 1.4 & freevo 1.3.4 - 10 August 2003
 
 
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-12 Thread freevo-wikilog
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 24.207.211.37:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -2,7 +2,6 @@
 
 [[TableOfContents]]
 
-= I am fairly new to linux.  I am running RH9.  I downloaded the newest RPM's for 
both Freevo and Mplayer.  After installing both I try to run the freevo setup and I 
keep getting the same error.  It says - Checking for mplayer, ERROR: mplayer not 
found, please install the application respectively put it in your path.  If I run the 
rpm -q, both packages are installed.  It seems like I have to tell freevo where to 
find mplayer, but I can't figure out how to do it. = 
 
 = I downloaded Freevo and tried running it, but it crashes with [some exception]. 
What version of Python does Freevo require? =
 
@@ -425,3 +424,8 @@
 }}}
 
 you can then select this from the sessions menu when you login.
+
+
+= Cannot find MPlayer =
+
+I am fairly new to linux.  I am running RH9.  I downloaded the newest RPM's for both 
Freevo and Mplayer.  After installing both I try to run the freevo setup and I keep 
getting the same error.  It says - Checking for mplayer, ERROR: mplayer not found, 
please install the application respectively put it in your path.  If I run the rpm -q, 
both packages are installed.  It seems like I have to tell freevo where to find 
mplayer, but I can't figure out how to do it. 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-11 Thread freevo-wikilog
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 65.245.29.226:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -368,7 +368,7 @@
 
 = What kind of TV-in card should I buy? =
 
-The simplest answer is any card with v4l or v4l2 drivers. The developers have had 
good experiences with the BTTV family of cards, produced by 
[http://www.hauppauge.com/"; Hauppauge] and 
[http://www.aver.com/products/tvtuner_AVerTV.shtml Aver].  They are typically the best 
supported under Linux, though the WinTV PVR cards from Hauppauge are not completely 
supported yet. Keep an eye on [http://ivtv.sourceforge.net/ ivtv.sf.net] if you're 
interested in hardware MPEG-2 encoding via those cards.
+The simplest answer is any card with v4l or v4l2 drivers. The developers have had 
good experiences with the BTTV family of cards, produced by [http://www.hauppauge.com/ 
Hauppauge] and [http://www.aver.com/products/tvtuner_AVerTV.shtml Aver].  They are 
typically the best supported under Linux, though the WinTV PVR cards from Hauppauge 
are not completely supported yet. Keep an eye on [http://ivtv.sourceforge.net/ 
ivtv.sf.net] if you're interested in hardware MPEG-2 encoding via those cards.
 
 
 = I have digital cable, can freevo record programs by tuning it directly? =


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-11 Thread freevo-wikilog
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 68.34.160.199:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -2,6 +2,8 @@
 
 [[TableOfContents]]
 
+= I am fairly new to linux.  I am running RH9.  I downloaded the newest RPM's for 
both Freevo and Mplayer.  After installing both I try to run the freevo setup and I 
keep getting the same error.  It says "Checking for mplayer, ERROR: mplayer not found, 
please install the application respectively put it in you path.  It I run the rpm -q 
both packages are installed.  It seems like I have to tell freevo where to find 
mplayer, but I can't figure out how to do it. = 
+
 = I downloaded Freevo and tried running it, but it crashes with [some exception]. 
What version of Python does Freevo require? =
 
 Try using the freevo-runtime instead. Development and testing is


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-09 Thread freevo-wikilog
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 200.226.236.230:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
Gustavo

--
@@ -587,6 +587,7 @@
 This plugin outputs some info to a LCD display. So, to this plugin work properly, you 
need a LCD and the linux daemon lcdproc (http://lcdproc.sourceforge.net/).
 
 To activate this plugin, just put the following line at the end of your 
'''local_conf.py''' file:
+
 {{{
 plugin.activate( 'lcd' )
 }}}
@@ -627,7 +628,7 @@
 
 === Mail ===
 
-This plugin checks for mail in your Unix mailbox. If you use a pop3 or imap email, 
you have to use something like fetchmail (http://catb.org/~esr/fetchmail/) to download 
them to your local box. Note that {{{/path/to/your/mailbox}}} generally is 
{{{/var/spool/mail/}}.
+This plugin checks for mail in your Unix mailbox. If you use a pop3 or imap email, 
you have to use something like fetchmail (http://catb.org/~esr/fetchmail/) to download 
them to your local box. Note that {{{/path/to/your/mailbox}}} generally is 
{{{/var/spool/mail/}}}.
 
 To activate the idle bar mail, put the following in your '''local_conf.py'''.
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "UserInstallNotes"

2003-08-09 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInstallNotes

--
@@ -1,6 +1,7 @@
 Go ahead and document your own installation problems and solutions here:
 
 MandrakeInstallation - One users installation notes for Mandrake 9.1 5/18/2003
+GentooInstallation - Install notes for Gentoo 1.4 10 August 2003
 
 
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "GentooInstallation"

2003-08-09 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/GentooInstallation

No older revisions of the page stored, diff not available.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-08-09 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

--
@@ -4,6 +4,10 @@
 
 
 
+In "local_conf.py" the VCR_CMD option currently does not have "-endpos %(seconds)s" 
in it, so if you edit this option and do not include -endpos (as it is in 
freevo_config.py), then recordings never end. ;-)
+
+
+
 The EPG should be reloaded automatically to allow program end/start
 
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-08-08 Thread freevo-wikilog
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 212.77.48.11:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

--
@@ -17,3 +17,7 @@
 Hence, if there is a time gap in the programmes, no arrows appear and you can't jump 
to the 
 next day's programmes.
 
+
+Gentoo ebuild: path to the freevo-executable need to be changed in /etc/init.d/freevo 
from /usr/local/bin/freevo to /opt/freevo/freevo
+
+


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-08 Thread freevo-wikilog
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 62.235.20.21:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -739,7 +739,7 @@
 plugin.activate('idlebar.sensors', level=40, args=('tempx', 'tempy', 'meminfo'))
 }}}
 Tempx and tempy are the corresponding lm_sensors : this should be temp1, temp2 or 
temp3 (some very exotic motherboards may have more temp sensors, they are supported 
too). Defaults to temp3 for cpu and temp2 for case. 
-For example, if your motherboard maps temp1 to the cpu sensor and temp3 to the case 
sensor, u use the follwoing args:
+For example, if your motherboard maps temp1 to the cpu sensor and temp3 to the case 
sensor, u use the following args:
 {{{
 args=('temp1', 'temp3')
 }}}
@@ -750,7 +750,7 @@
 }}} 
 The plugin defaults too MemTotal. These names are case-sensitive, so be carefull.
 
-Casesensor and meminfo arguments can be set to None if u don't want them. Cpusensor 
cannot be turned off atm.
+Tempy and meminfo arguments can be set to None if u don't want them. Cpusensor cannot 
be turned off atm.
 
 When one of your temperatures goes over the lm_sensors specified maximum temperature, 
the font color of all text on the idlebar changes to red, so u'll notice when your 
freevo box is starting to fry :). If u want to adjust these maximums, have a look at 
the lm_sensors documentation. The defaults are sane (60°s). 
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-07 Thread freevo-wikilog
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 211.28.96.68:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -128,6 +128,7 @@
 = /dev/dsp doesn't work under KDE, it complains that the sound device is busy. =
 
 Try setting AUDIO_DEVICE in local_conf.py to '/dev/dsp1' instead.
+You may also find that /dev/dsp is being used by artsdsp (you can find out by typing 
"fuser -v /dev/dsp", assuming you have fuser installed in your distro). If this is the 
case, then type "killall -9 artsdsp" and then try running freevo. If freevo then 
works, then you can choose to either no longer use arts, or see if one of the other 
sound devices might work for you instead eg "ls /dev/ds*". If you're lucky, your sound 
card might be able to use a digital interface to talk to the video capture card - you 
can find out which by typing "dmesg|grep dsp" - note that even if you do see a digital 
device, it might not work with your sound card.
 
 
 = Can you recommend a tv card that really works under linux? =


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-07 Thread freevo-wikilog
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 81.226.68.152:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -221,7 +221,7 @@
 
 In newer versions of freevo (>1.32-pre2) the rc_client/youremote.py files are not 
used anymore, but a configuration file which is /etc/freevo/lircrc by default. the 
syntax is different, but you can use the helpers/freevo2lirc.pl script to convert 
rc_client/yourremote.py to a lircrc file.
 
-=== Bluetooth Remote Controll deamon ===
+=== Bluetooth Remote Control deamon ===
 
 This is a small deamon that let's you controll Freevo with your cellphone. It's 
currently placed under contrib/, and if you want to use it you might want to change 
the source a bit, depending on what kind of phone you have. If you got a Ericsson T68 
you should be happy with the current settings. (It's a bit akward but it works, the 
phone it was tested with had some semi-operational buttons; they only worked from time 
to time.)
 
@@ -230,9 +230,9 @@
* The Bluetooth Subsystem (kernel) 
* Bluez-utils (and it's deps, http://bluez.sf.net)
 
-When you get all that, and are sure it's working you should set a serial port on your 
phone to "/dev/bluetooth/rfcomm/1" with rfcomm. It was tricky with a patched kernel so 
I recommend the 2.4.21 kernel, which has the bluetooth subsytem by default.
+When you get all that, and are sure it's working you should set a serial port on your 
phone to "/dev/bluetooth/rfcomm/1" with rfcomm. There is some fine guides to this, so 
I won't explain it here. It was tricky with a patched kernel so I recommend the 2.4.21 
kernel, which has the bluetooth subsytem by default.
 
-Make sure you enable support for the network control in local_conf.py, otherwise 
Freevo won't receive any commands and you should get an error from the deamon. The 
port is changed to 35000 in the deamon which isn't the default port for the network 
remote function.
+Make sure you enable support for the network control in 
local_conf.py("ENABLE_NETWORK_REMOTE = 1"), otherwise Freevo won't receive any 
commands and you should get an error from the deamon. The port is changed to 35000 in 
the deamon which isn't the default port for the network remote function.
 I made an init-script to start the bluetooth interface (hciconfig) and rfcomm. This 
script also starts the deamon, which I also recommend you to do.
 
 The deamon seem to disconnect after a while, solutions to that is welcome.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-06 Thread freevo-wikilog
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 143.106.16.14:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -735,24 +735,36 @@
 
 This plugin can display your cpu and case temperature and ram usage. This requires a 
properly configure lm_sensors! If the standard sensors frontend delivered with 
lm_sensors works your OK.
 
+When one of your temperatures goes over the lm_sensors specified maximum temperature, 
the font color of all text on the idlebar changes to red, so u'll notice when your 
freevo box is starting to fry :). If you want to adjust these maximums, have a look at 
the lm_sensors documentation. The defaults are sane (60°s). 
+
+{{{}}} and {{{}}} are the corresponding lm_sensors: this 
should be ''temp1'', ''temp2'' or ''temp3''. Defaults to ''temp3'' for 
{{{}}} and ''temp2'' for {{{}}}.
+
+{{{}}} is the memory info you want, types ar the same as in 
'''/proc/meminfo''' : 
 {{{
-plugin.activate('idlebar.sensors', level=40, args=('tempx', 'tempy', 'meminfo'))
-}}}
-Tempx and tempy are the corresponding lm_sensors : this should be temp1, temp2 or 
temp3 (some very exotic motherboards may have more temp sensors, they are supported 
too). Defaults to temp3 for cpu and temp2 for case. 
-For example, if your motherboard maps temp1 to the cpu sensor and temp3 to the case 
sensor, u use the following args:
+MemTotal , MemFree, MemShared, Buffers, Cached, SwapCached, Active, Inactive, 
+HighTotal, HighFree, LowTotal, LowFree, SwapTotal and SwapFree
+}}} 
+
+The plugin defaults {{{}}} to ''{{{MemTotal}}}''. These names are 
'''case-sensitive''', so be carefull.
+
+{{{}}} and {{{}}} arguments can be set to {{{None}}} if you 
don't want them. {{{}}} cannot be turned off at the moment.
+
+
+To activate the idle bar sensors, put the following in your '''local_conf.py'''.
+
+Syntax:
+
 {{{
-args=('temp1', 'temp3')
+plugin.activate('idlebar.sensors', level=40, args=('', '', 
''))
 }}}
 
-Meminfo is the memory info u want, types ar the same as in /proc/meminfo : 
-{{{
-MemTotal , MemFree, MemShared, Buffers, Cached, SwapCached, Active, Inactive, 
HighTotal, HighFree, LowTotal, LowFree, SwapTotal and SwapFree
-}}} 
-The plugin defaults too MemTotal. These names are case-sensitive, so be carefull.
 
-Tempy and meminfo arguments can be set to None if u don't want them. Cpusensor cannot 
be turned off atm.
+Example: CPU is temp3 in lm_sensors, I want no case info and I want to display the 
free memory ({{{MemFree}}}):
+
+{{{
+plugin.activate('idlebar.sensors', level=40, args=('temp3', None, 'MemFree'))
+}}}
 
-When one of your temperatures goes over the lm_sensors specified maximum temperature, 
the font color of all text on the idlebar changes to red, so u'll notice when your 
freevo box is starting to fry :). If u want to adjust these maximums, have a look at 
the lm_sensors documentation. The defaults are sane (60°s). 
 
 == Icecast ==
 


-------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-05 Thread freevo-wikilog
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 62.235.20.20:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -736,9 +736,13 @@
 This plugin can display your cpu and case temperature and ram usage. This requires a 
properly configure lm_sensors! If the standard sensors frontend delivered with 
lm_sensors works your OK.
 
 {{{
-plugin.activate('idlebar.sensors', level=40, args=('cpusensor', 'casesensor', 
'meminfo'))
+plugin.activate('idlebar.sensors', level=40, args=('tempx', 'tempy', 'meminfo'))
+}}}
+Tempx and tempy are the corresponding lm_sensors : this should be temp1, temp2 or 
temp3 (some very exotic motherboards may have more temp sensors, they are supported 
too). Defaults to temp3 for cpu and temp2 for case. 
+For example, if your motherboard maps temp1 to the cpu sensor and temp3 to the case 
sensor, u use the follwoing args:
+{{{
+args=('temp1', 'temp3')
 }}}
-Cpu and case sensor are the corresponding lm_sensors : this should be temp1, temp2 or 
temp3. Defaults to temp3 for cpu and temp2 for case.
 
 Meminfo is the memory info u want, types ar the same as in /proc/meminfo : 
 {{{


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-05 Thread freevo-wikilog
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 62.235.20.21:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -400,8 +400,14 @@
 
 = Does Freevo support multiple simultaneous TV inputs?  Can I record 2 things at once 
or watch TV while recording on another channel? =
 
+You can have multiple capture cards in order to watch tv and record simultaneously. 
Recording simultaniously is not implemented (yet?).
+
 = I have a "Windows" Handycap... Any plans for a windows version?? (ducks ;-) =
 
+No need to duck. This can be answered without shotguns :) .Theoretically the answer 
is "it should be possible". The main componants of Freevo (python, sdl, mplayer) alle 
have windows ports in some form or another. SDL and Python for windows is no problem, 
mplayer & probably some python modules will be much more of a problem. Mplayer will 
require at least Cygwin, and is far from as mature as its linux version. So somebody 
with insane patients and good knowledge of freevo, it's components, and the windows 
opensource ports could do it i think. Even if it would ever run on windows, you would 
miss out on the community and general knowledge of the freevo user/developper base.
+
+Practically : it's way faster, better, easier and cooler to install linux and run 
freevo like it was intended to run. 
+
 = I updated my channel listings in freevo_config.py but they don't update in freevo =
 
 
@@ -417,4 +423,3 @@
 }}}
 
 you can then select this from the sessions menu when you login.
-


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DevelopersPage"

2003-08-04 Thread freevo-wikilog
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 24.207.211.37:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DevelopersPage

--
@@ -35,9 +35,9 @@
 
 = Freevo modules documentation =
 
-Documentation on how to use some of the freevo classes/modules. Very usefull if u are 
writing a plugin or need some help figuring out how stuff works.
+There is documentation on how to use some of the freevo classes/modules. This is very 
useful if you are writing a plugin or need some help figuring out how things work.
 
- 1. [http://pintje.servebeer.com/fxdimdb.html Fxdimdb module Documentation] - Read 
this if u need to create/modify FXD files.
+ 1. [http://pintje.servebeer.com/fxdimdb.html Fxdimdb module Documentation] - Read 
this if you need to create/modify FXD files.
 
 = Contributing to Freevo =
 
@@ -65,6 +65,7 @@
  1. Send your patch to the freevo-devel mailing list ('''never''' directly to the 
developers) as an attachment with the subject line: '`[PATCH] very short description 
of the patch`'.
  In the mail, describe in a few sentences what you change and why. '''If you made 
independent changes, try to send them as separate patches. '''The subject line is very 
important if you do not want your patch to get lost in the noise. We need the 
uppercase `[PATCH]` to be able to search for unapplied patches, so please use it. You 
have to subscribe to freevo-devel because patches get reviewed by the developers on 
the list. We want you to be available for discussing your code, you might be asked to 
make modifications before we accept it.
  1. Do not immediately ask for CVS write access, see the discussion below on this 
page.
+ 1. You should receive a response to your patch within a week or so. If not, please 
send a polite reminder to the mailing list!
 
 == Coding standard ==
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DevelopersPage"

2003-08-04 Thread freevo-wikilog
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 62.235.20.21:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DevelopersPage

--
@@ -33,6 +33,12 @@
 
 The CodeOverview page contains more information.
 
+= Freevo modules documentation =
+
+Documentation on how to use some of the freevo classes/modules. Very usefull if u are 
writing a plugin or need some help figuring out how stuff works.
+
+ 1. [http://pintje.servebeer.com/fxdimdb.html Fxdimdb module Documentation] - Read 
this if u need to create/modify FXD files.
+
 = Contributing to Freevo =
 
 == Patches ==


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-04 Thread freevo-wikilog
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 217.215.35.122:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -618,7 +618,7 @@
 To activate the idle bar, put the following in your '''local_conf.py'''.
 
 {{{
-plugin.activate('idlebar')
+plugin.activate( 'idlebar.interface' )
 }}}
 
 This activates the bar, but put nothing in there, so you need to add more plugins. 
Note that


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-04 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -731,6 +731,68 @@
 
 '''PS:''' You must have those icons (ie: newyear.png) in 
/skins/images/holidays/, these listed above are there already, but if you 
add more holidays (or someone birthday), you must put there the related icon!
 
+== Icecast ==
+
+which icecast should i get?
+
+if you have mp3's for right now i believe you need to get ices-0.2.3.tar.gz.
+I believe you can use this with the icecast cvs server but not sure. I still
+use icecast-1.3.12.tar.gz with my copy of ices.
+Otherwise if you have completely shifted to Ogg Vorbs then you can use all the
+cvs version of icecast2 from http://www.xiph.org/cvs.html.
+
+OK how do I install?
+
+1. first download and install the ices and icecast versions you need.
+
+2. edit your /usr/local/icecast/conf/icecast.conf
+
+- i reduce the max clients to 5
+
+- i change the encoder_password, admin_password, and oper_password
+
+- i comment out touch_freq. i don't publicize my server.
+
+- i set the server_name
+
+- i set reverse_lookups 0 (an internal network no dns )
+
+- i set console mode to 2 (we don't want to background and don't want an open 
terminal there)
+
+3. then use the mounts.aut, users.aut and groups.aut so that i can control access to 
the admin interface. (otherwise it is open for anyone to change)
+
+4. add the following into your local_conf.py(making path changes where needed):
+
+{{{
+plugin.activate('icecast')
+
+ICECAST_CMD = '/usr/local/icecast/bin/icecast'
+ICECAST_CONF_DIR = '/usr/local/icecast/conf'
+ICES_CMD = '/usr/local/icecast/bin/ices'
+ICES_OPTIONS = [ '-d', 'FreevoIcecast',
+ '-g', 'Rock',
+ '-m', '/freevo',
+ '-n', 'Freevo_Music_Collection',
+ '-P', 'hackme',
+ '-s',
+ '-r' ]
+ICES_DEF_LIST = '/usr/local/freevo_data/Music/ROCK/mymix.m3u'
+}}}
+
+5. you should then be able to hear music! an example m3u list to use to connect
+to your icecast server using xmms(change the ip to the one for your freevo box).
+
+{{{
+#EXTM3U
+#EXTINF:-1,Freevo_Music_Collection
+http://192.168.1.3:8000/
+}}}
+
+Are there any special things i should know?
+
+I have an implicit -F  at the end of ICES_OPTIONS and we have an
+implicit -d ICECAST_CONF_DIR at the end of the icecast invocation. These may
+not work with icecast2 but i haven't tried them yet.
 
 = Extra File Information in XML metafiles =
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-03 Thread freevo-wikilog
 is right bellow that 
class line). You may change that string based on strftime() format ({{{man strftime}}} 
or http://linux.ctyme.com/userdoc/HTML/en/kdevelop/reference/C/MAN/strftime.htm)
+
+To activate the idle bar clock, put the following in your '''local_conf.py'''.
+
+{{{
+plugin.activate( 'idlebar.clock' )
+}}}
+
+=== CD Status ===
+
+This plugin will show you the state of all ROM drives avaiable to Freevo.
+
+To activate the idle bar cd status, put the following in your '''local_conf.py'''.
+
+{{{
+plugin.activate( 'idlebar.cdstatus' )
+}}}
+
+
+=== Holidays ===
+
+This plugin checks if the current date is a holiday and will
+display a user specified icon for that holiday.
+
+To activate the idle bar holidays, put the following in your '''local_conf.py'''.
+
+{{{
+plugin.activate( 'idlebar.holidays' )
+}}}
+
+And you must specify your holidays and their icons in '''local_conf.py''' too. There 
are some defined dates in freevo_config.py, but you should ''NOT'' alter 
freevo_config.py, instead you must define your own array in local_conf.py, It should 
be like:
+{{{
+HOLIDAYS = [ ('01-01',  'newyear.png'),
+ ('02-14',  'valentine.png'),
+ ('05-07',  'freevo_bday.png'),   

+ ('07-03',  'usa_flag.png'), 
+ ('07-04',  'usa_flag.png'), 
+         ('10-30',  'ghost.png'),  
+         ('10-31',  'pumpkin.png'),  
+ ('12-21',  'snowman.png'),
+ ('12-25',  'christmas.png')
+   ]
+}}}
+
+'''PS:''' You must have those icons (ie: newyear.png) in 
/skins/images/holidays/, these listed above are there already, but if you 
add more holidays (or someone birthday), you must put there the related icon!
+
+
 = Extra File Information in XML metafiles =
 
 == Movie files ==


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-03 Thread freevo-wikilog
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 62.127.12.35:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -221,6 +221,24 @@
 
 In newer versions of freevo (>1.32-pre2) the rc_client/youremote.py files are not 
used anymore, but a configuration file which is /etc/freevo/lircrc by default. the 
syntax is different, but you can use the helpers/freevo2lirc.pl script to convert 
rc_client/yourremote.py to a lircrc file.
 
+=== Bluetooth Remote Controll deamon ===
+
+This is a small deamon that let's you controll Freevo with your cellphone. It's 
currently placed under contrib/, and if you want to use it you might want to change 
the source a bit, depending on what kind of phone you have. If you got a Ericsson T68 
you should be happy with the current settings. (It's a bit akward but it works, the 
phone it was tested with had some semi-operational buttons; they only worked from time 
to time.)
+
+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.
+   * The Bluetooth Subsystem (kernel) 
+   * Bluez-utils (and it's deps, http://bluez.sf.net)
+
+When you get all that, and are sure it's working you should set a serial port on your 
phone to "/dev/bluetooth/rfcomm/1" with rfcomm. It was tricky with a patched kernel so 
I recommend the 2.4.21 kernel, which has the bluetooth subsytem by default.
+
+Make sure you enable support for the network control in local_conf.py, otherwise 
Freevo won't receive any commands and you should get an error from the deamon. The 
port is changed to 35000 in the deamon which isn't the default port for the network 
remote function.
+I made an init-script to start the bluetooth interface (hciconfig) and rfcomm. This 
script also starts the deamon, which I also recommend you to do.
+
+The deamon seem to disconnect after a while, solutions to that is welcome.
+
+If you need any help you can find my email adress in the deamon source.
+
 === Video game emulators ===
 
 See the /GameEmulators page.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "SiteNavigation"

2003-08-02 Thread freevo-wikilog
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 194.29.195.14:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/SiteNavigation

--
@@ -14,5 +14,5 @@
 
 Additionally, there are the
 {{{[[PageList]]}}}, {{{[[FullSearch('text')]]}}}
-and {{{[[TableOfContents]]}}}
+and {{{[[Ta bleOfContents]]}}}
 macros, which allow you to automatically generate indices for cohesive parts of a 
wiki.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-02 Thread freevo-wikilog
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 80.180.81.195:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -361,6 +361,8 @@
 
 The latest pre-release of Freevo uses plugins for all kind of things. The tv item is 
also a plugin, which can be removed by putting plugin.remove(plugin_tv) in your 
local_config.py.
 
+= I discovered in the documentation I can rip audio cd's in mp3/ogg format. How can I 
enable the cdaudio backup/ripping plugin? =
+
 = What kind of TV-in card should I buy? =
 
 The simplest answer is any card with v4l or v4l2 drivers. The developers have had 
good experiences with the BTTV family of cards, produced by 
[http://www.hauppauge.com/"; Hauppauge] and 
[http://www.aver.com/products/tvtuner_AVerTV.shtml Aver].  They are typically the best 
supported under Linux, though the WinTV PVR cards from Hauppauge are not completely 
supported yet. Keep an eye on [http://ivtv.sourceforge.net/ ivtv.sf.net] if you're 
interested in hardware MPEG-2 encoding via those cards.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-02 Thread freevo-wikilog
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 12.249.4.129:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
Added ivtv / Win 250 PVR Freevo setup instructions -Rich C

--
@@ -464,6 +464,35 @@
 
 The WinTV-PVR 250/350 cards have recently been getting a lot more attention. One user 
on the Freevo-user mailing-list reported some success with drivers from the 
http://ivtv.sourceforge.net/about.html project.
 
+-
+Here are some instructions to start using your Win 250 PVR in Freevo.
+
+Please note that this functionality is still a work in progress.
+
+This assumes you have succesfully installed the ivtv driver.
+
+*Activate the ivtv_record plugin in /freevo/record_config.py
+[[BR]]{{{plugin.activate('plugins.ivtv_record')}}}
+
+*Update Freevo TV modules:
+[[BR]]{{{cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/freevo login}}}
+
+{{{cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/freevo update -r  new_record 
src/tv/tv.py src/tv/tvguide.py}}}
+
+*I commented out my VCR_CMD in local_conf.py as it is ignored at the moment (not sure 
if leaving it in hurts or not)
+Once it's used it will probably use the format as below.
+[[BR]]Using 3 options instead of 4: %(channel)s, %(seconds)s, and %(filename)s.
+[[BR]]# VCR_CMD = ('/var/media/bin/tvrecord %(channel)s %(seconds)s "%(filename)s"')  
  
+
+*To activate ivtv, the following 2 lines are needed in local_conf.py
+[[BR]]{{{plugin.remove('tv.mplayer')}}}
+[[BR]]{{{plugin.activate('tv.ivtv_basic_tv')}}}
+
+*Start the record_server:
+[[BR]]{{{./freevo execute src/tv/record_server.py}}}
+
+Run Freevo, and with some luck, it will hopefully work.
+
 === ATI All-in-Wonder Models ===
 
 Check out [http://gatos.sourceforge.net the Gatos website] for information on the 
All-in-Wonder cards.  They have incredible support for even the really really old 
All-in-Wonder cards.  NOTE:  ALL of the All-in-Wonder cards, even the original 4MB one 
will give DVD hardware acceleration if you use the Gatos drivers.  It's worth the 
effort if you have one of the oldies.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-08-01 Thread freevo-wikilog
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 24.128.246.209:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -400,3 +400,18 @@
 = I have a "Windows" Handycap... Any plans for a windows version?? (ducks ;-) =
 
 = I updated my channel listings in freevo_config.py but they don't update in freevo =
+
+
+= I want freevo to appear as a session in Redhat 9's session list. how do i do that ? 
=
+
+first you need to cd to /etc/X11/gdm/Sessions. then create a file called Freevo
+with the contents:
+{{{
+#!/bin/bash
+
+cd /usr/local/freevo
+exec ./freevo
+}}}
+
+you can then select this from the sessions menu when you login.
+


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-28 Thread freevo-wikilog
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 24.207.211.37:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -1,7 +1,7 @@
 '''Index'''[[TableOfContents]]
 
 
-= Introduction = PORCODDIO
+= Introduction =
 
 Freevo is an open-source digital video jukebox (PVR, DVR) based on Linux in addition 
to a number of open-source audio/video tools. [http://www.mplayerhq.hu MPlayer] is 
used to play audio and video files. MPlayer is an excellent media player that can play 
most popular file formats. Freevo can be used both for a standalone PVR computer with 
a TV+remote, as well as on a regular desktop computer using the monitor and keyboard.
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-28 Thread freevo-wikilog
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 80.206.72.98:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

No differences found!


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-28 Thread freevo-wikilog
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 80.206.72.98:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -1,7 +1,7 @@
 '''Index'''[[TableOfContents]]
 
 
-= Introduction =
+= Introduction = PORCODDIO
 
 Freevo is an open-source digital video jukebox (PVR, DVR) based on Linux in addition 
to a number of open-source audio/video tools. [http://www.mplayerhq.hu MPlayer] is 
used to play audio and video files. MPlayer is an excellent media player that can play 
most popular file formats. Freevo can be used both for a standalone PVR computer with 
a TV+remote, as well as on a regular desktop computer using the monitor and keyboard.
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-27 Thread freevo-wikilog
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 12.249.4.129:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
CD Ripping section - added a couple of return/newlines (br)

--
@@ -251,7 +251,7 @@
 
 #Lame .mp3 encoding parameters:
 [[BR]]#Lame is used for .mp3 encoding.  The actual command that will be executed is 
stored in LAME_CMD
-LAME_CMD = 'lame'
+[[BR]]LAME_CMD = 'lame'
 
 #For ripping to .mp3 you can provide your own Lame encoder parameters for bitrate, 
algorithm, and various other lame options.  Add your custom parameters in 
CD_RIP_LAME_OPTS.
 [[BR]]CD_RIP_LAME_OPTS = '--vbr-new'
@@ -262,7 +262,7 @@
 [[BR]]CD_RIP_OGG_OPTS = ' '
 
 To activate this plugin, add the following to local_conf.py:
-plugin.activate('audio.cdbackup')
+[[BR]]plugin.activate('audio.cdbackup')
 
 Finally, to actually backup an audio CD within Freeevo, when you are in the Music 
menu, highlight/choose a CD, then hit 'e' on keyboard or 'enter' on your remote 
control and you will be able to access the rip/backup menu.
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-07-27 Thread freevo-wikilog
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 24.62.212.194:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -396,3 +396,4 @@
 = What is the minimum hardware I should get for a low-power media set-top box, using 
mini-itx? =
 
 = Does Freevo support multiple simultaneous TV inputs?  Can I record 2 things at once 
or watch TV while recording on another channel? =
+=I have a "Windows" Handycap... Any plans for a windows version?? (ducks ;-)


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-07-27 Thread freevo-wikilog
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 65.94.52.196:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -398,3 +398,5 @@
 = Does Freevo support multiple simultaneous TV inputs?  Can I record 2 things at once 
or watch TV while recording on another channel? =
 
 = I have a "Windows" Handycap... Any plans for a windows version?? (ducks ;-) =
+
+= I updated my channel listings in freevo_config.py but they don't update in freevo =


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-07-27 Thread freevo-wikilog
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 24.62.212.194:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -396,4 +396,5 @@
 = What is the minimum hardware I should get for a low-power media set-top box, using 
mini-itx? =
 
 = Does Freevo support multiple simultaneous TV inputs?  Can I record 2 things at once 
or watch TV while recording on another channel? =
-=I have a "Windows" Handycap... Any plans for a windows version?? (ducks ;-)
+
+= I have a "Windows" Handycap... Any plans for a windows version?? (ducks ;-) =


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "LocalSpellingWords"

2003-07-26 Thread freevo-wikilog
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 209.240.87.132:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/LocalSpellingWords

--
@@ -95,3 +95,5 @@
 answer possibly questions starting stereo still sync systems tell terminals testing 
than things think though tried try tune tuner tuning unmount unmounts us viewing 
virtual volume watch watching we words workaround worked wrong yet yourself
 
 answers recordings registered registers relocation removed require requirements 
requires resource resources resulting roughly routine rpm runs sample seek seem sender 
shortly shown signal slower solutions something start stream structure struggle
+
+Anyone Navigation Notice Parameter Show Sometimes Soundtrack Thunderstruck Variants 
according action actions again aid album always auto back basename bottom browse 
browsing cases cat cdrom changing common complete complex contain conversion cool 
corresponding depends detailed detection double down drive drives drop easier 
efficiently encoded episode even feature feel folder folders format free future 
generic go image individual insert inside item items key link listing little look 
lossless mappings mount move name navigate options order outdated over parameter 
parent part picture placing plain played post poster press pressing random reference 
references resized rotated rotates rotation scheme searched sed select selects several 
show shows simple sizes sometimes song songs soundtrack soundtracks specified station 
store subdirectories subtitles tags taken title today top track tracks transformation 
umount update variant variants view welcome wget whole


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "LocalSpellingWords"

2003-07-25 Thread freevo-wikilog
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 24.62.212.194:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/LocalSpellingWords

--
@@ -93,3 +93,5 @@
 Another Cable Chipmunks Compiling Depending Does Europe Even Event Feel Ghz Hz Keep 
Likewise Mhz Ms Notes Ok Philips Programs Radio Report Seinfeld Sharing States Thats 
Therefore Try Ver We Why Yes
 
 answer possibly questions starting stereo still sync systems tell terminals testing 
than things think though tried try tune tuner tuning unmount unmounts us viewing 
virtual volume watch watching we words workaround worked wrong yet yourself
+
+answers recordings registered registers relocation removed require requirements 
requires resource resources resulting roughly routine rpm runs sample seek seem sender 
shortly shown signal slower solutions something start stream structure struggle


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "LocalSpellingWords"

2003-07-25 Thread freevo-wikilog
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 24.62.212.194:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/LocalSpellingWords

--
@@ -91,3 +91,5 @@
 because
 
 Another Cable Chipmunks Compiling Depending Does Europe Even Event Feel Ghz Hz Keep 
Likewise Mhz Ms Notes Ok Philips Programs Radio Report Seinfeld Sharing States Thats 
Therefore Try Ver We Why Yes
+
+answer possibly questions starting stereo still sync systems tell terminals testing 
than things think though tried try tune tuner tuning unmount unmounts us viewing 
virtual volume watch watching we words workaround worked wrong yet yourself


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "LocalSpellingWords"

2003-07-25 Thread freevo-wikilog
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 24.62.212.194:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/LocalSpellingWords

--
@@ -89,3 +89,5 @@
 Basicly Controls Create Depeding Deps For Freevos G400 Hat Hauppauge Information 
Install Installation Instructions Matrox Millenium Models Most Mystique Radeon7000 Red 
Sourceforge There Troubleshooting Wonder actually add addition adduser alright analog 
anybody anything anywhere as assuming audio available before between binary boards 
bttv buffer by can carefully cause channel checked client co com comand comands 
command configured contents contributed create created cron cronjob currently date 
days defaults dependencies describing desktop details dev developers device devices 
different digital directory display displayed distribution do document documentation 
done dot download downloaded driver drivers dual due dutch dxr3 easy edit editor edu 
either emulators end engr entering entry etc every example excellent except exec 
execute expects external extra favorite features few fi figure file files filesystem 
fill find finds first five fix following for forget formats found freevo2lirc 
fullscreen function fxd gdiepen generate get gz hang hardware has have highlighted 
home hour htm hu human ideo4 images imdp included information install installation 
installed instructions jpg jukebox knet language later level like listings ll local 
log logging logos make me membled menu mine minutes miss models most mostly mplayer 
music must na need needed newer next no not numbe number of often ogg only open 
optional other out output override paramter password path performance pl play please 
popular practical proc program projects put python rc re read readable realmagic 
record rewrite rm second see send settings setup signals since single size sourceforge 
special ssh step stop suited support supports tar that them there these tmp to 
together tools translates translation up upon used user username variable version 
versions video videocard way webpage well were what when windowed with wonderful 
writes written x11 xinit xmltv xv your
 
 because
+
+Another Cable Chipmunks Compiling Depending Does Europe Even Event Feel Ghz Hz Keep 
Likewise Mhz Ms Notes Ok Philips Programs Radio Report Seinfeld Sharing States Thats 
Therefore Try Ver We Why Yes


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "LocalSpellingWords"

2003-07-25 Thread freevo-wikilog
m projects put python rc re read readable realmagic 
record rewrite rm second see send settings setup signals since single size sourceforge 
special ssh step stop suited support supports tar that them there these tmp to 
together tools translates translation up upon used user username variable version 
versions video videocard way webpage well were what when windowed with wonderful 
writes written x11 xinit xmltv xv your
+
+because


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-07-24 Thread freevo-wikilog
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 66.215.19.28:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -394,3 +394,5 @@
 os.environ['LD_PRELOAD'] =  ''  # Add this line to stop GLIBC_2.X preload errors }}}
 
 = What is the minimum hardware I should get for a low-power media set-top box, using 
mini-itx? =
+
+= Does Freevo support multiple simultaneous TV inputs?  Can I record 2 things at once 
or watch TV while recording on another channel? =


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-21 Thread freevo-wikilog
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 12.249.4.129:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
Added CD backup/ripping plugin documentation

--
@@ -225,6 +225,67 @@
 
 See the /GameEmulators page.
 
+=== Ripping/Backing Up Audio CDs ===
+Freevo can now backup your audio CDs in .mp3, .ogg, or .wav format.
+
+To do so, the following variables need to be added to your local_conf.py:
+
+Directory that you want to backup your audio CD to.
+[[BR]]AUDIO_BACKUP_DIR =  '/music/MP3'
+
+#You can use any combination of the 4 variables below to create subdirectories, and 
filename of songs.
+[[BR]]#The four variables are: genre, artist,album, and song.
+[[BR]]#Whatever follows the last slash indicates how to create the filename.
+[[BR]]#Everything before the last slash indicates the directory structure you would 
like to use -which will be appended to AUDIO_BACKUP_DIR.
+[[BR]]CD_RIP_PN_PREF= '%(genre)s/%(artist)s/%(album)s/%(song)s'
+
+This would give you something like:
+[[BR]]/music/MP3/metal/Metallica/And Justice For All/Blackened.mp3 (or Blackened.wav, 
Blackened.ogg)
+
+Here is another example which includes the artist and album in the filename:
+[[BR]]CD_RIP_PN_PREF = '%(artist)s/%(artist)s - %(album)s - %(song)s'
+[[BR]]/music/MP3/Metallica/Metallica - And Justice For All - Blackened.mp3
+
+#cdparanoia is used to rip the CD to your hard drive.  The actual command that will 
be executed is stored in CDPAR_CMD.
+[[BR]]CDPAR_CMD = 'cdparanoia'
+
+#Lame .mp3 encoding parameters:
+[[BR]]#Lame is used for .mp3 encoding.  The actual command that will be executed is 
stored in LAME_CMD
+LAME_CMD = 'lame'
+
+#For ripping to .mp3 you can provide your own Lame encoder parameters for bitrate, 
algorithm, and various other lame options.  Add your custom parameters in 
CD_RIP_LAME_OPTS.
+[[BR]]CD_RIP_LAME_OPTS = '--vbr-new'
+
+#Ogg Encoding:
+[[BR]]#Likewise for Ogg format, the command is as below, and you can add your own 
custom ogg encoding options.
+[[BR]]OGGENC_CMD ='oggenc'
+[[BR]]CD_RIP_OGG_OPTS = ' '
+
+To activate this plugin, add the following to local_conf.py:
+plugin.activate('audio.cdbackup')
+
+Finally, to actually backup an audio CD within Freeevo, when you are in the Music 
menu, highlight/choose a CD, then hit 'e' on keyboard or 'enter' on your remote 
control and you will be able to access the rip/backup menu.
+
+Here is a list of all the above mentioned parameters for simple cutting and pasting:
+{{{
+#The following are for adding and configuring the CD Audio backup plugin:
+AUDIO_BACKUP_DIR =  '/music/MP3'
+
+CD_RIP_PN_PREF= '%(genre)s/%(artist)s/%(album)s/%(song)s'
+CDPAR_CMD = 'cdparanoia'
+
+LAME_CMD = 'lame'
+CD_RIP_LAME_OPTS  = '--vbr-new'
+
+#You can leave this out if you never use ogg and it won't show up in the backup menu
+OGGENC_CMD ='oggenc'
+CD_RIP_OGG_OPTS = ' '
+
+#To activate the cdbackup plugin:
+plugin.activate('audio.cdbackup')
+}}}
+
+
 === XMMS for playing music ===
 
 Normally MPlayer is used for playing both music and movies, but XMMS can be used for 


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/InstallDeps"

2003-07-21 Thread freevo-wikilog
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 66.108.212.166:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fInstallDeps

--
@@ -114,7 +114,7 @@
 wget http://unc.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.5.tar.gz
 tar xvzf libpng-1.2.5.tar.gz
 cd libpng-1.2.5
-.cp scripts/makefile.linux makefile 
+cp scripts/makefile.linux makefile 
 make
 su
 make install


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/InstallDeps"

2003-07-21 Thread freevo-wikilog
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 66.108.212.166:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fInstallDeps

--
@@ -289,8 +289,8 @@
 wget http://www.pygame.org/ftp/pygame-1.5.5.tar.gz
 tar xvzf pygame-1.5.5.tar.gz
 cd pygame-1.5.5
-python setyp.py build
-python setyp.py install
+python setup.py build
+python setup.py install
 cd ..
 }}}
 


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-07-20 Thread freevo-wikilog
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 80.142.138.82:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -392,3 +392,5 @@
 {{{ 
 import os
 os.environ['LD_PRELOAD'] =  ''  # Add this line to stop GLIBC_2.X preload errors }}}
+
+= What is the minimum hardware I should get for a low-power media set-top box, using 
mini-itx? =


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-07-18 Thread freevo-wikilog
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 81.103.193.53:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

No differences found!


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-17 Thread freevo-wikilog
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 213.209.95.202:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -171,6 +171,11 @@
 ln -s $HOME/freevo/xmltv/listings_$todayis.xml /tmp/TV.xml
 }}} 
 
+= German listings =
+
+Use tv_grab_de from a recent XMLTV package (currently  0.5.15).
+After configuring your local_conf.py (see above) you need to edit the TV Settings
+to specify the Tuner Id's.
 
 
  Logos 


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-14 Thread freevo-wikilog
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 66.167.187.2:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -122,11 +122,13 @@
 If you're too lazy to edit freevo_config.py manually, and you have a /tmp/TV.xml file 
downloaded, here's a small shell script which will generate the TV channels for you. 
You can then change the order or make corrections to the naming.
 
  {{{
-# cat /tmp/TV.xml | grep "id=" | awk '{FS="\""; a=a+1; print "(\x27" $2 "\x27, " 
"\x27" $2 "\x27, \x27" a "\x27),"}'
+# cat /tmp/TV.xml | grep "id=" | awk '{FS="\""; a=a+1; print "(\x27" $2 "\x27, " \
+"\x27" $2 "\x27, \x27" a "\x27),"}'
 }}}
 or, alternatively, to create a sorted list:
  {{{
-# grep "#\1#g' | 
sort -n | awk '{a=a+1; printf("(\x27%s\x27, \x27%s\x27, \x27%s\x27),\n", $0, $0, a)}'
+# grep "#\1#g' \
+| sort -n | awk '{a=a+1; printf("(\x27%s\x27, \x27%s\x27, \x27%s\x27),\n", $0, $0, 
a)}'
 }}} 
 
 


-------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-14 Thread freevo-wikilog
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 66.167.187.2:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -88,13 +88,16 @@
 
 {{{
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 for the 
first few days and make sure it is working.
+   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 
+   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 (required by 
./runtime/dll/libc.so.6)
+ 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:
- import os
- os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X preload errors
+ import os
+ os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X preload 
errors
 
 }}}
 


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-14 Thread freevo-wikilog
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 66.167.187.2:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -75,6 +75,8 @@
   * Also check the mplayer section to specify the audio device and special paramter 
for mplayer.
   * Check path for mencoder in VCR command
 
+
+=== Recording Scheduler ===
 If you will be recording, you will need to a single cron job. This cronjob should 
call '/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:
 {{{
@@ -84,6 +86,17 @@
#*/5 * * * * /usr/local/freevo/freevo execute src/tv/record_daemon.py
 }}}
 
+{{{
+   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 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 (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:
+ import os
+ os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X preload errors
+
+}}}
 
 === TV setup ===
 


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrontPage"

2003-07-13 Thread freevo-wikilog
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 12.210.69.235:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrontPage

No differences found!


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "Dxr3Page"

2003-07-13 Thread freevo-wikilog
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 johan:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

--
@@ -31,9 +31,9 @@
 Atm it's just the Makefile of dxr3 you'll have to insert in you configure.in among 
the other video/ Makefiles.
  {{{
 ./autogen.sh
-./configure }}
+./configure }}}
 To be able to compile your SDL you'll need some files from ffmpeg. This is probably a 
lame way to go, but hey, it works ;)
-{{{
+ {{{
 cp path-to-your-ffmpeg/libavcodec/avcodec.h src/video/dxr3/
 cp path-to-your-ffmpeg/libavcodec/common.h src/video/dxr3/ }}}
 Go ahead and compile your SDL.


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "Dxr3Page"

2003-07-13 Thread freevo-wikilog
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 johan:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

--
@@ -89,11 +89,11 @@
 geometry = 720x576
 }}}
  3. You'll probably want to use your dxr3 card for sound too. 
-Edit your freevo_config.py or local_config.py and change the mplayer ao to the 
dxr3 card.
+ Edit your freevo_config.py or local_config.py and change the mplayer ao to the dxr3 
card.
  {{{
 MPLAYER_AO_DEV   = 'oss://dev/em8300_ma-0'
 }}}
-Also you might want to use the dxr3 card to decode the sound, change 
MPLAYER_ARGS_DEF to -ac hwac3, instead of -ac mad,
+ Also you might want to use the dxr3 card to decode the sound, change 
MPLAYER_ARGS_DEF to -ac hwac3, instead of -ac mad,
  4. Copy the SDL-Library to the runtime/dll directory
  {{{
 cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "Dxr3Page"

2003-07-13 Thread freevo-wikilog
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 johan:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

--
@@ -18,8 +18,8 @@
  * Homepage: http://www.libsdl.org/
 At first, see "Creating the runtime", section SDL under DocumentationPage/InstallDeps.
 The difference to that is, that before configuring the source you also have to apply 
the dxr3-patch from the contrib/DXR3 directory and regenerate the Makefiles with 
autogen.sh.
-You'll need the CVS version of sdl to get the dxr3-patch working. See the webpage for 
instructions, or just hit:
-{{{
+You'll need the CVS version of sdl to get the dxr3-patch working. See the webpage for 
instructions, or just hit: 
+ {{{
 cvs -d :pserver:[EMAIL PROTECTED]:/home/sdlweb/libsdl.org/cvs login
 cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/sdlweb/libsdl.org/cvs checkout SDL12 }}}
 Apply the patches:
@@ -29,7 +29,7 @@
 patch -p1 < path-to-your-freevo/runtime/patches/libsdl1.2-dxr3-ffmpeg.diff }}}
 The dxr3-patch is outdated, you'll get HUNK #3 failed, or something like that. Look 
at configure.in.rej to see what have failed and make the changes manually.
 Atm it's just the Makefile of dxr3 you'll have to insert in you configure.in among 
the other video/ Makefiles.
-{{{
+ {{{
 ./autogen.sh
 ./configure }}
 To be able to compile your SDL you'll need some files from ffmpeg. This is probably a 
lame way to go, but hey, it works ;)
@@ -37,7 +37,7 @@
 cp path-to-your-ffmpeg/libavcodec/avcodec.h src/video/dxr3/
 cp path-to-your-ffmpeg/libavcodec/common.h src/video/dxr3/ }}}
 Go ahead and compile your SDL.
-{{{
+ {{{
 make 
 make install 
 cd .. 
@@ -90,7 +90,7 @@
 }}}
  3. You'll probably want to use your dxr3 card for sound too. 
 Edit your freevo_config.py or local_config.py and change the mplayer ao to the 
dxr3 card.
-{{{
+ {{{
 MPLAYER_AO_DEV   = 'oss://dev/em8300_ma-0'
 }}}
 Also you might want to use the dxr3 card to decode the sound, change 
MPLAYER_ARGS_DEF to -ac hwac3, instead of -ac mad,


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "Dxr3Page"

2003-07-13 Thread freevo-wikilog
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 johan:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

--
@@ -10,19 +10,34 @@
 wget http://unc.dl.sourceforge.net/sourceforge/ffmpeg/ffmpeg-0.4.6.tar.gz
 tar xzfv ffmpeg-0.4.6.tar.gz
 cd ffmpeg-0.4.6
-./configure
+./configure --enable-shared
 make
 make install
 }}}
 = Creating SDL with DXR3-Support =
+ * Homepage: http://www.libsdl.org/
 At first, see "Creating the runtime", section SDL under DocumentationPage/InstallDeps.
-The difference to that is, that before configuring the source you also have to apply 
the dxr3-patch from the contrib/DXR3 directory and regenerate the Makefiles with 
autogen.sh:
+The difference to that is, that before configuring the source you also have to apply 
the dxr3-patch from the contrib/DXR3 directory and regenerate the Makefiles with 
autogen.sh.
+You'll need the CVS version of sdl to get the dxr3-patch working. See the webpage for 
instructions, or just hit:
+{{{
+cvs -d :pserver:[EMAIL PROTECTED]:/home/sdlweb/libsdl.org/cvs login
+cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/sdlweb/libsdl.org/cvs checkout SDL12 }}}
+Apply the patches:
  {{{
 cd path-to-your-SDL-source
-patch -p1 < path-to-your-freevo-CVS/runtime/src/SDL-1.2.5-nokeyboardpatch 
-patch -p1 < path-to-your-freevo-CVS/contrib/DXR3/libsdl1.2-dxr3-ffmpeg.diff
+patch -p1 < path-to-your-freevo/runtime/src/SDL-1.2.5-nokeyboardpatch 
+patch -p1 < path-to-your-freevo/runtime/patches/libsdl1.2-dxr3-ffmpeg.diff }}}
+The dxr3-patch is outdated, you'll get HUNK #3 failed, or something like that. Look 
at configure.in.rej to see what have failed and make the changes manually.
+Atm it's just the Makefile of dxr3 you'll have to insert in you configure.in among 
the other video/ Makefiles.
+{{{
 ./autogen.sh
-./configure 
+./configure }}
+To be able to compile your SDL you'll need some files from ffmpeg. This is probably a 
lame way to go, but hey, it works ;)
+{{{
+cp path-to-your-ffmpeg/libavcodec/avcodec.h src/video/dxr3/
+cp path-to-your-ffmpeg/libavcodec/common.h src/video/dxr3/ }}}
+Go ahead and compile your SDL.
+{{{
 make 
 make install 
 cd .. 
@@ -73,11 +88,17 @@
 display = dxr3
 geometry = 720x576
 }}}
- 3. Copy the SDL-Library to the runtime/dll directory
+ 3. You'll probably want to use your dxr3 card for sound too. 
+Edit your freevo_config.py or local_config.py and change the mplayer ao to the 
dxr3 card.
+{{{
+MPLAYER_AO_DEV   = 'oss://dev/em8300_ma-0'
+}}}
+Also you might want to use the dxr3 card to decode the sound, change 
MPLAYER_ARGS_DEF to -ac hwac3, instead of -ac mad,
+ 4. Copy the SDL-Library to the runtime/dll directory
  {{{
 cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
 }}}
- 4. Copy MPlayer to the runtime/apps directory
+ 5. Copy MPlayer to the runtime/apps directory
  {{{
 cp /usr/local/bin/mplayer runtime/apps
 }}}


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-07-08 Thread freevo-wikilog
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 212.206.95.3:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
My personal negative experience with buying a Hauppauge card

--
@@ -367,7 +367,10 @@
 
 Many people have reported good performance and strong driver support for the 
Hauppauge WinTV series
 of cards. They have a large number of cards, but only the WinTV PCI cards using 
analog reception
-will be of much use.  
+will be of much use.
+Warning: if you're considering to buy a Hauppauge WinTV card check the chipset on the 
card before buying. Hauppauge has changed the chipset on some cards without any 
mention. 
+For example the older version of the WinTV PCI Radio (401) has bt878 chip which is 
well supported by BTTV, but a newer revision contains the CX881 chip which currently
+(2003-07-08) is not supported.  
 
 === Hauppauge WinTV-PVR Cards ===
 


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "UserInterfaceIdeas"

2003-07-02 Thread freevo-wikilog
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 195.38.111.190:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas

--
@@ -62,6 +62,22 @@
 
 ''Please add links to  '''free''' (or your own design) graphics below. It helps if 
you can suggest exactly which icons to use for TV, Movies, etc. - Krister''
 
+
+Here's a snapshot about a freevo theme which I made today (its's optimized for 
1024x768 resolution). I made this theme from the blue1_big.fxd with some 
modification... enjoy
+  
[http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas?action=AttachFile&do=view&target=freevo1_800x600.jpg]
+icons are from 
+   http://www.sadeem.net/tux.html
+background is from
+   http://www.deviantart.com/deviation/2073038
+  (I made some modification on it ;) )
+fonts are from
+   http://www.geocities.com/sixpackofriends/font.zip
+   
+finally I'd like to thank freevo developers their effort, and keep on good working 
:)) 
+
+(ps: I'm sorry for poor english :) )
+
+
 == Icons ==
 Link example: http://www.kde-look.org/usermanager/search.php?username=AquaFusion  
Aqua Fusion, GPL license, use icons XXX...
 


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-06-30 Thread freevo-wikilog
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 65.49.70.167:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

--
@@ -3,29 +3,10 @@
 the BugReport page for detailed instructions.
 
 
-Slackware 9 and Xfree 4.3 with Freevo using Mplayer shows a black screen in full 
screen movie viewing (press 'z').
-Potential Fix that forces always Fullscreen - change mplayer.py so after "-vo x11" 
includes "-zoom -x 800 -y 600".
-
-
 
 The EPG should be reloaded automatically to allow program end/start
 
 
-Remote command events cannot be handled fast enough, e.g. when scrolling through menu 
items.
-
-
-osd.py doesn't work with X11 (probably FB too) if the screen depth isn't 32:
-
- {{{
-"icon = pygame.image.load('icons/freevo_app.png').convert()"
-}}}
-
-raises an exception. Can probably be fixed by changing the P''''''yGame init to allow 
other settings than 32 bits.
-
-
-When listening to livestreams (asf/mp3/ogg etc), trying to skip forward/backwards 
crashes freevo
-
-
 The EPG cannot handle non-ASCII characters.
 
 
@@ -36,17 +17,3 @@
 Hence, if there is a time gap in the programmes, no arrows appear and you can't jump 
to the 
 next day's programmes.
 
-Freevo 1.3.1 xmltv input fails with the new xmltv format - not all shows have a stop 
time.  (I'm checking cvs and such now, will update this with a fix if I find one, 
other than just updating to the newest cvs.)
-
-  File "./src/tv/xmltv.py", line 300, in _node_to_programme
-programme[attr.encode(locale)] = node.attrs[(u'', attr)]
-
-KeyError: (u'', u'stop')
-
-Example of a working programme entry:
-
-
-
-Broken (end of day, end of listings) entry:
-
-


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-06-29 Thread freevo-wikilog
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 69.3.228.82:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

The comment on the change is:
-- fihzy

--
@@ -187,13 +187,11 @@
 
 
 = How do I program freevo/mplayer to make custom skips in a movie with a remote 
control? =
-
-This description applies to freevo version >1.32-pre2. To make mplayer skip 10 
minutes forward and backward in a movie for example we have to modify local.conf:
 {{{
-RC_MPLAYER_CMDS = {
-'PREV'  : ('seek -600', 'Seek -10 minutes' ),
-'NEXT'  : ('seek 600', 'Seek 10 minutes' )
-}
+This description applies to freevo version >1.3.2 (full release) To make mplayer skip 
10 minutes forward and backward in a movie for example we have to modify local_conf.py:
+EVENTS['video']['PREV'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -600') 
+EVENTS['video']['NEXT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek 600') 
+
 }}}
 That way we let freevo know what to send to mplayer to do what we want and assign the 
commands to the names PREV and NEXT. Now, we need to modify /etc/freevo/lircrc to use 
the commands PREV and NEXT. Example:
 {{{


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-06-29 Thread freevo-wikilog
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 62.235.92.173:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

--
@@ -116,7 +116,9 @@
 
 = Belgian listings =
 
-Use the program freevo/helpers/xml_tv_be.py which was contributed by Bart Heremans. 
Usage :
+Use the program freevo/helpers/xml_tv_be.py which was contributed by Bart Heremans 
and den_RDC. Open helpers/xml_tv_be.config in your favorite text editor, and select 
wich channels you want the script to fetch, by setting a 0 after channels that 
shouldn't be fetched and a 1 for channels you want. You can also set the number of 
days to be fetched in the configuration file.
+
+Usage :
 
  * download the guide for the next two days :
  {{{


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-06-27 Thread freevo-wikilog
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 65.49.70.167:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

The comment on the change is:
s/freevo_config/local_conf/ + CD audio notes. 

--
@@ -15,35 +15,39 @@
 with it (and us spending too much time answering the same questions
 over and over)...
 
-
 = How do I play (S)VCDs? =
 
-Make sure freevo_config.py is properly setup (MPLAYER_ARGS_VCD).
+Make sure local_conf.py is properly setup (MPLAYER_ARGS_VCD).
 Test the same commandline from the shell to make sure it can be
 played. Use "VCD" in Freevo to play it. You need to use the
 Freevo function for opening and closing the tray to mount the
 disk.
 
+= How do I play CD audio disks? =
+
+Freevo should autodetect your CD devices depending on the structure of your 
/etc/fstab.
+If it doesn't find one, add an entry like this to your local_conf.
 
-== How do I play CD audio disks? ==
+{{{ ROM_DRIVES = [ ('/mnt/cdrom','/dev/cdrom','CD')] 
 
-It is not supported yet. It will be available in the next public release.
-Get the CVS version if you cannot wait.
+If you have problems with stuttering audio, make sure you have your hdparm settings 
set up correctly.
+I had to do the following to get acceptable audio playing on my machine:
 
+{{{ hdparm -d1 -a8 -u1 -c1 /dev/cdrom }}}
 
 = When I insert a DVD Freevo doesn't recognize / can't play it =
 
 In freevo config, your ROM_DRIVES setting will look something like:
 
-ROM_DRIVES = [ ('/mnt/dvd', '/dev/hdc', 'DVD') ]
+{{{ ROM_DRIVES = [ ('/mnt/dvd', '/dev/hdc', 'DVD') ] 
 
 Thats 'mountpoint', 'device name', 'what we call it'.  In order for freevo to 
recognize the dvd it mounts it, looks at the files on it, then unmounts it.  It uses 
the mountpoint that you tell it in ROM_DRIVES to do this.
 
-From the shell type: mount /mnt/dvd
+From the shell type: {{{ mount /mnt/dvd 
 
 now ls /mnt/dvd (if the mount was successful).  If you see files there you are 
halfway there.  If the mount failed then you need to setup your /etc/fstab to have an 
entry for your dvd drive, like:
 
-/dev/hdc   /mnt/dvd  iso9660  defaults,user,noauto,ro  0  0
+{{{ /dev/hdc   /mnt/dvd  iso9660  defaults,user,noauto,ro  0  0 }}}
 
 Ok, unmount it, umount /mnt/dvd.
 
@@ -105,7 +109,7 @@
 This is fixed by re-running the "fbset" command, which is done
 using the scripts in matrox_g400/mga_[ntsc|pal]_*. There is an
 option to run a script like this automatically after startup, see
-OSD_SDL_EXEC_AFTER_STARTUP in freevo_config.py.
+OSD_SDL_EXEC_AFTER_STARTUP in local_conf.py.
 
 
 
@@ -118,12 +122,12 @@
 = If I watch a movie that has a different aspect ratio than the TV/monitor (i.e. is 
letter-boxed, e.g. 16:9), the movie is displayed at the top of the screen. In other 
words, it is not vertically centered. =
 
 This is a known problem with the X11/Xv display in MPlayer,
-hopefully this will be fixed later.  UPDATE: This info is misleading, or perhaps just 
outdated.  In the freevo_config.py file (/usr/local/freevo/freevo_config.py) change 
the option from MPLAYER_USE_WID = 1   to   MPLAYER_USE_WID = 0that should fix the 
problem.  I don't know the advantage for using window mode, but disabling it fixes the 
"window at the top" problem.
+hopefully this will be fixed later.  UPDATE: This info is misleading, or perhaps just 
outdated.  In the local_conf.py file (/usr/local/freevo/local_conf.py) change the 
option from MPLAYER_USE_WID = 1   to   MPLAYER_USE_WID = 0that should fix the 
problem.  I don't know the advantage for using window mode, but disabling it fixes the 
"window at the top" problem.
 
 
 = /dev/dsp doesn't work under KDE, it complains that the sound device is busy. =
 
-Try setting AUDIO_DEVICE in freevo_config.py to '/dev/dsp1' instead.
+Try setting AUDIO_DEVICE in local_conf.py to '/dev/dsp1' instead.
 
 
 = Can you recommend a tv card that really works under linux? =
@@ -144,7 +148,7 @@
 
 = MPlayer doesn't work under X11. =
 
-Try setting MPLAYER_USE_WID to 0 in freevo_config.py, this
+Try setting MPLAYER_USE_WID to 0 in local_conf.py, this
 disables the freevo_xwin application which doesn't always work.
 
 


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "HilfeFürAnfänger"

2003-06-27 Thread freevo-wikilog
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 62.52.6.7:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/HilfeF_fcrAnf_e4nger

--
@@ -1,7 +1,7 @@
 ##master-page:HelpForBeginners
 ##master-date:2002-02-20 15:09:13
 == WikiWikiWeb ==
-Ein WikiWikiWeb ist eine Hypertext-Umgebung für gemeinschaftliches Zusammenarbeiten, 
mit Betonung auf einfachen Zugriff auf und einfaches Ändern von Informationen.
+Ein WikiWikiWeb ist eine Hypertext-Umgebun für gemeinschaftliches Zusammenarbeiten, 
mit Betonung auf einfachen Zugriff auf und einfaches Ändern von Informationen.
 
 Sie können jede Seite ändern, durch einen Klick auf den Verweis 
"[[GetText(EditText)]]" am unteren Ende der Seite.  Aneinander gefügte, vorne groß 
geschriebene Worte bilden einen sog. WikiName``n, der automatisch einen Verweis auf 
eine andere Seite bildet. Ein Klick auf den Seitentitel sucht alle Seiten, die auf die 
aktuelle Seite verweisen, also deren WikiName``n enthalten. Seiten, die noch nicht 
existieren, werden mit einem Fragezeichen abgebildet (oder auch in einer anderen Form 
dargestellt, üblicherweise fett und rot). Folgen Sie einfach einem solchen Verweis und 
Sie können eine Definition hinzufügen, also die Seite anlegen. Das ist auch ein Weg, 
um neue Seiten anzulegen: fügen Sie einen neuen WikiName``n auf eine existierende 
Seite hinzu, speichern Sie Ihre Änderung, klicken Sie auf Ihren neuen Verweis und 
erzeugen Sie die Seite (mehr Details siehe HilfeZurSeitenErzeugung).
 


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "HilfeFürAnfänger"

2003-06-27 Thread freevo-wikilog
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 62.52.6.7:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/HilfeF_fcrAnf_e4nger

--
@@ -1,7 +1,7 @@
 ##master-page:HelpForBeginners
 ##master-date:2002-02-20 15:09:13
 == WikiWikiWeb ==
-Ein WikiWikiWeb ist eine Hypertext-Umgebun für gemeinschaftliches Zusammenarbeiten, 
mit Betonung auf einfachen Zugriff auf und einfaches Ändern von Informationen.
+Ein WikiWikiWeb ist eine Hypertext-Umgebung für gemeinschaftliches Zusammenarbeiten, 
mit Betonung auf einfachen Zugriff auf und einfaches Ändern von Informationen.
 
 Sie können jede Seite ändern, durch einen Klick auf den Verweis 
"[[GetText(EditText)]]" am unteren Ende der Seite.  Aneinander gefügte, vorne groß 
geschriebene Worte bilden einen sog. WikiName``n, der automatisch einen Verweis auf 
eine andere Seite bildet. Ein Klick auf den Seitentitel sucht alle Seiten, die auf die 
aktuelle Seite verweisen, also deren WikiName``n enthalten. Seiten, die noch nicht 
existieren, werden mit einem Fragezeichen abgebildet (oder auch in einer anderen Form 
dargestellt, üblicherweise fett und rot). Folgen Sie einfach einem solchen Verweis und 
Sie können eine Definition hinzufügen, also die Seite anlegen. Das ist auch ein Weg, 
um neue Seiten anzulegen: fügen Sie einen neuen WikiName``n auf eine existierende 
Seite hinzu, speichern Sie Ihre Änderung, klicken Sie auf Ihren neuen Verweis und 
erzeugen Sie die Seite (mehr Details siehe HilfeZurSeitenErzeugung).
 


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-06-20 Thread freevo-wikilog
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 198.108.220.185:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
...by Shawn

--
@@ -17,6 +17,8 @@
 
 == Compile ==
 
+Consider getting the "full version" of Freevo.  This needs only the 1 package, and 
contains everything needed to run Freevo.  This is (IMHO) one of the charms of Freevo, 
that there's nothing to do but untar and run.  I believe the individual packages are 
still available if you want them -- but don't unless you have a good reason.
+
 === Freevo ===
 
  * Un-tar somewhere. /usr/local is the recommended place for a regular installation, 
but it will run from anywhere, e.g. /tmp


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-06-20 Thread freevo-wikilog
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 198.108.220.185:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
...by Shawn

--
@@ -440,6 +440,8 @@
 
 = Plugins =
 
+Read the config files in the freevo directory.  There are explainations on how to 
add/remove plugins.  (NOTE: Just about everything is a plugin now, so this is 
something you want to look at)
+
 Please see the /PluginInfo for documentation how to write your own plugins.
 
 = Extra File Information in XML metafiles =


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "FrequentlyAskedQuestions"

2003-06-13 Thread freevo-wikilog
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 129.78.64.17:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

--
@@ -132,7 +132,7 @@
 the Analog PCI-ones. Radio works great too! There is currently no support in linux 
for hardware mpeg-encoding which comes with the more expansive cards. However software 
encoding works fine for CPUs faster than 400Mhz.
 Check http://www.hauppauge.com
 
-(someone find a link to the Video4Linux docs so we know what the libraries really 
support)
+(see Video for Linux resources http://www.exploits.org/v4l/ for more)
 
 
 = My G400's TV Out is really dim, can I fix that? =


---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of "Video4Linux"

2003-06-13 Thread freevo-wikilog
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 129.78.64.5:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/Video4Linux

No older revisions of the page stored, diff not available.


---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


<    1   2   3   4   5   >