5

I'd like to start studying xmbc plugin development.

I read official documents, but I'm asking you if there are some resource taking a really step-by-step into an hello-world example.

I google for very long time yesterday and today but I'm not able to have a full picture of the development process.

I'm looking for detailed information about:

  • directory structure
  • creating the simplest GUI for an hello world (no alert, a Window)
  • code with explanations
  • creating a zip
  • installing via repository
  • ...
khr055
  • 28,690
  • 16
  • 36
  • 48
realtebo
  • 23,922
  • 37
  • 112
  • 189

2 Answers2

5

The best resources I can point to is: http://wiki.xbmc.org/index.php?title=Add-on_development

It provides a lot of information which should be good for your first steps.

And of course the forum is a goog place to gather information: http://forum.xbmc.org/forumdisplay.php?fid=26

Saucier
  • 4,200
  • 1
  • 25
  • 46
5

I'm from the Kodi/XBMC team and have just updated the Hello World tutorial on our wiki:

http://kodi.wiki/view/HOW-TO:HelloWorld_addon

Its a work in progress but hopefully should be a good starting point for anyone writing an add-on.

We have other tutorials as well on our main developers page:

http://kodi.wiki/view/Add-on_development

zag
  • 51
  • 1
  • 1