[mythtv-users] 0.28.1: no recordings started was: Re: 0.28 compilation issue

Udo van den Heuvel udovdh at xs4all.nl
Sat Aug 5 13:18:19 UTC 2017


On 05-08-17 14:41, Bill Meek wrote:
> On 08/05/2017 07:10 AM, Udo van den Heuvel wrote:
>> These messages mention different consecutive lines and are related to
>> this code
>>
>>      // Assign shortcut names to the new audio/video/subtitle property
>> flags
>>          $this->stereo                       = $this->audioproperties
>> & 0x01;
>>          $this->mono                         = $this->audioproperties
>> & 0x02;
>>          $this->surround                     = $this->audioproperties
>> & 0x04;
>>          $this->dolby                        = $this->audioproperties
>> & 0x08;
>>          $this->audiohardhear                = $this->audioproperties
>> & 0x10;
>>          $this->audiovisimpair               = $this->audioproperties
>> & 0x20;
>>
>> from /usr/share/mythweb/modules/tv/classes/Program.php.
>> What is wrong with these audioproperties?
> 
> 
> Does line 184 itself look like this:
> 
>     $this->recordedid               = $data['recordedid'];

Not really.
So I checked; my mythweb tree was in a weird state; not really tracking
fixes/0.28 or so.
I checked out a fresh copy and made the mythweb rpm, installed it and
THAT fixed the mythweb problems!

Thanks!

Kind regards,
Udo


More information about the mythtv-users mailing list