Posts: 23
Joined: Dec 2012
(2021-02-21, 23:00)barney63 Wrote: I realize MetalChris no longer maintains it but it seems close to working (not that I know anything). Would just appreciate it if someone who did know something could have a look.
I've managed to make it work on Leia. From the error log, it looked like the base URL for video streams changed at some point.
Steps to fix:
- Open addon.py
- Line 122: remove "mp4base +" from the line
Code:
stream = mp4base + stream
- Save
- Restart Kodi
The only part that doesn't seem to work for me are the Live Events, but they're all post-dated at the moment so I think that's just a case of the stream not being available yet.
Posts: 23
Joined: Dec 2012
(2021-07-23, 01:56)barney63 Wrote: Thanks for your efforts, much appreciated.
Should the line 122 now read
stream = stream
I've asked before and I don't think there was an answer so I'll ask again
How difficult is it to convert an addon to Python 3. I would like to know how simple or complex or time consuming it is. I think for me to really appreciate what the developers do it would be good to know.
Correct, line 122 should now read "stream = stream".
Can't answer your question about converting an addon to Python 3. I'm not a developer at all, just a dabbler.
Posts: 1,939
Joined: Oct 2015
Reputation:
216
I pulled down the addon and the latest version is 0.0.2, even thought he says 0.0.3 on his webpage. I took a quick look at it and it is not very complicated. I'll take a run at step 1 sometime in the next few days. I am in the US so I'll try to get it working on Matrix with no Kodi errors but someone in Canada will need to test and provide logs on failures of usage / functionality..
Jeff