Eugene-Bond / xmbc-plugins

XBMC addons
13 stars 15 forks source link

New VOD library updating process errors. #8

Open catbaxter opened 10 years ago

catbaxter commented 10 years ago

1.The correct request for the VOD listing is:

vlist = plugin.getVideoList('last', 1, None, 'all')

  1. If vod['source']['pass_protect'] and there isn't any parent code (for example vod['id'] = 7369) - the processing stops, due to getVideoInfo's error 19 (wrong code).
Eugene-Bond commented 10 years ago

v1.3.6 has been released. Cannot to test as I have no account at kartina.tv

Eugene-Bond commented 10 years ago

@catbaxter was your issue resolved by new version? Shall I close this issue?

catbaxter commented 9 years ago

No, still doesn't work. Going to debug it.