Kodi Community Forum
My 30 Add-on API wishes - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: My 30 Add-on API wishes (/showthread.php?tid=154805)

Pages: 1 2 3 4 5 6 7 8


RE: My 30 Add-on API wishes - BeesKnees - 2015-04-22

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.


RE: My 30 Add-on API wishes - BeesKnees - 2015-04-22

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.


RE: My 30 Add-on API wishes - phil65 - 2015-06-12

PR for 2.3: https://github.com/xbmc/xbmc/pull/7271


RE: My 30 Add-on API wishes - sphere - 2015-06-12

cool, thanks.
I need to update the list anyway...


RE: My 30 Add-on API wishes - Sorien - 2015-12-23

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/f42c66f130805765b0c30d947980d5f2af847cde/xbmc/pictures/PictureThumbLoader.cpp#L94
https://github.com/xbmc/xbmc/blob/32af4975182bdb9e07559862731810067c020bf0/xbmc/video/VideoThumbLoader.cpp#L114
https://github.com/xbmc/xbmc/blob/32af4975182bdb9e07559862731810067c020bf0/xbmc/cores/VideoPlayer/DVDFileInfo.cpp#L127

when we are feeding list item with plugin url that will be resolved later by xbmcplugin.setResolvedUrl to playable one