Settings: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Dankula
No edit summary
 
(v21 Updates)
 
(182 intermediate revisions by 19 users not shown)
Line 1: Line 1:
{{mininav}}
<section begin="intro" />{{big|This section details the settings in the various settings pages.}}<section end="intro" />
For information on where settings and other usage data are saved read '''''[[Kodi data folder]]'''''
__NOTOC__
__NOTOC__
__NOEDITSECTION__
== Settings ==
==The Settings Window==
The main Settings Window {{Kodi}} v18 and v19.  
{|
 
|
Click on the relevant icon in the image to navigate to the wiki page.
Choosing Settings from the Home Screen opens the Settings Window. In this window, you are able to configure XBMC's options to fit your taste.
 
; Profiles
<section begin="Settings" />
: Allows you to save all of your settings as a profile and change them at the touch of button. This is ideal for systems that have multiple users.
<imagemap>
; About XBMC
Image:SettingsOverview-leia.png|800px|center
: Displays the credits
rect 125 100 386 264 [[File_manager]]
; Reload Skin
rect 408 100 670 264 [[Add-on_manager]]
: Forces all of the skin elements to be reloaded. When this is performed, any media that is playing will stop.
rect 694 100 956 264 [[Settings/System_information]]
; Animate Skin
rect 977 100 1236 264 [[Event_Log]]
: Enables skin animations<br><br>
rect 125 348 386 510 [[Settings/Player]]
'''NOTE THAT IF YOU HAVE CONFIGURED A SETTING IN ADVANCEDSETTINGS.XML IT WILL BE DISABLED IN THE SETTINGS.'''<br><br>
rect 408 348 670 510 [[Settings/Media]]
----
rect 694 348 956 510 [[Settings/Live_TV]]
{|
rect 977 348 1236 510 [[Settings/Services]]
| style="width:250px" |
rect 125 534 385 698 [[Settings/Games]]
===[[My Videos Settings]]===
rect 408 534 670 698 [[Settings/Interface]]
===[[My Music Settings]]===
rect 694 534 956 698 [[Settings/Profiles]]
===[[My Pictures Settings]]===
rect 977 534 1236 698 [[Settings/System]]
===[[My Programs Settings]]===
</imagemap>
|
<section end="Settings" />
===[[Weather Settings]]===
 
===[[Network Settings]]===
 
===[[System Settings]]===
== Settings Level ==
===[[Appearance Settings]]===
The "Settings level" will change the number of Settings options visible. The higher the level, the more options shown.
|}
 
|
There are four settings levels - Basic, Standard (default), Advanced, Expert. Scroll down to the setting level to change levels.
[[image:settings.jpg|right|360px]]
 
|}
This setting also affects the settings page of add-ons.
<gallery mode="packed" widths="700px" heights="394px">
File:SettingsSettingsLevel-leia.png
</gallery>
 
 
== Advanced settings ==
{{main|advancedsettings.xml}}
{{#lst:advancedsettings.xml|intro}}
 
 
It is also possible to move GUI Settings into advancedsettings.xml which removes them from these Settings pages.
 
See: '''[[Advancedsettings.xml#guisettings.xml_Setting_Conversion|Convert Settings]]'''
 
 
 
{{updated|21}}
[[Category:Settings]]

Latest revision as of 09:00, 25 April 2024

Home icon grey.png   ▶ Settings

This section details the settings in the various settings pages.

For information on where settings and other usage data are saved read Kodi data folder


Settings

The main Settings Window Kodi v18 and v19.

Click on the relevant icon in the image to navigate to the wiki page.


File managerAdd-on managerSettings/System informationEvent LogSettings/PlayerSettings/MediaSettings/Live TVSettings/ServicesSettings/GamesSettings/InterfaceSettings/ProfilesSettings/SystemSettingsOverview-leia.png
About this image


Settings Level

The "Settings level" will change the number of Settings options visible. The higher the level, the more options shown.

There are four settings levels - Basic, Standard (default), Advanced, Expert. Scroll down to the setting level to change levels.

This setting also affects the settings page of add-ons.


Advanced settings

The advancedsettings.xml file, which does not exist by default, can be created by a user in their userdata folder.

This file is used for advanced settings and options that do not have GUI controls inside of Kodi. Some settings are experimental or very rarely set, so they can only be used via the advancedsettings.xml file. The file is simply a plain text file and can be edited by various text editors, so long as the name is "advancedsettings.xml". These advanced settings can be used to tweak various things such as episode naming patterns, special network ports, special behaviors, and more.


It is also possible to move GUI Settings into advancedsettings.xml which removes them from these Settings pages.

See: Convert Settings