Kodi Community Forum
Req "Share" function for websites - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Kodi Remote for Android Official Forum (https://forum.kodi.tv/forumdisplay.php?fid=129)
+---- Thread: Req "Share" function for websites (/showthread.php?tid=237266)



"Share" function for websites - sarbes - 2015-08-30

Hi,

I am writing a script which can call add-ons if you throw an acceptable url on it. You would be able to share your current video if there is an add-on of the website, similar to the current implementation of Kore/Youtube. I have a prove of concept code which returns the "plugin://" path and some debug variables (like "add-on not installed"). Are you interested in expanding the "Share" function?

Edit: There seems to be an advanced implementation from bromix (https://github.com/bromix/script.uri2addon). Well, it was a fun exercice anyway.