janbar / pvr.mythtv

MythTV PVR for Kodi. See the user manual and useful links on project page:
http://janbar.github.io/pvr.mythtv
GNU General Public License v2.0
32 stars 19 forks source link

mythtv 32 marking existing recordings as damaged #197

Open jszarin opened 2 years ago

jszarin commented 2 years ago

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)

janbar commented 2 years ago

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.

jszarin commented 2 years ago

I guess it's an open question as to whether this is a bug in mythtv or something new that external programs need to take note of or update for.

On Mon, May 30, 2022 at 10:14 AM Jean-Luc Barrière @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/janbar/pvr.mythtv/issues/197#issuecomment-1141209001, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPPJSL5T6OTYESYGBK3NV3VMTENNANCNFSM5XIWFH2Q . You are receiving this because you authored the thread.Message ID: @.***>

janbar commented 2 years ago

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 ?

jszarin commented 2 years ago

If it's any use, patch fix for mythweb https://github.com/MythTV/mythweb/commit/9292d74f30277bd1327285de2a787c7415724e6e

jszarin commented 2 years ago

backend version:

MythTV Version : v32.0-v32.0-30-g26079f815a

(I use EL8, so this might not be the latest version from upstream. RPMFusion runs a little behind.)

On Mon, May 30, 2022 at 10:30 AM Jean-Luc Barrière @.***> wrote:

Could be ... I will check the latest release note, but I haven't the issue with the following... [image: image] https://user-images.githubusercontent.com/2353635/171012477-ad81fb3b-0c5b-4623-9c23-8a521b12279b.png

[image: image] https://user-images.githubusercontent.com/2353635/171012979-047c4174-32b1-420b-b660-7c87d7c669ce.png

— Reply to this email directly, view it on GitHub https://github.com/janbar/pvr.mythtv/issues/197#issuecomment-1141225014, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPPJSNJXBRBI6DA7SJGL7DVMTGGXANCNFSM5XIWFH2Q . You are receiving this because you authored the thread.Message ID: @.***>

janbar commented 2 years ago

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

jszarin commented 2 years ago

glad i could help. the mythweb patch does fix the mythweb issue, at least! Thanks!

On Mon, May 30, 2022 at 3:17 PM Jean-Luc Barrière @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/janbar/pvr.mythtv/issues/197#issuecomment-1141427221, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPPJSMT3FSC5OAEXFOWWNDVMUH5TANCNFSM5XIWFH2Q . You are receiving this because you authored the thread.Message ID: @.***>

janbar commented 2 years ago

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

jszarin commented 2 years ago

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