[mythtv-users] HDTV, Damaged on Schedule Direct Listings

Mark Perkins perkins1724 at hotmail.com
Mon Apr 24 02:33:53 UTC 2017


On 24 April 2017 10:45:43 AM Jerome Yuzyk <jerome at supernet.ab.ca> wrote:

> On Sunday, April 23, 2017 6:46:51 PM MDT Mark Perkins wrote:
>> > I use 0.28.10.
>> >
>> > All my MythWeb mouse-over entries seem to say 'Damaged', and all the
>> > 'videoprop' entries in my 'program' table are blank.
>> >
>> > --
>> > A little of Jerome's MythTV World: http://mythtv.bss.ab.ca
>>
>> What values do you have in the hdtv field in the program table (something
>> like 'select distinct hdtv from program'). Any values above 31 and less
>> than 64?
>>
>> And just to check because I have assumed it - your description field in
>> program table doesn't contain the damaged text (select title, subtitle,
>> description from program where description like "%damaged%").
>>
>> What is your guide data source? Xmltv grabber?
>
> The 'hdtv' column is all '0's.
>
> The 'title', etc. fields don't have the 'Damaged' text.
>
> I use SchedulesDirect through mythfilldatabase.
>
> --
> A little of Jerome's MythTV World: http://mythtv.bss.ab.ca
>

Sorry but it has got me beat. As far as I can tell mythfrontend guide is 
driven by the videoprop field and mythweb guide is driven by the hdtv 
field. I set hdtv to 63 for a program and got 
HDTV,Widescreen,AVC/H.264,720,1080,Damaged in the mythweb mouse over and 
the details page which appears to be expected. But when I set it back to 
0 they all disappear as expected.

It is not immediately clear to me how or where (in code) hdtv and 
videoprop fields are linked.

But the only source of the text 'damaged' that I can see anywhere should 
be one of those two fields.

Actually just had a thought. Are you using 0.27 mythweb on 0.28 database?

If you go to your mythweb directory is line 125 of 
mythweb/modules/tv/classes/Program.php:
$this->videoproperties = $data[42];

Or is line 130:
$this->videoproperties = $data[43];

The former is mythweb 0.27 the latter is mythweb 0.28.

Otherwise I am stumped.


More information about the mythtv-users mailing list