[mythtv] cvs - ok, what changed with recorded stuff?

Jason Rosson etiam at pacbell.net
Sun Jun 29 00:51:24 EDT 2003


chris,

here's a patch which should fix the CVS version of mythweb for
conflict resolution stuff.  the new conflict resolution code in 
scheduledrecording.cpp returns an extra rank field which was
throwing off all the values coming from mythbackend.

  - jason

Chris Petersen wrote:
>>so after my little goofup with xmltv, I upgraded to myth cvs and now the
>>routines that mythweb uses to get at recorded (and conflict-related)
>>shows doesn't seem to work right.
> 
> 
> nevermind, I'm answering my own questions again.  Seems that the myth
> time format changed, and I had set mythweb to not display things that
> had play-lengths < 1 (and the incorrect time formatting had tricked
> mythweb into thinking this).  fixed now, though mythweb cvs conflict
> resolution is still broken (and mine version hasn't been started yet).
> 
-------------- next part --------------
Index: mythweb/functions.php
===================================================================
RCS file: /var/lib/mythcvs/mythweb/functions.php,v
retrieving revision 1.17
diff -u -r1.17 functions.php
--- mythweb/functions.php	18 Jun 2003 20:18:14 -0000	1.17
+++ mythweb/functions.php	29 Jun 2003 06:47:10 -0000
@@ -827,7 +827,7 @@
    $r=1; $c=0;
    for($t = $offset; $t< sizeof($recs); $t++)
    {
-      if(($c) % 19 == 0 && ($c != 0))  {
+      if(($c) % 20 == 0 && ($c != 0))  {
          $c=0;$r++;
       } else  {
          #print "[$r][$c] = $recs[$t]<br>\n";


More information about the mythtv-dev mailing list