Settings: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{mininav|[[General topics]]}}
{{mininav|[[General topics]]}}
<section begin="intro" />This section covers Kodi's various settings and where to find them.<section end="intro" />
__NOTOC__
__TOC__
[[File:settings_levels.jpg|400px|right]]<section begin="intro" />This section covers Kodi's various settings and where to find them.
== Settings levels ==
<br>
[[File:settings_levels.jpg|400px|right]]
'''Settings Levels'''<br>
There are four tiered settings levels where each level unlocks more settings, the levels are:  
Note that there are four tiered settings levels where each level unlocks more settings, the levels are:  
* Basic
* Basic
* Standard (Default)
* Standard (Default)
* Advanced
* Advanced
* Expert
* Expert
 
<br>
The "Settings level" can be changed using the button in the bottom left which shows the currently selected level.
The "Settings level" can be changed using the button in the bottom left which shows the currently selected level.<section end="intro" />
{{-}}
{{-}}


Line 16: Line 16:
For Version 16 and below see '''[[Settings_legacy|Settings legacy]]'''
For Version 16 and below see '''[[Settings_legacy|Settings legacy]]'''


<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:
Choosing Settings from the Home Screen opens the Settings Window. In this window, you are able to configure Kodi's options:
{{-}}
{{-}}
[[File:settings_krypton.JPG|400px|right]]
{{Index two column
{{Index two column
  | image 1 = Video.png
  | image 1 = Video.png
Line 49: Line 48:
  | link name 9 = System Information
  | link name 9 = System Information
}}
}}
== Advanced settings ==
== Advanced settings ==
{{main|advancedsettings.xml}}
{{main|advancedsettings.xml}}
Line 57: Line 55:
{{see also|userdata}}
{{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.
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 ==
* [[Audio]]


== See also ==
== See also ==
* [[Backup]]
* [[Backup]]
{{Updated|16}}
[[Category:Settings|*]]
[[Category:Manual]]
[[Category:General topics]]
[[Category:Index]]

Revision as of 13:17, 20 September 2017

Home icon grey.png   ▶ General topics ▶ Settings

This section covers Kodi's various settings and where to find them.


Settings Levels
Note that 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.

Settings

For Version 16 and below see Settings legacy

Choosing Settings from the Home Screen opens the Settings Window. In this window, you are able to configure Kodi's options:

Settings krypton.JPG
icon Player settings
icon Media settings
icon TV settings
icon Service settings
icon Skin settings
icon Profile settings
Profiles allow users to save all of settings as a profile and change them at the touch of a button. It also allows you to grant access to specific folders and network shares based on the profile being used. This is ideal for systems that have multiple users. It works much the same as setting up individual users on your home computer.
icon Interface
icon System
icon System Information
System Information

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.

Resetting Kodi settings to default

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.

See also