Settings: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(v21 Updates)
 
(49 intermediate revisions by 5 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:Confluence - settings level.jpg|400px|right]]
There are tiered settings levels. Each mode unlocks more settings, and is available by selecting the "Settings level" button, which will also display the currently used level.
{{-}}


== System settings ==
For information on where settings and other usage data are saved read '''''[[Kodi data folder]]'''''
[[File:System settings.png|400px|right]]


Most of Kodi's global settings can be configured via the GUI (Graphical User Interface) under Settings (labeled "System" under the default skin, Confluence).
__NOTOC__
== Settings ==
The main Settings Window {{Kodi}} v18 and v19.  


Choosing Settings from the Home Screen opens the Settings Window. In this window, you are able to configure Kodi's options:
Click on the relevant icon in the image to navigate to the wiki page.
{{-}}
 
{{Index two column
<section begin="Settings" />
| image 1 = Crystal Clear app kcoloredit.png
<imagemap>
| link 1 = Settings/Appearance
Image:SettingsOverview-leia.png|800px|center
| link name 1 = Appearance
rect 125 100 386 264 [[File_manager]]
| image 2 = Video.png
rect 408 100 670 264 [[Add-on_manager]]
| link 2 = Settings/Videos
rect 694 100 956 264 [[Settings/System_information]]
| link name 2 = Videos
rect 977 100 1236 264 [[Event_Log]]
| image 3 = Television.png
rect 125 348 386 510 [[Settings/Player]]
| link 3 = Settings/Live TV
rect 408 348 670 510 [[Settings/Media]]
| link name 3 = Live TV
rect 694 348 956 510 [[Settings/Live_TV]]
| image 4 = Nuvola apps kscd.png
rect 977 348 1236 510 [[Settings/Services]]
| link 4 = Settings/Music
rect 125 534 385 698 [[Settings/Games]]
| link name 4 = Music
rect 408 534 670 698 [[Settings/Interface]]
| image 5 = Gnome-emblem-photos.png
rect 694 534 956 698 [[Settings/Profiles]]
| link 5 = Settings/Pictures
rect 977 534 1236 698 [[Settings/System]]
| link name 5 = Pictures
</imagemap>
| image 6 = Crystal Project kweather.png
<section end="Settings" />
| link 6 = Weather
 
| image 7 = Nuvola apps kthememgr.png
 
| link 7 = Add-on manager
== Settings Level ==
| image 8 = Crystal Project Network Connection Manager.png
The "Settings level" will change the number of Settings options visible. The higher the level, the more options shown.  
| link 8 = Settings/Services
 
| link name 8 = Services
There are four settings levels - Basic, Standard (default), Advanced, Expert. Scroll down to the setting level to change levels.
| image 9 = Gnome-system-run.png
 
| link 9 = Settings/System
This setting also affects the settings page of add-ons.
| link name 9 = System
<gallery mode="packed" widths="700px" heights="394px">
}}
File:SettingsSettingsLevel-leia.png
</gallery>


== Additional settings ==
{{Index two column
| image 1 = Oxygen480-actions-media-playback-start.png
| link 1 = Video playback
| link name 1 = Video OSD settings
| description 1 = Some video playback settings can (currently) only be accessed while playing a video back and accessing the on-screen-display. For more info see [[Video playback]]. These include subtitle and audio track selection, zoom (aspect ratio) options, and more.
| link 2 = Media sources
| description 2 = [[Media sources]] and [[scrapers]] control what files are listed in Kodi and what is scanned into the library. These settings can also control what information is pulled from the internet.
| image 3 = Nuvola apps kthememgr.png
| link 3 = Add-ons#Add-on settings
| link name 3 = Add-on settings
| description 3 = {{#lst:Add-ons|settings}}
| image 4 = Gdm.png
| link 4 = Profiles
}}


== Advanced settings ==
== Advanced settings ==
Line 62: 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]]


{{helix updated}}


[[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