tobalan / tobalan.github.io

GNU General Public License v3.0
55 stars 32 forks source link

Please add support to Kodi 18 version #30

Open charan0017 opened 4 months ago

charan0017 commented 4 months ago

I am having Old TV in which at maximum Kodi version 18 is possible.

technofreak24 commented 4 months ago

Downgrade the Addon code to Python 2 and Addon will work great in KODI Leia version 18 on old TV or old Set-top box/FireTV Stick.

technofreak24 commented 4 months ago

This is KODI Leia 18 version from BotAllen. Just update the APIs and it should work great. https://github.com/botallen/plugin.video.jiotv/tree/c9f665114195454336a11de6f4f2ccb6196052c5

charan0017 commented 4 months ago

@technofreak24 By updating the APIs you mean to fork the repo of this version & compare with the current version and update the Login API system? Thanks for replying.

technofreak24 commented 4 months ago

@charan0017 update the Login API system? Thanks for replying.

No. Only update the API URL for Channel List and Channel URL (copy from TobAlan Addon constants.py file) Rest everything will remain same. Join KODI Addons Discord if you want more help with other developers and users.

charan0017 commented 3 months ago

https://github.com/botallen/plugin.video.jiotv/tree/c9f665114195454336a11de6f4f2ccb6196052c5

But @technofreak24 the login system of this version is also different right, its asking userid/mobile number with password, instead of OTP. How can we overcome this?

technofreak24 commented 3 months ago

Use Email address or Jio Mobile Number with Jio Selfcare password as it has Auto-login function. OTP login session expires after every 20 days unless there is refreshToken like in newer version of JioTV Python 3 addon which your TV may not support