mintsoft / kodi.plugin.ytchannels

kodi.plugin.ytchannels
GNU General Public License v3.0
5 stars 8 forks source link

python 2/3 compatible, localize strings, removed categories and top 5… #1

Closed yeahme49 closed 3 years ago

yeahme49 commented 3 years ago

…0 due to site no longer active, moved images local

I was working on making this work for Kodi 19 since that's what I use and then saw the changes requested by team-kodi to get it added to the main repo. With all the changes requested I may have missed some, but I think they are mostly all here. This works with both Kodi 18 and Kodi 19, just need to change the addon.xml to use python 3.0.0 for the Kodi 19 version, but the compatibility for Python 2 and 3 is there. I also removed the categories and top 50 since vidstatsx.com no longer works. I cleaned up the DB stuff since in my testing, you had to go into settings and delete the DB before you can actually run the addon, it doesn't create the DB itself. Now it creates the DB if it doesn't exist. Also split it out from having everything in the default.py file.

mintsoft commented 3 years ago

That's awesome thanks @yeahme49 I'll merge this in with the changes I was making to make it compatible and then give it another go at getting it into the repo :)