[FIXED] upgrade to 32 marked existing recordings as damaged

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
howdyhey
Junior
Posts: 37
Joined: Tue Jan 26, 2016 4:51 pm
United States of America

[FIXED] upgrade to 32 marked existing recordings as damaged

Post by howdyhey »

RPMFusion just upgraded my EL8 system to 32 from 31, and it marked a bunch of existing recordings as damaged. These recordings were marked as just fine in the earlier 31 install. as far as I'm aware, all these recordings were good, and I didn't see any issues watching them.

a strange bug, anyone else come across it?
Last edited by howdyhey on Mon May 30, 2022 7:13 pm, edited 1 time in total.
User avatar
bill6502
Developer
Posts: 2323
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: upgrade to 32 marked existing recordings as damaged

Post by bill6502 »

Try this for starters: viewtopic.php?f=36&t=4875&p=23796#p23795
Other answers follow the above.
howdyhey
Junior
Posts: 37
Joined: Tue Jan 26, 2016 4:51 pm
United States of America

Re: upgrade to 32 marked existing recordings as damaged

Post by howdyhey »

checked the official mythtv frontend, and all looks normal.

So just a bug affecting both mythweb and the kodi plugin (which is what i typically use). I guess I just wait for patches to those.
User avatar
bill6502
Developer
Posts: 2323
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: upgrade to 32 marked existing recordings as damaged

Post by bill6502 »

That fix was pushed on 3/7/2022. I'd check your distribution for the latest mythweb package.

The fix was in the mythweb code, the frontend wasn't affected by it. I can't speak for Kodi
but maybe a new version of it needs to be installed too.
howdyhey
Junior
Posts: 37
Joined: Tue Jan 26, 2016 4:51 pm
United States of America

Re: upgrade to 32 marked existing recordings as damaged

Post by howdyhey »

Thanks.

Reinstalled mythweb from the latest git, but am still seeing the same issue.

mythbackend version:

MythTV Version : v32.0-v32.0-30-g26079f815a
MythTV Branch : fixes/31
Network Protocol : 91
Library API : 32.20200101-1
QT Version : 5.15.2

(again, I realise that rmpfusion for EL8 isn't always current with upstream, so will be patient if things have been fixed but just not made it into rpmfusion yet)
User avatar
bill6502
Developer
Posts: 2323
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: upgrade to 32 marked existing recordings as damaged

Post by bill6502 »

If you do this: git log -p 9292d74f3^..9292d74f3 , do you see the patch?

This line should be there and wherever you installed mythweb, for example /var/www of course.

Code: Select all

$this->damaged                      = $this->videoproperties & 0x0400;
howdyhey
Junior
Posts: 37
Joined: Tue Jan 26, 2016 4:51 pm
United States of America

Re: upgrade to 32 marked existing recordings as damaged

Post by howdyhey »

bill6502 wrote:
Mon May 30, 2022 6:38 pm
If you do this: git log -p 9292d74f3^..9292d74f3 , do you see the patch?

This line should be there and wherever you installed mythweb, for example /var/www of course.

Code: Select all

$this->damaged                      = $this->videoproperties & 0x0400;
Oops -- I was able to fix mythweb -- needed to copy everything in the latest patch from /usr/share/mythweb to /var/www/html.

Thanks! that fixed it!
Post Reply