2018-11-16, 11:20
(2018-11-16, 09:35)Quihico Wrote:I had no problems with the two releases, and the name of the folder in the zip file is not important you can name it as you like, you just need to uninstall the older Netflix addon first before installing the new one, you can do this by right clicking on the addon icon and choose "Information" then choose "Uninstall", or delete Kodi folder in(2018-11-16, 08:45)essam315 Wrote: and a fixed release for 0.14.0, done and tested by me.I am getting errors on playcount with both those zips.
Changing line 177 in ~\resources\lib\navigation\player.py
from:
to:python:'playcount': infos['playcount'],
fixed it for me.python:'playcount': infos.get('playcount', 0),
Tip:
Make sure the name of folder is exactly the same as the addon_id as stated in the addon.xml before zipping it up.
Otherwise you can end up with a bunch of similarly named folders each containing (earlier) full versions of the addon.
C:\Users\Essam\AppData\Roaming\Kodi
or uninstall Kodi full uninstall (I'm using windows 10).