Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 134.102.105.196:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

------------------------------------------------------------------------------
@@ -13,26 +13,12 @@
 
 ----
 
-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
 
 ----
-FIXED: The EPG cannot handle non-ASCII characters. (afaik, the XML files with tv data 
should be in UTF-8 and have UTF-8 encoded special characters which freevo will display 
in the current cvs version. For latin-1 encoded xmltv files (which is against w3c xml 
spec i think) maybe someone could search a TV.xml file for non ascii (mostly latin-1) 
chars, and if found convert the guide to UTF-8.)
-
-----
 The EPG doesn't handle overlapping programs very well (neither does the Tivo)
 
 ----
 Arrows in TV menu are enabled only if there is an XML programme within a certain time 
range.
 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
-
-----
-
-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 is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to