Kodi Community Forum
How can I myself make a (online video stream) plugin for XBMC? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: How can I myself make a (online video stream) plugin for XBMC? (/showthread.php?tid=43338)



How can I myself make a (online video stream) plugin for XBMC? - cgsimons - 2009-01-07

Hi,

I'm looking to create a plugin similar to Hulu, for the Norwegian equivelent of BBC iplayer (nrk.no). Are there any tutorials or How to's, or other plugins that I can use as a starting point?

Will I need to create a scraper that locates the name, stream info, category etc for the stream service that I want to create the plugin for?

I have never used python before... so if someone can help then... please do...

I want the plugin to support Boxee as well, as I prefer that xbmc version.


- Voinage - 2009-01-07

Try the plugin creation tutorial in my signature.

Online version or downloadable, with source code.


- DranDane - 2009-01-12

A plugin... and why not a new source ?


- Gamester17 - 2009-01-12

Also see:
http://wiki.xbmc.org/?title=HOW-TO_write_plugins_for_XBMC
http://wiki.xbmc.org/?title=HOW-TO_write_Python_Scripts
http://wiki.xbmc.org/?title=Category:Python

DranDane Wrote:A plugin... and why not a new source ?
huh? What do you mean exactly? Each plugin are added as a source, have you tried any?:
http://wiki.xbmc.org/?title=HOW-TO_install_and_use_plugins_in_XBMC
http://wiki.xbmc.org/?title=Add-ons
Plugins act just as if they are a source, they just present listings, metadata, and thumbnails.

Huh