Author: duncan
Date: Sun Oct 29 12:11:42 2006
New Revision: 8507
Modified:
branches/rel-1-6/freevo/src/helpers/recordserver.py
Log:
Didn't mean to commit recordserver just yet.
The changes are all to do with debugging statements changing the level
so that real transitions can be seen, instead of too many messages which
hide the transitions.
Removed the DJW prints that was for testing purposes only.
Modified: branches/rel-1-6/freevo/src/helpers/recordserver.py
==============================================================================
--- branches/rel-1-6/freevo/src/helpers/recordserver.py (original)
+++ branches/rel-1-6/freevo/src/helpers/recordserver.py Sun Oct 29 12:11:42 2006
@@ -435,10 +435,7 @@
# then end the loop, and figure out which has priority,
# remember to take into account the full length of the shows
# and how much they overlap, or chop one short
- print 'DJW: prog.stop:', prog.stop
- print 'int(prog.stop + config.TV_RECORD_PADDING_POST)',
int(prog.stop + config.TV_RECORD_PADDING_POST)
duration = int((prog.stop + config.TV_RECORD_PADDING_POST) -
now - 10)
- print 'DJW: duration:', duration
if duration < 10:
return
@@ -450,11 +447,6 @@
# not. If so, the user manually added something, we
guess it
# has a higher priority.
- print 'DJW: prog:', prog
- print 'DJW: self.isProgAFavorite(prog)[0]',
self.isProgAFavorite(prog)[0]
- print 'DJW:
self.isProgAFavorite(currently_recording)[0]',
self.isProgAFavorite(currently_recording)[0]
- print 'DJW: prog.stop+config.TV_RECORD_PADDING_POST',
prog.stop+config.TV_RECORD_PADDING_POST
- print 'DJW: now:', now
if self.isProgAFavorite(prog)[0] and \
not self.isProgAFavorite(currently_recording)[0]
and \
prog.stop + config.TV_RECORD_PADDING_POST > now:
-------------------------------------------------------------------------
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-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog