Author: duncan
Date: Tue Dec 25 16:40:55 2007
New Revision: 10238

Log:
[ 1857395 ] Recordserver adds default watched/keep status
Patch from James Trietsch applied


Modified:
   branches/rel-1-7/freevo/ChangeLog
   branches/rel-1-7/freevo/Docs/CREDITS
   branches/rel-1-7/freevo/src/helpers/recordserver.py
   branches/rel-1/freevo/ChangeLog
   branches/rel-1/freevo/Docs/CREDITS
   branches/rel-1/freevo/src/helpers/recordserver.py

Modified: branches/rel-1-7/freevo/ChangeLog
==============================================================================
--- branches/rel-1-7/freevo/ChangeLog   (original)
+++ branches/rel-1-7/freevo/ChangeLog   Tue Dec 25 16:40:55 2007
@@ -16,6 +16,7 @@
 == Release 1.7.6 (2008-??-??) ==
 --------------------------------
 
+ * Updated recordserver to default watched/keep status (F#1857395)
  * Fixed oneclick weather plug-in to allow non-ascii location names (B#1856597)
  * Fixed web server favorites and edit_favorite to use name and duplicate 
detection (B#1857394)
 

Modified: branches/rel-1-7/freevo/Docs/CREDITS
==============================================================================
--- branches/rel-1-7/freevo/Docs/CREDITS        (original)
+++ branches/rel-1-7/freevo/Docs/CREDITS        Tue Dec 25 16:40:55 2007
@@ -66,7 +66,10 @@
 Occasional contributors:
 ------------------------
 
-Sylvain FABRE <centraladmin at lahiette.com>
+James Trietsch <kerosel at yahoo.com>
+o Various webserver fixes
+
+Sylvain Fabre <centraladmin at lahiette.com>
 o French DVD trailer grabber
 o French movie cover grabber
 

Modified: branches/rel-1-7/freevo/src/helpers/recordserver.py
==============================================================================
--- branches/rel-1-7/freevo/src/helpers/recordserver.py (original)
+++ branches/rel-1-7/freevo/src/helpers/recordserver.py Tue Dec 25 16:40:55 2007
@@ -1526,6 +1526,9 @@
         except:
             fxd.info['year'] = '2007'
         fxd.title = rec_prog.title
+        if plugin.is_active('tv.recordings_manager'):
+            fxd.info['watched'] = 'False'
+            fxd.info['keep'] = 'False'
         fxd.writeFxd()
 
 

Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog     (original)
+++ branches/rel-1/freevo/ChangeLog     Tue Dec 25 16:40:55 2007
@@ -19,6 +19,7 @@
 == Release 1.7.6 (2008-??-??) ==
 --------------------------------
 
+ * Updated recordserver to default watched/keep status (F#1857395)
  * Fixed oneclick weather plug-in to allow non-ascii location names (B#1856597)
  * Fixed web server favorites and edit_favorite to use name and duplicate 
detection (B#1857394)
 

Modified: branches/rel-1/freevo/Docs/CREDITS
==============================================================================
--- branches/rel-1/freevo/Docs/CREDITS  (original)
+++ branches/rel-1/freevo/Docs/CREDITS  Tue Dec 25 16:40:55 2007
@@ -66,7 +66,10 @@
 Occasional contributors:
 ------------------------
 
-Sylvain FABRE <centraladmin at lahiette.com>
+James Trietsch <kerosel at yahoo.com>
+o Various webserver fixes
+
+Sylvain Fabre <centraladmin at lahiette.com>
 o French DVD trailer grabber
 o French movie cover grabber
 

Modified: branches/rel-1/freevo/src/helpers/recordserver.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/recordserver.py   (original)
+++ branches/rel-1/freevo/src/helpers/recordserver.py   Tue Dec 25 16:40:55 2007
@@ -1558,6 +1558,9 @@
         except:
             fxd.info['year'] = '2007'
         fxd.title = rec_prog.title
+        if plugin.is_active('tv.recordings_manager'):
+            fxd.info['watched'] = 'False'
+            fxd.info['keep'] = 'False'
         fxd.writeFxd()
 
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to