Kodi Martix
a small fix
replace
Python
def notice(content):
[definition='1','0']log[/definition](content, xbmc.LOGNOTICE)
def [definition='1','0']log[/definition](msg, level=xbmc.LOGNOTICE):
to
Python
def notice(content):
[definition='1','0']log[/definition](content, xbmc.LOGINFO)
def [definition='1','0']log[/definition](msg, level=xbmc.LOGINFO):
in addon.py
does anyone handle the fixes in this plugin? (gitlab, github)?
catchup tv download works great, 2, 3, 5 days back depending on purchased package
unfortunately it doesn't work with inputstream but it's okay
It would require a little tweak to improve performance, that's all.
thanks fo the author! ..