Hello,
There is a little bug with the webserver of freevo. Under "Manual Recording",
you can not
chose 31 for the day, you have only 1 to 30.
I've find the solution of that problem and I post it in the user list (I'm not
registered for the
dev list).
You have to modify the following file :
/usr/share/freevo/htdocs/manualrecord.rpy
In the #day section, you have to replace '< 31' by '<= 31' :
#day
dayselect = '<select name="%s" %s >'
iter=1
while iter <= 31:
if curtime[2] == iter:
dayselect = dayselect + '<option selected
value="'+str(iter)+'">'+str(iter)+"\n"
else:
dayselect = dayselect + '<option
value="'+str(iter)+'">'+str(iter)+"\n"
iter = iter + 1
dayselect = dayselect + "</select>\n"
That all, I hope a dev can correct it for the next release.
Accédez au courrier électronique de La Poste : www.laposte.net ;
3615 LAPOSTENET (0,34 /mn) ; tél : 08 92 68 13 50 (0,34/mn)
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users