Sorry, guys!

I introduced that bug by mistake with my last patch,
because I forgot to remove a change I did for debugging.

A patch to correct it, is attached!


Tanja



Justin Wetherell schrieb:
I just downloaded 9131 and the TVGuide works correctly (I can schedule and record via menu interface) but it uses 100% of the CPU whenever you try and do anything (button clicks, etc). The rest of the Freevo interface (movies, recorded TV, etc) is fine CPU wise.

On 2/2/07, *Pascal Schirrmann* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    John Molohan a écrit :
     > Hi,
     >
     > After an update to rel-1 svn 9129 when I try to watch tv now with the
     > PLAY command freevo tells me that I'm recording (which I'm not)
    and if
     > I'm not to remove /var/cache/freevo/record.video0. That file doesn't
     > exist (as mentioned I'm not recording anything) so for now tv seems
     > broke. There's no debugging output to report.
     >
     >
    Hi,

    Same problem here. No solution so far.

    Thanks,

    --
    Pascal Schirrmann


    -------------------------------------------------------------------------
    Using Tomcat but need to do more? Need to support web services,
    security?
    Get stuff done quickly with pre-integrated technology to make your
    job easier.
    Download IBM WebSphere Application Server v.1.0.1 based on Apache
    Geronimo
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
    _______________________________________________
    Freevo-users mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/freevo-users



------------------------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


------------------------------------------------------------------------

_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users
Index: freevo/src/tv/tvguide.py
===================================================================
--- freevo/src/tv/tvguide.py	(Revision 9131)
+++ freevo/src/tv/tvguide.py	(Arbeitskopie)
@@ -233,8 +233,7 @@
             now = time.time() + (7*60)
             if self.selected.start > now:
                 self.event_submenu()
-            elif True:
-            #elif os.path.exists(tvlockfile):
+            elif os.path.exists(tvlockfile):
                 # XXX: In the future add the options to watch what we are
                 #      recording or cancel it and watch TV.
                 AlertBox(text=_('Sorry, you cannot watch TV while recording. ')+ \
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to