Settings: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(v21 Updates)
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{mininav|[[General topics]]}}
{{mininav}}
<section begin="intro" />This section covers Kodi's various settings and where to find them.<section end="intro" />
<section begin="intro" />{{big|This section details the settings in the various settings pages.}}<section end="intro" />
__TOC__
== Settings levels ==
[[File:settings_levels.jpg|400px|right]]
There are four tiered settings levels where each level unlocks more settings, the levels are:
* Basic
* Standard (Default)
* Advanced
* Expert


The "Settings level" can be changed using the button in the bottom left which shows the currently selected level.
For information on where settings and other usage data are saved read '''''[[Kodi data folder]]'''''
{{-}}


__NOTOC__
== Settings ==
== Settings ==
For Version 16 and below see '''[[Settings_legacy|Settings legacy]]'''
The main Settings Window {{Kodi}} v18 and v19.
 
Click on the relevant icon in the image to navigate to the wiki page.
 
<section begin="Settings" />
<imagemap>
Image:SettingsOverview-leia.png|800px|center
rect 125 100 386 264 [[File_manager]]
rect 408 100 670 264 [[Add-on_manager]]
rect 694 100 956 264 [[Settings/System_information]]
rect 977 100 1236 264 [[Event_Log]]
rect 125 348 386 510 [[Settings/Player]]
rect 408 348 670 510 [[Settings/Media]]
rect 694 348 956 510 [[Settings/Live_TV]]
rect 977 348 1236 510 [[Settings/Services]]
rect 125 534 385 698 [[Settings/Games]]
rect 408 534 670 698 [[Settings/Interface]]
rect 694 534 956 698 [[Settings/Profiles]]
rect 977 534 1236 698 [[Settings/System]]
</imagemap>
<section end="Settings" />
 
 
== 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.
<gallery mode="packed" widths="700px" heights="394px">
File:SettingsSettingsLevel-leia.png
</gallery>


<big>'''GUI Settings'''</big>
[[File:settings_krypton.JPG|400px|right]]
Choosing Settings from the Home Screen opens the Settings Window. In this window, you are able to configure Kodi's options:
{{-}}
{{Index two column
| image 1 = Video.png
| link 1 = Settings/Player
| link name 1 = Player settings
| image 2 = Video.png
| link 2 = Settings/Media
| link name 2 = Media settings
| image 3 = Television.png
| link 3 = Settings/Live TV
| link name 3 = TV settings
| image 4 = Crystal Project Network Connection Manager.png
| link 4 = Settings/Services
| link name 4 = Service settings
| image 5 = Crystal Clear app kcoloredit.png
| link 5 = Skin_settings
| link name 5 = Skin settings
| image 6 = Gnome-system-run.png
| link 6 = Profiles#Profile_settings
| link name 6 = Profile settings
| image 7 = Crystal Clear app kcoloredit.png
| link 7 = Settings/Interface
| link name 7 = Interface
| image 8 = Gnome-system-run.png
| link 8 = Settings/System
| link name 8 = System
| image 9 = Gnome-system-run.png
| link 9 = System Information
| link name 9 = System Information
}}


== Advanced settings ==
== Advanced settings ==
Line 54: Line 44:
{{#lst:advancedsettings.xml|intro}}
{{#lst:advancedsettings.xml|intro}}


== Resetting Kodi settings to default ==
{{see also|userdata}}
Delete your [[userdata]] folder and the parent "Kodi" folder (sometimes named ".Kodi") to remove all Kodi settings and library databases. Deleting some individual files/folders in the [[userdata]] folder will also selectively reset those files to a default state.


== Other settings related pages ==
It is also possible to move GUI Settings into advancedsettings.xml which removes them from these Settings pages.
* [[Audio]]
 
See: '''[[Advancedsettings.xml#guisettings.xml_Setting_Conversion|Convert Settings]]'''


== See also ==
* [[Backup]]


{{Updated|16}}


[[Category:Settings|*]]
{{updated|21}}
[[Category:Manual]]
[[Category:Settings]]
[[Category:General topics]]
[[Category:Index]]

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