2021-03-26, 11:02
Thank you for your time and effort. Has been very much appreciated.
(2021-03-26, 00:59)MetalChris Wrote:(2021-03-24, 22:49)Eye in the sky Wrote: Would be great if someone could pick this addon up and make it compatible with Matrix.
I haven't updated to Matrix on any of my systems, and I've actually still got Krypton on main computer. If someone wants to fork this one and update it for Matrix, I'm all for it. I just don't have the time these days to update any of my add-ons for Python 3, and since I'm not running Matrix on any of my systems, I'm also lacking motivation.
(2021-04-01, 01:34)zinge Wrote:(2021-03-26, 00:59)MetalChris Wrote:(2021-03-24, 22:49)Eye in the sky Wrote: Would be great if someone could pick this addon up and make it compatible with Matrix.
I haven't updated to Matrix on any of my systems, and I've actually still got Krypton on main computer. If someone wants to fork this one and update it for Matrix, I'm all for it. I just don't have the time these days to update any of my add-ons for Python 3, and since I'm not running Matrix on any of my systems, I'm also lacking motivation.
When Raspberry Pi OS updates their build to Matrix, I can take a look at porting it to Matrix/Py3. I don't have anything running it right now though.
2021-11-03 12:36:11.928 T:14367 WARNING <general>: CPythonInvoker(35, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.cw/addon.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.cw/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE
2021-11-03 12:36:11.929 T:14367 INFO <general>: Python interpreter stopped
(2021-11-03, 06:40)QianyuLi Wrote: @MetalChris
Hello, can you confirm the current working status of the add-on? I mean does it work on Kodi 18 Android TV?
I tried to port it to Python 3 (Kodi 20) and after resolving some of the errors reported, I ran into the following problem
Code:2021-11-03 12:36:11.928 T:14367 WARNING <general>: ...
(2021-11-03, 16:03)MetalChris Wrote:(2021-11-03, 06:40)QianyuLi Wrote: @MetalChris
Hello, can you confirm the current working status of the add-on? I mean does it work on Kodi 18 Android TV?
I tried to port it to Python 3 (Kodi 20) and after resolving some of the errors reported, I ran into the following problem
Code:2021-11-03 12:36:11.928 T:14367 WARNING <general>: ...
Oh wow, I haven't used this one in a long time. It seems most of the content is aimed at a much younger audience than I (I'm really old lol) and I no longer follow any of their shows. That being said, I did try to use the add-on on Leia after seeing this post, and it does still work. @Lunatixz indicated some time ago that he had a CW add-on in the works, so I haven't thought about putting in any time into maintaining this one. He's a much better coder than I, and I'd expect his add-on will work a lot better than mine too.
(2021-11-25, 22:10)QianyuLi Wrote: @Eye in the sky @Wagg
I have migrated the CW TV Network add-on to Python 3 to support Kodi 19/20.
Because iconImage and thumbnailImage are deprecated in Kodi 19, icons and thumbnails are not supported for now. (need modify to setArt library support)
I will consider to release it as soon as possible.
(2021-11-26, 11:57)QianyuLi Wrote: @MetalChris
I have submitted PR #58 and I have no experience in developing Kodi plugins.
Can you please review my code changes and push them to Kodi's official repository?