<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 09/20/2017 09:22 PM, Jay Foster
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:53cb47e5-9765-0e49-bbdc-49ef513bf0f2@roadrunner.com">After
upgrading to 0.28.1, I have noticed some oddities with Mythweb
displays. On the upcoming recordings list, there is a tooltip
popup that shows the program details. At the end of each
Description section in the details, there are program indicators
in parenthesis, such as HDTV, TV-PG, CC, Stereo, Dolby Surround,
etc. I am now also seeing the identifier "Damaged" showing in all
upcoming recordings. What does that mean?
<br>
<br>
Another item is when I click on a program in the program listings
to bring up the scheduling UI. Under the Filters section, there
is a new item called, "!!NoTrans: No episodes!!", with a check
box. What is this option do?
<br>
<br>
Jay
<br>
_______________________________________________
<br>
mythtv-users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<br>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
<br>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
<br>
<br>
</blockquote>
<p>As far as the "Damaged" in the description of upcoming
recordings, I found this
(<a class="moz-txt-link-freetext" href="https://lists.gt.net/mythtv/users/608255?search_string=damaged;#608255">https://lists.gt.net/mythtv/users/608255?search_string=damaged;#608255</a>)
in the archives. Bill speculates that there is an off by one
error in the mythweb code, but apparently this has not been fixed.</p>
<blockquote>
<p>Take a look at: modules/tv/classes/Program.php line 130. <br>
<br>
Change: $this->videoproperties = $data[43]; from 43 to 42 and
reload the <br>
offending page. I think everything from outputfilters (31) is
off by 1. <br>
<br>
This is for the Upcoming case (mythweb/tv/list) <br>
<br>
-- <br>
Bill <br>
</p>
</blockquote>
<p>I suspect that the other mythweb oddities may also be due to
mismatches between mythbackend (DB) and mythweb.</p>
<p>Jay<br>
</p>
</body>
</html>