Kodi Community Forum

Full Version: My 30 Add-on API wishes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
I have a friend who could help me navigate the Netflix API so...

If I took the time to do it would anyone be interested in having an indicator that shows which movies/shows you have in common with the Netflix catalog? This would be primarily for those of us with SD media so we know that a HD version may be available. I am not 100 percent sure I would do it just for myself.

If this already exists, never mind.
Never mind. Apparently Netflix has ended their API. I am looking for a project to challenge me but I guess I need to look elsewhere.
cool, thanks.
I need to update the list anyway...
Code:
listitem.extractThumbnail(False)

it should prevent spamming log with errors like
Code:
ERROR: InputStream: Error opening, plugin://plugin.foo.faa/?action=play&section=movies&id=9694

from

https://github.com/xbmc/xbmc/blob/f42c66...er.cpp#L94
https://github.com/xbmc/xbmc/blob/32af49...r.cpp#L114
https://github.com/xbmc/xbmc/blob/32af49...o.cpp#L127

when we are feeding list item with plugin url that will be resolved later by xbmcplugin.setResolvedUrl to playable one
Pages: 1 2 3 4 5 6 7 8