Main Page: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Ned Scott (talk | contribs)
No edit summary
Ned Scott (talk | contribs)
No edit summary
Line 5: Line 5:


{| cellspacing=5 cellpadding=0 style="width:100%"
{| cellspacing=5 cellpadding=0 style="width:100%"
! style="background-color:#d5d5f5; font-size:250%; border:1px solid #a3b0bf; text-align:center; color:#000;" valign="top" |
| width="50%" valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[XBMC Online Manual]]'''</div><br />
[[XBMC_Online_Manual|XBMC Online Manual]]
! style="background-color:#d5d5f5; font-size:250%; border:1px solid #a3b0bf; text-align:center; color:#000;" valign="top" |  
[[:Category:FAQ|FAQs]]
! style="background-color:#d5d5f5; font-size:250%; border:1px solid #a3b0bf; text-align:center; color:#000;" valign="top" |
[[Team XBMC and Others|TEAM XBMC]]
|}


{| cellspacing=5 cellpadding=0 style="width:100%"
| width="50%" valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[:Category:FAQ|FAQs]]'''</div><br />
 
|-
| valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[:Category:How-to|HOW-TO's]]'''</div><br />
 
| valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[:Category:All add-ons|Add-ons]]'''</div><br />
 
|-
| valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[Team XBMC and Others|TEAM XBMC]]'''</div><br />
 
| valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[Help:Contents|Wiki help]]'''</div><br />
 
|-
| width="50%" valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[Special:Recentchanges|Recent Changes]]'''</div><br />{{Special:Recentchanges/10}}
| width="50%" valign="top" style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px;" | <div style="background-color:#cedff2; font-size:120%; border:1px solid #a3b0bf; color:#000;padding:0.2em 0.4em;">'''[[Special:Recentchanges|Recent Changes]]'''</div><br />{{Special:Recentchanges/10}}



Revision as of 02:13, 17 November 2011

File:Manual.png

Welcome to the XBMC Wiki. Its existence is based solely on the contributions of the members of the community. Feel free to pitch in and make any changes you see fit. If you are unsure if you should put some information in here or not, please feel free to drop by to #xbmc on freenode.


To edit the XBMC Wiki just register for an account. Page creation and editing of certain pages requires an account that is a few days old and has made a handful of edits. If you have any questions about editing or access to the XBMC Wiki, please leave a message on Talk:Main Page.








No changes during the given period match these criteria.

22 June 2026

  • 19:1319:13, 22 June 2026 Game Controller List (hist | edit) [2,566 bytes] Hitcher (talk | contribs) (Created page with "{{mininav| Skinning | Available controls }} <section begin="main content" /> '''Used to display a list of game controllers, allowing for special effects such as controller highlighting and port selection.''' The game controller list is used for displaying a list of game controllers. It is provided as a container to allow for special behavior of the inner game controllers, such as visualizing the current in-game port for each controller in the GameAgents...")
  • 19:0519:05, 22 June 2026 Game Controller (hist | edit) [4,401 bytes] Hitcher (talk | contribs) (Created page with "{{mininav| Skinning | Available controls }} <section begin="main content" /> '''Used to display a game controller, with optional effects.''' The game controller control is used for displaying a game controller, such as joysticks, keyboards, mice, lightguns, etc. In v21 Omega, the control was expanded to give skinners more control over how it behaves, including manually specifying a controller to show, allowing for a fallback image, and applying a highl...")
  • 15:2415:24, 22 June 2026 Game Control (hist | edit) [3,192 bytes] Hitcher (talk | contribs) (Created page with "<section begin="main content" /> '''Used to display the currently playing game, with optional effects, while playing a game.''' The gamewindow control is used for displaying the currently playing game elsewhere in the Kodi GUI. You can choose the position, and size of the game displayed, as well as various effects. Note that the control is only rendered if game is being played. === Example === <syntaxhighlight lang="XML" enclose="div"> <control type="gamewindow" id="2">...")
  • 15:0915:09, 22 June 2026 Add-on Rendering control (hist | edit) [553 bytes] Hitcher (talk | contribs) (Created page with "<section begin="main content" /> Control where rendering becomes performed from add-on to show on Kodi === Example === <syntaxhighlight lang="XML" enclose="div"> <control type="renderaddon" id ="9"> <left>5</left> <top>50</top> <width>780</width> <height>515</height> </control> </syntaxhighlight> === Available tags === Only the Default_control_tags are applicable to this control. <section end="main content" /> == See also == '''Development:'''...")

7 May 2026

  • 19:2319:23, 7 May 2026 JSON-RPC API/v13.5 (hist | edit) [547,173 bytes] Ronie (talk | contribs) (Created page with "{{JSON-RPC_API_nav}} {{mininav|Development|JSON-RPC API}} Version 13 is the stable version of Kodi's JSON-RPC API and is published with the release of v21 (Omega).<br /> This document has been updated to version 13.5.0. Recent changes are announced on the [https://forum.kodi.tv/forumdisplay.php?fid=174 forum] It comes with support for [http://en.wikipedia.org/wiki/WebSocket WebSockets] as an alternative transport for third party clients. Using WebSockets will al...")
3,297 pages and growing.