janbar / pvr.mythtv

MythTV PVR for Kodi. See the user manual and useful links on project page:

Home Page:http://janbar.github.io/pvr.mythtv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mythtv 32 marking existing recordings as damaged

jszarin opened this issue · comments

upgraded to v32 from v31, and using the current kodi plugin for 19.4, many existing perfect recordings are now listed as "damaged."

Using the official mythtv frontend, they are listed as fine.

(this issue is also affecting mythweb, so not limited to just the kodi plugin)

I guess it is an issue in the web-service of the backend, returning an invalid flag. Myth-Frontend uses direct database connection (mysql) and so it doesn't use the web-service provided by the backend.

Could be ... I will check the latest release note, but I haven't the issue with the following...
image

image

What is the commit id of the version of your backend ?

If it's any use, patch fix for mythweb MythTV/mythweb@9292d74

Bad idea to change the order of bits ! The addon needs a patch to fix it.

I fixed the issue with 19.0.9-Matrix. It will be published soon. Let me know if it is resolved for you. Thanks.

Any idea when the update will hit the kodi addon repository (I use the android app)? Thanks!