Re: [Freevo-devel] Re: [Freevo-users] (v1.5.4) bug in recordserver.py

2006-02-09 Thread The Hog
:-( --- recordserver.py.org 2006-02-10 03:02:08.0 +0100 +++ recordserver.py 2006-02-10 02:37:53.0 +0100 @@ -701,18 +703,40 @@ # favorite = prog.isFavorite # except: # favorite = FALSE - + # if prog.start <= last an

Re: [Freevo-users] (v1.5.4) bug in recordserver.py

2006-02-09 Thread The Hog
This is a multi-part message in MIME format..tgz file doesn't work. Here's the patch file. recordserver.patch Description: Binary data

[Freevo-users] (v1.5.4) bug in recordserver.py

2006-02-09 Thread The Hog
This is a multi-part message in MIME format.The schedulefavorites method of the recordserver (freevo 1.5.4) stops favorites that are currently being recorded. This is quiet annoying when a xml tv guide is fetched while a program is being recorded. I fixed this issue by adding a few checks, locally