Archive talk:HOW-TO:Write plugins for XBMC: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Webbeh
No edit summary
>Webbeh
No edit summary
Line 1: Line 1:
==Bad Design==
This page is very badly designed, it mixes many layers of knowledge:
This page is very badly designed, it mixes many layers of knowledge:


Line 12: Line 13:


An "object oriented" approach would be better, explaining the meaning an expected behavior of the methods that must be  implemented in the plugin to make xbmc accept it
An "object oriented" approach would be better, explaining the meaning an expected behavior of the methods that must be  implemented in the plugin to make xbmc accept it


== I'll be cleaning this up ==
== I'll be cleaning this up ==
I'm doing some house-cleaning on this, this page is hideous.--[[User:Webbeh|Webbeh]] 23:28, 1 May 2011 (UTC)
I'm doing some house-cleaning on this, this page is hideous. --[[User:Webbeh|Webbeh]] 23:28, 1 May 2011 (UTC)

Revision as of 23:35, 1 May 2011

Bad Design

This page is very badly designed, it mixes many layers of knowledge:

- python

- python editor

- traffic sniffing

- plugin writing

Instead it should only delve into details about "how to write a plugin", taking for granted knowledge about the rest

An "object oriented" approach would be better, explaining the meaning an expected behavior of the methods that must be implemented in the plugin to make xbmc accept it

I'll be cleaning this up

I'm doing some house-cleaning on this, this page is hideous. --Webbeh 23:28, 1 May 2011 (UTC)