Author: duncan
Date: Sat Oct 14 20:47:20 2006
New Revision: 8372

Modified:
   branches/rel-1-5/freevo/src/tv/tvguide.py

Log:
Was testing against recording device not plaing device

Modified: branches/rel-1-5/freevo/src/tv/tvguide.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/tvguide.py   (original)
+++ branches/rel-1-5/freevo/src/tv/tvguide.py   Sat Oct 14 20:47:20 2006
@@ -26,7 +26,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import os
@@ -191,7 +191,7 @@
  
         elif event == MENU_SELECT or event == PLAY:
 
-            suffix = self.fc.getVideoGroup(self.selected.channel_id, 
False).vdev.split('/')[-1]
+            suffix = self.fc.getVideoGroup(self.selected.channel_id, 
True).vdev.split('/')[-1]
             tvlockfile = config.FREEVO_CACHEDIR + '/record.'+suffix
 
             # Check if the selected program is >7 min in the future

-------------------------------------------------------------------------
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

Reply via email to