2021-09-23, 01:46
2021-09-24, 01:51
I've completed steps 1 & 2 and don't get any errors loading the addon into Matrix but, as mentioned, I can't really test it. Please give it a try and let me know.
CBC Sports Matrix version
Jeff
CBC Sports Matrix version
Jeff
2021-09-24, 04:42
That was a pretty quick response, thanks for that. I'll post screenshots to illustrate errors
Addon seemed to load ok without error.
Icon for addon was missing
Upon clicking on the addon the menus were not named and they had no content
Addon seemed to load ok without error.
Icon for addon was missing
Upon clicking on the addon the menus were not named and they had no content
2021-09-24, 06:58
I'll take a look at these. Is it possible to send screenshots of what these should look like ? I am not sure if you have Kodi 18 loaded with that version of the addon.
Jeff
Jeff
2021-09-24, 07:21
(2021-09-24, 07:07)jbinkley60 Wrote: I posted a fix for the missing addon icon. Please try it againYup, that worked for the missing addon icon (Kodi 19.1)
2021-09-24, 21:52
(2021-09-24, 07:21)barney63 Wrote:I installed the addon to KODI 19 and it opened ok but was empty.(2021-09-24, 07:07)jbinkley60 Wrote: I posted a fix for the missing addon icon. Please try it againYup, that worked for the missing addon icon (Kodi 19.1)
Am I missing something or is that where we are right now?
2021-09-24, 22:40
(2021-09-24, 21:52)rocko Wrote: I installed the addon to KODI 19 and it opened ok but was empty. Am I missing something or is that where we are right now?That's where we are so far
2021-09-24, 23:05
(2021-09-24, 06:58)jbinkley60 Wrote: Is it possible to send screenshots of what these should look like ? I am not sure if you have Kodi 18 loaded with that version of the addon.This is what the menus in the addon looked like in Kodi 18.9 (using the old CBC Sports addon). This is what you get when clicking on the Most Recent menu
When clicking on an event nothing happens (the event does not open)
2021-09-25, 01:29
Ok. Thanks. Give me some time to look into this a bit. I may need to instrument the code a bit more to help me determine what is happening.
Jeff
Jeff
2021-09-25, 02:05
Ok. Take another look at it. I made some updates and some of the menu items are populating now when you click on a menu item. I still need to fix the menu labels but let me know if the videos play.
Jeff
Jeff
2021-09-25, 02:40
Ok. More progress. I fixed the menu labels and icons. Please take a look. I still have some more cleanup to do but it seems to be functioning.
Jeff
Jeff
2021-09-25, 05:25
You are the man. It is working very well. The only issues I see are:
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each. Are there more and can they be accessed.
Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself. Thanks again.
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each. Are there more and can they be accessed.
Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself. Thanks again.
2021-09-25, 05:34
(2021-09-25, 05:25)barney63 Wrote: You are the man. It is working very well. The only issues I see are:
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each. Are there more and can they be accessed.
Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself. Thanks again.
All works for me too except live TV.
Thanks for this.
2021-09-25, 10:07
(2021-09-25, 05:25)barney63 Wrote: You are the man. It is working very well. The only issues I see are:
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each. Are there more and can they be accessed.
Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself. Thanks again.
Ok. Live Schedule should now be working. It was another unnecessary encoding method which Matrix / Python 3 now supports natively. I still have cleanup to do (update logging, fix some GUI error message displays etc..) and will get to them on Sunday.
I don't know about the 10 limit. I don't see anything in the code which limits it to this number. If I get some time I could instrument what is coming back from the CBC Sports server and see how many responses it provides. Was the Kodi 18 version displaying more than 10 ? The Live Schedule is presenting more than 10 so it feels like a limit on the CBC Sports side.
Jeff