-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for MythTV v32 #194
Comments
The addon works with MythTV v32. The client API still compatible and no changes are required. I will update the summary about the supported versions. |
@janbar I recently updated my MythTV to v32 and my libreelec (Kodi to Matrix from Leia). I am finding when I attempt to bring up the guide it takes a really long time. Sometimes, after a few minutes it will finally show the guide screen, but it is empty. After another several minutes or so, it finally displays. This never happened before. Also finding after a fresh reboot, the initial screen takes a while - icon spinning while it tries to update 'Recently played channels'. This never happened before. Looking at wireshark running on the MythTV backend after restarting kodi, I see HTTP requests, all completing in the first 6-8 seconds. The icon spinning while it tries to update 'Recently played channels' lasts for about 2 minutes. Then bringing up the guide does not appear to cause any HTTP traffic, yet it takes several minutes. The only network activity I see during those long delays are periodic backend messages announing 'FILE_WRITTEN'. I assume these are from another device watching live TV. |
@janbar Here is link to post on forum https://forum.kodi.tv/showthread.php?tid=369624 (also includes log file) |
MythTV v32.0 was released Feb 23. Does this client support the changed APIs?
API changes.
Changed APIs
Channel/AddVideoSource
Channel/UpdateVideoSource
Dvr/AddRecordSchedule
Dvr/GetRecordedList
Dvr/UpdateRecordSchedule
New APIs
Dvr/AddRecordedCredits
Dvr/AddRecordedProgram
Dvr/AllowReRecord
Dvr/GetRecordedMarkup
Dvr/SetRecordedMarkup
Video/GetSavedBookmark
Video/GetStreamInfo
Video/SetSavedBookmark
The text was updated successfully, but these errors were encountered: