<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tinwarble</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tinwarble"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Tinwarble"/>
	<updated>2026-06-15T09:37:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Log_file/Advanced&amp;diff=137073</id>
		<title>Log file/Advanced</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Log_file/Advanced&amp;diff=137073"/>
		<updated>2018-05-23T16:42:19Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Troubleshooting]] | [[HOW-TO:Submit a bug report]] | [[Log file]] }}&lt;br /&gt;
&lt;br /&gt;
:{{bigger|&#039;&#039;Not sure what to do, but someone just asked you for a &amp;quot;log file&amp;quot;, &amp;quot;debug log&amp;quot;, &amp;quot;kodi.log&amp;quot;, or &amp;quot;xbmc.log&amp;quot;? &#039;&#039;&#039;[[Log file/Easy|Click here]].&#039;&#039;&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section being=&amp;quot;intro&amp;quot; /&amp;gt;At some point during your foray into {{kodi}}, you will likely come up against a problem that isn&#039;t made 100% clear from errors in the GUI. This is where the log file comes into play. {{kodi}} writes all sorts of useful stuff to its log, which is why it should be included with every bug/problem report. Don&#039;t be afraid of its contents! Often a quick glance through the log will turn up a simple typo or missing file which you can easily fix on your own.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enable debugging = &amp;lt;!-- odd header levels are used intentionally for better readability on this specific page --&amp;gt;&lt;br /&gt;
If someone asks for a debug log then debugging needs to be enabled. There are three ways to do this:&lt;br /&gt;
&lt;br /&gt;
# Select the enable debug options in the &#039;&#039;&#039;[[#GUI settings|GUI settings]]&#039;&#039;&#039;&lt;br /&gt;
# Use an &#039;&#039;&#039;[[#advancedsettings.xml|advancedsettings.xml]]&#039;&#039;&#039; file&lt;br /&gt;
# Toggle debug logging with a &#039;&#039;&#039;[[#Keyboard or remote shortcut|keyboard or remote shortcut]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GUI settings ==&lt;br /&gt;
Most users only need to enable debug logging in the GUI.&lt;br /&gt;
&lt;br /&gt;
In {{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging]]}} toggle the &#039;&#039;&#039;&#039;&#039;Enable debug logging&#039;&#039;&#039;&#039;&#039; setting.&lt;br /&gt;
&lt;br /&gt;
{{#lst:Settings/System|debugging}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Turn on debugging using a file (advancedsettings.xml) ==&lt;br /&gt;
{{anchor|advancedsettings.xml}}&lt;br /&gt;
You can manually enable debug logging directly using an [[advancedsettings.xml]] file. This is especially useful if {{kodi}} is crashing during start-up and you are unable to turn debugging on via the GUI. The advancedsettings.xml file is simply a plain text document that is saved in the [[userdata folder]] and read when {{kodi}} first starts up. You can use the following examples to enable debug logging:&lt;br /&gt;
&lt;br /&gt;
{{note|Be sure to format this as a &#039;&#039;&#039;plain text&#039;&#039;&#039; document, and make sure it is titled &amp;lt;code&amp;gt;advancedsettings.xml&amp;lt;/code&amp;gt; and make sure the extension is &#039;&#039;just&#039;&#039; &amp;lt;code&amp;gt;.xml&amp;lt;/code&amp;gt; and not something like &amp;quot;.xml.txt&amp;quot; or &amp;quot;.xml.doc&amp;quot;. }}&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for normal debugging ===&lt;br /&gt;
If you want &#039;&#039;&#039;basic debug logging&#039;&#039;&#039; then use this. This the same as enabling logging in the GUI without enabling component-specific logging. Start with this one first if you are not sure which mode to use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for input devices ===&lt;br /&gt;
&#039;&#039;Useful as you cannot enable debug logging in the GUI if your input devices don&#039;t work.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you only want debug logging with verbose components for &#039;&#039;&#039;input devices&#039;&#039;&#039; (JSON-RPC, CEC, HTTP, for remotes, smart phone remotes, web remotes, etc) then use this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;debug&amp;gt;&lt;br /&gt;
        &amp;lt;extralogging&amp;gt;true&amp;lt;/extralogging&amp;gt;&lt;br /&gt;
        &amp;lt;setextraloglevel&amp;gt;64,1024, 16384&amp;lt;/setextraloglevel&amp;gt;&lt;br /&gt;
        &amp;lt;showloginfo&amp;gt;true&amp;lt;/showloginfo&amp;gt; &amp;lt;!-- Change this to &amp;quot;false&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;/debug&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for everything ===&lt;br /&gt;
If you want debug logging with &#039;&#039;&#039;all verbose components&#039;&#039;&#039; enabled use this.&lt;br /&gt;
&lt;br /&gt;
{{note|Normally, you don&#039;t want to use this one unless specifically asked for it, as it will create a very hard-to-read debug log.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;debug&amp;gt;&lt;br /&gt;
        &amp;lt;extralogging&amp;gt;true&amp;lt;/extralogging&amp;gt;&lt;br /&gt;
        &amp;lt;setextraloglevel&amp;gt;32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536&amp;lt;/setextraloglevel&amp;gt;&lt;br /&gt;
        &amp;lt;showloginfo&amp;gt;true&amp;lt;/showloginfo&amp;gt;&lt;br /&gt;
    &amp;lt;/debug&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Technical notes ===&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
Everything except the &amp;lt;code&amp;gt;&amp;lt;loglevel&amp;gt;&amp;lt;/code&amp;gt; tag is actually taken from guisettings.xml, but they can be used in the advancedsettings.xml file as a way to manually enable them.&lt;br /&gt;
&lt;br /&gt;
As one can see from the previous sections, individual component logging is set using the &amp;lt;code&amp;gt;&amp;lt;setextraloglevel&amp;gt;&amp;lt;/code&amp;gt; tag. A complete list of the components and their setting value follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
! Component !! setting value&lt;br /&gt;
|-&lt;br /&gt;
| LOGSAMBA || 32&lt;br /&gt;
|-&lt;br /&gt;
| LOGCURL || 64&lt;br /&gt;
|-&lt;br /&gt;
| LOGFFMPEG || 128&lt;br /&gt;
|-&lt;br /&gt;
| LOGDBUS || 512&lt;br /&gt;
|-&lt;br /&gt;
| LOGJSONRPC || 1024&lt;br /&gt;
|-&lt;br /&gt;
| LOGAUDIO || 2048&lt;br /&gt;
|-&lt;br /&gt;
| LOGAIRTUNES || 4096&lt;br /&gt;
|-&lt;br /&gt;
| LOGUPNP || 8192&lt;br /&gt;
|-&lt;br /&gt;
| LOGCEC || 16384&lt;br /&gt;
|-&lt;br /&gt;
| LOGVIDEO || 32768&lt;br /&gt;
|-&lt;br /&gt;
| LOGWEBSERVER || 65536&lt;br /&gt;
|}&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== Password warning ==&lt;br /&gt;
{{Log file password warning}}&lt;br /&gt;
&lt;br /&gt;
== Keyboard or remote shortcut ==&lt;br /&gt;
By plugging in a keyboard, debug mode can be toggled by pressing {{keypress|shift|ctrl|D}}&lt;br /&gt;
&lt;br /&gt;
Other keys, or buttons on remotes, can be used to toggle debug mode. Just use the [[action ID]] &amp;lt;code&amp;gt;toggledebug&amp;lt;/code&amp;gt; along with a custom &#039;&#039;&#039;[[keymap]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Component-specific logging ==&lt;br /&gt;
&lt;br /&gt;
For more extensive logging, several system components can be selected to put in more detailed debug messages in Kodi&#039;s log file. Multiple components can be selected for extending the debugging of the Kodi application.&lt;br /&gt;
&lt;br /&gt;
[[File:Component-logging-selection.jpg|500px|Component logging selection window|right]]&lt;br /&gt;
&lt;br /&gt;
First, you need to enable this feature via toggling&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging -&amp;gt; Enable component-specific logging]]}}.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then specifiy which components you want logged into the Kodi log file.&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging -&amp;gt; - Specify component-specific logging...]]}}.&lt;br /&gt;
&lt;br /&gt;
One or more components can be selected for further investigating the debugging on your Kodi device, subject to your Kodi hardware capabilities.&lt;br /&gt;
&lt;br /&gt;
* The SMB library&lt;br /&gt;
* The libcURL library (HTTP(S), DAV) &lt;br /&gt;
* The FFmpeg libraries &lt;br /&gt;
* The Audio component &lt;br /&gt;
* The Video component &lt;br /&gt;
* D-Bus calls &lt;br /&gt;
* JSON-RPC requests &lt;br /&gt;
* The Webserver component &lt;br /&gt;
* The Airtunes library &lt;br /&gt;
* The UPnP components &lt;br /&gt;
* The libCEC library&lt;br /&gt;
* The Database component&lt;br /&gt;
* Audio/video timing information&lt;br /&gt;
&lt;br /&gt;
= So what do I do with this thing? =&lt;br /&gt;
&lt;br /&gt;
Whatever you do, please &#039;&#039;&#039;DO NOT&#039;&#039;&#039; paste it directly into IRC, a forum post or ticket on the bug tracker.  This not only clutters said text, but the log is nearly impossible to read like this.  If your log file is too big for the following methods, please restart {{kodi}} to start a clean log file file, recreate the problem in as few steps as possible, then stop {{kodi}} and try again.  If it is still too large, try disabling features such as &amp;quot;scan library on startup&amp;quot;, which spam&#039;s a lot of info to the log (unless of course this is where the problem is).&lt;br /&gt;
&lt;br /&gt;
:{{note|{{big|&#039;&#039;&#039;Always include the whole debug log.&#039;&#039;&#039; Don&#039;t assume which portions of the log are relevant or not. }} }}&lt;br /&gt;
&lt;br /&gt;
:{{note|Make sure you have enabled &amp;quot;debug logging&amp;quot;. The normal log file, without debugging enabled, is almost always useless when it comes to troubleshooting!}}&lt;br /&gt;
&lt;br /&gt;
=== In the forums and IRC ===&lt;br /&gt;
Use a pastesite such as http://pastebin.com , or http://paste.ubuntu.com on when posting on the forums.  Simply visit one of these sites, paste or upload your log and hit submit.  After a few seconds you&#039;ll have a nice short URL to paste in your post.  Be sure to select an appropriate time to keep your paste around when submitting!&lt;br /&gt;
&lt;br /&gt;
=== On the bug tracker ===&lt;br /&gt;
Just upload the log to your ticket as an attachment.  &#039;&#039;&#039;DO NOT&#039;&#039;&#039; archive (zip,rar,tar,etc) it in anyway!  Trac will let us view it right on the site without downloading.&lt;br /&gt;
&lt;br /&gt;
=== Watch it locally, perhaps spotting errors you can fix or report ===&lt;br /&gt;
Using &#039;tail -f {location}&#039; you can watch the log from a cmd/console (better with 2 displays), or better, via ssh (won&#039;t distract the gui).&lt;br /&gt;
&lt;br /&gt;
= Log files =&lt;br /&gt;
* &#039;&#039;&#039;kodi.log&#039;&#039;&#039; or &#039;&#039;&#039;xbmc.log&#039;&#039;&#039; - This is the log file of most recent (or currently running) {{kodi}} session.&lt;br /&gt;
* &#039;&#039;&#039;kodi.old.log&#039;&#039;&#039; or &#039;&#039;&#039;xbmc.old.log&#039;&#039;&#039; - This is the log file from the last Kodi session.  If {{kodi}} crashes AND you have restarted it before viewing the log, this is the one you want.&lt;br /&gt;
&lt;br /&gt;
=== Location ===&lt;br /&gt;
&#039;&#039;kodi.log&#039;&#039; {{small|(or &#039;&#039;xbmc.log&#039;&#039;)}} and &#039;&#039;kodi.old.log&#039;&#039; {{small|(or &#039;&#039;xbmc.old.log&#039;&#039;)}} are located here, depending on your platform:&lt;br /&gt;
{|class=&amp;quot;prettytable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background: lightgrey; width: 150px&amp;quot; | &#039;&#039;&#039;Operative system&#039;&#039;&#039; &lt;br /&gt;
! style=&amp;quot;background: lightgrey; width: 800px&amp;quot; | &#039;&#039;&#039;File/Folder Paths&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 | &#039;&#039;Directories and files named &amp;lt;code&amp;gt;&#039;&#039;&#039;kodi&#039;&#039;&#039; were called &#039;&#039;&#039;xbmc&#039;&#039;&#039;in versions before v14.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Android&#039;&#039;&#039;  || {{note|The first folder might be different on various devices:}} &lt;br /&gt;
*&#039;&#039;&amp;lt;data/sdcard/Android&amp;gt;&#039;&#039;/data/org.xbmc.kodi/cache/temp/kodi.log&lt;br /&gt;
 &lt;br /&gt;
*/sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
&lt;br /&gt;
*/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;iOS/ATV2&#039;&#039;&#039; || /private/var/mobile/Library/Preferences/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Linux&#039;&#039;&#039; || $HOME/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Raspberry Pi&#039;&#039;&#039; || /storage/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;macOS&#039;&#039;&#039; || /Users/&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;/Library/Logs/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Windows desktop&#039;&#039;&#039; || %APPDATA%\Kodi\kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Windows store (UWP)&#039;&#039;&#039; || %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\kodi.log&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;[[Special protocol]]&#039;&#039;&#039; || special://logpath (this can be used by scripts)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;[[Log file/File manager access]]&#039;&#039;&#039; for how to copy the debug log file using the [[File manager]].&lt;br /&gt;
&lt;br /&gt;
= Easy ways to get and post the log file =&lt;br /&gt;
=== Debug log add-on ===&lt;br /&gt;
{{main|Log file/Easy}}&lt;br /&gt;
You can use the &#039;&#039;&#039;[[Add-on:Kodi Log Uploader|Kodi Logfile Uploader]]&#039;&#039;&#039; to make the process of getting your debug log easier.&lt;br /&gt;
&lt;br /&gt;
=== Automatic pastebin log in Linux via command line ===&lt;br /&gt;
You can generate a debug.log [http://en.wikipedia.org/wiki/Pastebin Pastebin] link automatically quickly to post anywhere that requires a debug.log.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;See also:&#039;&#039;&#039;&#039;&#039; [[SSH|Accessing Kodi via SSH]] e.g. Putty&lt;br /&gt;
&lt;br /&gt;
:{{note|Don&#039;t forget to [[#Enable debugging|enable debugging]]}}&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install pastebinit -y&lt;br /&gt;
&lt;br /&gt;
cat $HOME/.kodi/temp/kodi.log | pastebinit&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;(or cat $HOME/.Kodi/temp/kodi.log | pastebinit)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Submit the link you get in any forums discussion where you post about &#039;&#039;&#039;any&#039;&#039;&#039; problem.&lt;br /&gt;
&lt;br /&gt;
= Technical details about log files =&lt;br /&gt;
{{Editor note|This section might be outdated now that {{kodi}} has component-level logging. Some of it should still be true, but just keep in mind that this section hasn&#039;t been totally cleaned up for v13 and v14 yet.}}&lt;br /&gt;
&amp;lt;!-- {{collapse top}} - this is good stuff I missed the first time around for lack of expansion. I expect even a cursory user will take a peek and wonder what the heck the guts are. --&amp;gt;&lt;br /&gt;
=== Layout ===&lt;br /&gt;
Each event is logged to one line of the {{kodi}} log file which is formatted as follows...&lt;br /&gt;
&amp;lt;pre&amp;gt;[TIMESTAMP] T:[THREADID] M:[FREEMEM] [LEVEL]: [MESSAGE]&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;TIMESTAMP&#039;&#039;&#039; - The wall time at which the event occurred.&lt;br /&gt;
* &#039;&#039;&#039;THREADID&#039;&#039;&#039; - The thread identification number of the thread in which the event occurred.&lt;br /&gt;
* &#039;&#039;&#039;FREEMEM&#039;&#039;&#039; - The amount of memory (in bytes) free at the time of the event.&lt;br /&gt;
* &#039;&#039;&#039;LEVEL&#039;&#039;&#039; - The severity of the event.&lt;br /&gt;
* &#039;&#039;&#039;MESSAGE&#039;&#039;&#039; - A brief description and/or important information about the event.&lt;br /&gt;
&lt;br /&gt;
=== Log levels ===&lt;br /&gt;
There are two different types levels when talking about the {{kodi}} log.  The first is the severity of event that has occurred.  The second controls which severity levels are actually printed out to the log.&lt;br /&gt;
&lt;br /&gt;
;Severity levels&lt;br /&gt;
In order from least to most severe...&lt;br /&gt;
* &#039;&#039;&#039;DEBUG&#039;&#039;&#039; - In depth information about the status of {{kodi}}.  This information can pretty much only be deciphered by a developer or long time {{kodi}} power user.&lt;br /&gt;
* &#039;&#039;&#039;INFO&#039;&#039;&#039; - Something has happened.  It&#039;s not a problem, we just thought you might want to know.  Fairly excessive output that most people won&#039;t care about.&lt;br /&gt;
* &#039;&#039;&#039;NOTICE&#039;&#039;&#039; - Similar to INFO but the average Joe might want to know about these events.  This level and above are logged by default.&lt;br /&gt;
* &#039;&#039;&#039;WARNING&#039;&#039;&#039; - Something potentially bad has happened.  If {{kodi}} did something you didn&#039;t expect, this is probably why.  Watch for errors to follow.&lt;br /&gt;
* &#039;&#039;&#039;ERROR&#039;&#039;&#039; - This event is bad.  Something has failed.  You likely noticed problems with the application be it skin artifacts, failure of playback a crash, etc.&lt;br /&gt;
* &#039;&#039;&#039;FATAL&#039;&#039;&#039; - We&#039;re screwed.  {{kodi}} is about to crash.&lt;br /&gt;
&lt;br /&gt;
;Log file control levels&lt;br /&gt;
In order from least to most information provided...&lt;br /&gt;
* &#039;&#039;&#039;None&#039;&#039;&#039; - No logging will occur.  &#039;&#039;kodi.log&#039;&#039; will likely be created but should remain empty.&lt;br /&gt;
* &#039;&#039;&#039;Normal&#039;&#039;&#039; - The default loglevel.  Events with a severity of NOTICE or greater will be logged.&lt;br /&gt;
* &#039;&#039;&#039;Debug&#039;&#039;&#039; - All events are logged.  This level (or higher) is all that you should bother someone else with.&lt;br /&gt;
* &#039;&#039;&#039;Debug w/ Visuals&#039;&#039;&#039; - Same printed log as &#039;&#039;Debug&#039;&#039;, but free memory and CPU usage are rendered on the screen as well.&lt;br /&gt;
* &#039;&#039;&#039;SMB Debug&#039;&#039;&#039; - Same as &#039;&#039;Debug w/ Visuals&#039;&#039; with the addition of ridiculous amounts of Samba debugging info.  Use this only if asked.&lt;br /&gt;
&amp;lt;!-- {{collapse bottom}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[HOW-TO:Submit a bug report]]&lt;br /&gt;
* [[Bug tracker]]&lt;br /&gt;
* [[Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
{{Updated|17}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Trac]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
[[Category:Advanced topics]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Log_file/Advanced&amp;diff=137072</id>
		<title>Log file/Advanced</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Log_file/Advanced&amp;diff=137072"/>
		<updated>2018-05-23T16:41:22Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Troubleshooting]] | [[HOW-TO:Submit a bug report]] | [[Log file]] }}&lt;br /&gt;
&lt;br /&gt;
:{{bigger|&#039;&#039;Not sure what to do, but someone just asked you for a &amp;quot;log file&amp;quot;, &amp;quot;debug log&amp;quot;, &amp;quot;kodi.log&amp;quot;, or &amp;quot;xbmc.log&amp;quot;? &#039;&#039;&#039;[[Log file/Easy|Click here]].&#039;&#039;&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section being=&amp;quot;intro&amp;quot; /&amp;gt;At some point during your foray into {{kodi}}, you will likely come up against a problem that isn&#039;t made 100% clear from errors in the GUI. This is where the log file comes into play. {{kodi}} writes all sorts of useful stuff to its log, which is why it should be included with every bug/problem report. Don&#039;t be afraid of its contents! Often a quick glance through the log will turn up a simple typo or missing file which you can easily fix on your own.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enable debugging = &amp;lt;!-- odd header levels are used intentionally for better readability on this specific page --&amp;gt;&lt;br /&gt;
If someone asks for a debug log then debugging needs to be enabled. There are three ways to do this:&lt;br /&gt;
&lt;br /&gt;
# Select the enable debug options in the &#039;&#039;&#039;[[#GUI settings|GUI settings]]&#039;&#039;&#039;&lt;br /&gt;
# Use an &#039;&#039;&#039;[[#advancedsettings.xml|advancedsettings.xml]]&#039;&#039;&#039; file&lt;br /&gt;
# Toggle debug logging with a &#039;&#039;&#039;[[#Keyboard or remote shortcut|keyboard or remote shortcut]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GUI settings ==&lt;br /&gt;
Most users only need to enable debug logging in the GUI.&lt;br /&gt;
&lt;br /&gt;
In {{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging]]}} toggle the &#039;&#039;&#039;&#039;&#039;Enable debug logging&#039;&#039;&#039;&#039;&#039; setting.&lt;br /&gt;
&lt;br /&gt;
{{#lst:Settings/System|debugging}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Turn on debugging using a file (advancedsettings.xml) ==&lt;br /&gt;
{{anchor|advancedsettings.xml}}&lt;br /&gt;
You can manually enable debug logging directly using an [[advancedsettings.xml]] file. This is especially useful if {{kodi}} is crashing during start-up and you are unable to turn debugging on via the GUI. The advancedsettings.xml file is simply a plain text document that is saved in the [[userdata folder]] and read when {{kodi}} first starts up. You can use the following examples to enable debug logging:&lt;br /&gt;
&lt;br /&gt;
{{note|Be sure to format this as a &#039;&#039;&#039;plain text&#039;&#039;&#039; document, and make sure it is titled &amp;lt;code&amp;gt;advancedsettings.xml&amp;lt;/code&amp;gt; and make sure the extension is &#039;&#039;just&#039;&#039; &amp;lt;code&amp;gt;.xml&amp;lt;/code&amp;gt; and not something like &amp;quot;.xml.txt&amp;quot; or &amp;quot;.xml.doc&amp;quot;. }}&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for normal debugging ===&lt;br /&gt;
If you want &#039;&#039;&#039;basic debug logging&#039;&#039;&#039; then use this. This the same as enabling logging in the GUI without enabling component-specific logging. Start with this one first if you are not sure which mode to use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for input devices ===&lt;br /&gt;
&#039;&#039;Useful as you cannot enable debug logging in the GUI if your input devices don&#039;t work.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you only want debug logging with verbose components for &#039;&#039;&#039;input devices&#039;&#039;&#039; (JSON-RPC, CEC, HTTP, for remotes, smart phone remotes, web remotes, etc) then use this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;debug&amp;gt;&lt;br /&gt;
        &amp;lt;extralogging&amp;gt;true&amp;lt;/extralogging&amp;gt;&lt;br /&gt;
        &amp;lt;setextraloglevel&amp;gt;64,1024, 16384&amp;lt;/setextraloglevel&amp;gt;&lt;br /&gt;
        &amp;lt;showloginfo&amp;gt;true&amp;lt;/showloginfo&amp;gt; &amp;lt;!-- Change this to &amp;quot;false&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;/debug&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for everything ===&lt;br /&gt;
If you want debug logging with &#039;&#039;&#039;all verbose components&#039;&#039;&#039; enabled use this.&lt;br /&gt;
&lt;br /&gt;
{{note|Normally, you don&#039;t want to use this one unless specifically asked for it, as it will create a very hard-to-read debug log.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;debug&amp;gt;&lt;br /&gt;
        &amp;lt;extralogging&amp;gt;true&amp;lt;/extralogging&amp;gt;&lt;br /&gt;
        &amp;lt;setextraloglevel&amp;gt;32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536&amp;lt;/setextraloglevel&amp;gt;&lt;br /&gt;
        &amp;lt;showloginfo&amp;gt;true&amp;lt;/showloginfo&amp;gt;&lt;br /&gt;
    &amp;lt;/debug&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Technical notes ===&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
Everything except the &amp;lt;code&amp;gt;&amp;lt;loglevel&amp;gt;&amp;lt;/code&amp;gt; tag is actually taken from guisettings.xml, but they can be used in the advancedsettings.xml file as a way to manually enable them.&lt;br /&gt;
&lt;br /&gt;
As one can see from the previous sections, individual component logging is set using the &amp;lt;code&amp;gt;&amp;lt;setextraloglevel&amp;gt;&amp;lt;/code&amp;gt; tag. A complete list of the components and their setting value follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
! Component !! setting value&lt;br /&gt;
|-&lt;br /&gt;
| LOGSAMBA || 32&lt;br /&gt;
|-&lt;br /&gt;
| LOGCURL || 64&lt;br /&gt;
|-&lt;br /&gt;
| LOGFFMPEG || 128&lt;br /&gt;
|-&lt;br /&gt;
| LOGDBUS || 512&lt;br /&gt;
|-&lt;br /&gt;
| LOGJSONRPC || 1024&lt;br /&gt;
|-&lt;br /&gt;
| LOGAUDIO || 2048&lt;br /&gt;
|-&lt;br /&gt;
| LOGAIRTUNES || 4096&lt;br /&gt;
|-&lt;br /&gt;
| LOGUPNP || 8192&lt;br /&gt;
|-&lt;br /&gt;
| LOGCEC || 16384&lt;br /&gt;
|-&lt;br /&gt;
| LOGVIDEO || 32768&lt;br /&gt;
|-&lt;br /&gt;
| LOGWEBSERVER || 65536&lt;br /&gt;
|}&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== Password warning ==&lt;br /&gt;
{{Log file password warning}}&lt;br /&gt;
&lt;br /&gt;
== Keyboard or remote shortcut ==&lt;br /&gt;
By plugging in a keyboard, debug mode can be toggled by pressing {{keypress|shift|ctrl|D}}&lt;br /&gt;
&lt;br /&gt;
Other keys, or buttons on remotes, can be used to toggle debug mode. Just use the [[action ID]] &amp;lt;code&amp;gt;toggledebug&amp;lt;/code&amp;gt; along with a custom &#039;&#039;&#039;[[keymap]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Component-specific logging ==&lt;br /&gt;
&lt;br /&gt;
For more extensive logging, several system components can be selected to put in more detailed debug messages in Kodi&#039;s log file. Multiple components can be selected for extending the debugging of the Kodi application.&lt;br /&gt;
&lt;br /&gt;
[[File:Component-logging-selection.jpg|500px|Component logging selection window|right]]&lt;br /&gt;
&lt;br /&gt;
First, you need to enable this feature via toggling&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging -&amp;gt; Enable component-specific logging]]}}.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then specifiy which components you want logged into the Kodi log file.&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging -&amp;gt; - Specify component-specific logging...]]}}.&lt;br /&gt;
&lt;br /&gt;
One or more components can be selected for further investigating the debugging on your Kodi device, subject to your Kodi hardware capabilities.&lt;br /&gt;
&lt;br /&gt;
* The SMB library&lt;br /&gt;
* The libcURL library (HTTP(S), DAV) &lt;br /&gt;
* The FFmpeg libraries &lt;br /&gt;
* The Audio component &lt;br /&gt;
* The Video component &lt;br /&gt;
* D-Bus calls &lt;br /&gt;
* JSON-RPC requests &lt;br /&gt;
* The Webserver component &lt;br /&gt;
* The Airtunes library &lt;br /&gt;
* The UPnP components &lt;br /&gt;
* The libCEC library&lt;br /&gt;
* The Database component&lt;br /&gt;
* Audio/video timing information&lt;br /&gt;
&lt;br /&gt;
= So what do I do with this thing? =&lt;br /&gt;
&lt;br /&gt;
Whatever you do, please &#039;&#039;&#039;DO NOT&#039;&#039;&#039; paste it directly into IRC, a forum post or ticket on the bug tracker.  This not only clutters said text, but the log is nearly impossible to read like this.  If your log file is too big for the following methods, please restart {{kodi}} to start a clean log file file, recreate the problem in as few steps as possible, then stop {{kodi}} and try again.  If it is still too large, try disabling features such as &amp;quot;scan library on startup&amp;quot;, which spam&#039;s a lot of info to the log (unless of course this is where the problem is).&lt;br /&gt;
&lt;br /&gt;
:{{note|{{big|&#039;&#039;&#039;Always include the whole debug log.&#039;&#039;&#039; Don&#039;t assume which portions of the log are relevant or not. }} }}&lt;br /&gt;
&lt;br /&gt;
:{{note|Make sure you have enabled &amp;quot;debug logging&amp;quot;. The normal log file, without debugging enabled, is almost always useless when it comes to troubleshooting!}}&lt;br /&gt;
&lt;br /&gt;
=== In the forums and IRC ===&lt;br /&gt;
Use a pastesite such as http://pastebin.com , or http://paste.ubuntu.com on when posting on the forums.  Simply visit one of these sites, paste or upload your log and hit submit.  After a few seconds you&#039;ll have a nice short URL to paste in your post.  Be sure to select an appropriate time to keep your paste around when submitting!&lt;br /&gt;
&lt;br /&gt;
=== On the bug tracker ===&lt;br /&gt;
Just upload the log to your ticket as an attachment.  &#039;&#039;&#039;DO NOT&#039;&#039;&#039; archive (zip,rar,tar,etc) it in anyway!  Trac will let us view it right on the site without downloading.&lt;br /&gt;
&lt;br /&gt;
=== Watch it locally, perhaps spotting errors you can fix or report ===&lt;br /&gt;
Using &#039;tail -f {location}&#039; you can watch the log from a cmd/console (better with 2 displays), or better, via ssh (won&#039;t distract the gui).&lt;br /&gt;
&lt;br /&gt;
= Log files =&lt;br /&gt;
* &#039;&#039;&#039;kodi.log&#039;&#039;&#039; or &#039;&#039;&#039;xbmc.log&#039;&#039;&#039; - This is the log file of most recent (or currently running) {{kodi}} session.&lt;br /&gt;
* &#039;&#039;&#039;kodi.old.log&#039;&#039;&#039; or &#039;&#039;&#039;xbmc.old.log&#039;&#039;&#039; - This is the log file from the last Kodi session.  If {{kodi}} crashes AND you have restarted it before viewing the log, this is the one you want.&lt;br /&gt;
&lt;br /&gt;
=== Location ===&lt;br /&gt;
&#039;&#039;kodi.log&#039;&#039; {{small|(or &#039;&#039;xbmc.log&#039;&#039;)}} and &#039;&#039;kodi.old.log&#039;&#039; {{small|(or &#039;&#039;xbmc.old.log&#039;&#039;)}} are located here, depending on your platform:&lt;br /&gt;
{|class=&amp;quot;prettytable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background: lightgrey; width: 150px&amp;quot; | &#039;&#039;&#039;Operative system&#039;&#039;&#039; &lt;br /&gt;
! style=&amp;quot;background: lightgrey; width: 800px&amp;quot; | &#039;&#039;&#039;File/Folder Paths&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 | &#039;&#039;Directories and files named &amp;lt;code&amp;gt;&#039;&#039;&#039;kodi&#039;&#039;&#039; were called &amp;lt;code&amp;gt;&#039;&#039;&#039;xbmc&#039;&#039;&#039;in versions before v14.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Android&#039;&#039;&#039;  || {{note|The first folder might be different on various devices:}} &lt;br /&gt;
*&#039;&#039;&amp;lt;data/sdcard/Android&amp;gt;&#039;&#039;/data/org.xbmc.kodi/cache/temp/kodi.log&lt;br /&gt;
 &lt;br /&gt;
*/sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
&lt;br /&gt;
*/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;iOS/ATV2&#039;&#039;&#039; || /private/var/mobile/Library/Preferences/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Linux&#039;&#039;&#039; || $HOME/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Raspberry Pi&#039;&#039;&#039; || /storage/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;macOS&#039;&#039;&#039; || /Users/&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;/Library/Logs/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Windows desktop&#039;&#039;&#039; || %APPDATA%\Kodi\kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Windows store (UWP)&#039;&#039;&#039; || %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\kodi.log&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;[[Special protocol]]&#039;&#039;&#039; || special://logpath (this can be used by scripts)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;[[Log file/File manager access]]&#039;&#039;&#039; for how to copy the debug log file using the [[File manager]].&lt;br /&gt;
&lt;br /&gt;
= Easy ways to get and post the log file =&lt;br /&gt;
=== Debug log add-on ===&lt;br /&gt;
{{main|Log file/Easy}}&lt;br /&gt;
You can use the &#039;&#039;&#039;[[Add-on:Kodi Log Uploader|Kodi Logfile Uploader]]&#039;&#039;&#039; to make the process of getting your debug log easier.&lt;br /&gt;
&lt;br /&gt;
=== Automatic pastebin log in Linux via command line ===&lt;br /&gt;
You can generate a debug.log [http://en.wikipedia.org/wiki/Pastebin Pastebin] link automatically quickly to post anywhere that requires a debug.log.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;See also:&#039;&#039;&#039;&#039;&#039; [[SSH|Accessing Kodi via SSH]] e.g. Putty&lt;br /&gt;
&lt;br /&gt;
:{{note|Don&#039;t forget to [[#Enable debugging|enable debugging]]}}&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install pastebinit -y&lt;br /&gt;
&lt;br /&gt;
cat $HOME/.kodi/temp/kodi.log | pastebinit&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;(or cat $HOME/.Kodi/temp/kodi.log | pastebinit)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Submit the link you get in any forums discussion where you post about &#039;&#039;&#039;any&#039;&#039;&#039; problem.&lt;br /&gt;
&lt;br /&gt;
= Technical details about log files =&lt;br /&gt;
{{Editor note|This section might be outdated now that {{kodi}} has component-level logging. Some of it should still be true, but just keep in mind that this section hasn&#039;t been totally cleaned up for v13 and v14 yet.}}&lt;br /&gt;
&amp;lt;!-- {{collapse top}} - this is good stuff I missed the first time around for lack of expansion. I expect even a cursory user will take a peek and wonder what the heck the guts are. --&amp;gt;&lt;br /&gt;
=== Layout ===&lt;br /&gt;
Each event is logged to one line of the {{kodi}} log file which is formatted as follows...&lt;br /&gt;
&amp;lt;pre&amp;gt;[TIMESTAMP] T:[THREADID] M:[FREEMEM] [LEVEL]: [MESSAGE]&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;TIMESTAMP&#039;&#039;&#039; - The wall time at which the event occurred.&lt;br /&gt;
* &#039;&#039;&#039;THREADID&#039;&#039;&#039; - The thread identification number of the thread in which the event occurred.&lt;br /&gt;
* &#039;&#039;&#039;FREEMEM&#039;&#039;&#039; - The amount of memory (in bytes) free at the time of the event.&lt;br /&gt;
* &#039;&#039;&#039;LEVEL&#039;&#039;&#039; - The severity of the event.&lt;br /&gt;
* &#039;&#039;&#039;MESSAGE&#039;&#039;&#039; - A brief description and/or important information about the event.&lt;br /&gt;
&lt;br /&gt;
=== Log levels ===&lt;br /&gt;
There are two different types levels when talking about the {{kodi}} log.  The first is the severity of event that has occurred.  The second controls which severity levels are actually printed out to the log.&lt;br /&gt;
&lt;br /&gt;
;Severity levels&lt;br /&gt;
In order from least to most severe...&lt;br /&gt;
* &#039;&#039;&#039;DEBUG&#039;&#039;&#039; - In depth information about the status of {{kodi}}.  This information can pretty much only be deciphered by a developer or long time {{kodi}} power user.&lt;br /&gt;
* &#039;&#039;&#039;INFO&#039;&#039;&#039; - Something has happened.  It&#039;s not a problem, we just thought you might want to know.  Fairly excessive output that most people won&#039;t care about.&lt;br /&gt;
* &#039;&#039;&#039;NOTICE&#039;&#039;&#039; - Similar to INFO but the average Joe might want to know about these events.  This level and above are logged by default.&lt;br /&gt;
* &#039;&#039;&#039;WARNING&#039;&#039;&#039; - Something potentially bad has happened.  If {{kodi}} did something you didn&#039;t expect, this is probably why.  Watch for errors to follow.&lt;br /&gt;
* &#039;&#039;&#039;ERROR&#039;&#039;&#039; - This event is bad.  Something has failed.  You likely noticed problems with the application be it skin artifacts, failure of playback a crash, etc.&lt;br /&gt;
* &#039;&#039;&#039;FATAL&#039;&#039;&#039; - We&#039;re screwed.  {{kodi}} is about to crash.&lt;br /&gt;
&lt;br /&gt;
;Log file control levels&lt;br /&gt;
In order from least to most information provided...&lt;br /&gt;
* &#039;&#039;&#039;None&#039;&#039;&#039; - No logging will occur.  &#039;&#039;kodi.log&#039;&#039; will likely be created but should remain empty.&lt;br /&gt;
* &#039;&#039;&#039;Normal&#039;&#039;&#039; - The default loglevel.  Events with a severity of NOTICE or greater will be logged.&lt;br /&gt;
* &#039;&#039;&#039;Debug&#039;&#039;&#039; - All events are logged.  This level (or higher) is all that you should bother someone else with.&lt;br /&gt;
* &#039;&#039;&#039;Debug w/ Visuals&#039;&#039;&#039; - Same printed log as &#039;&#039;Debug&#039;&#039;, but free memory and CPU usage are rendered on the screen as well.&lt;br /&gt;
* &#039;&#039;&#039;SMB Debug&#039;&#039;&#039; - Same as &#039;&#039;Debug w/ Visuals&#039;&#039; with the addition of ridiculous amounts of Samba debugging info.  Use this only if asked.&lt;br /&gt;
&amp;lt;!-- {{collapse bottom}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[HOW-TO:Submit a bug report]]&lt;br /&gt;
* [[Bug tracker]]&lt;br /&gt;
* [[Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
{{Updated|17}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Trac]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
[[Category:Advanced topics]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Log_file/Advanced&amp;diff=137071</id>
		<title>Log file/Advanced</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Log_file/Advanced&amp;diff=137071"/>
		<updated>2018-05-23T16:40:21Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Troubleshooting]] | [[HOW-TO:Submit a bug report]] | [[Log file]] }}&lt;br /&gt;
&lt;br /&gt;
:{{bigger|&#039;&#039;Not sure what to do, but someone just asked you for a &amp;quot;log file&amp;quot;, &amp;quot;debug log&amp;quot;, &amp;quot;kodi.log&amp;quot;, or &amp;quot;xbmc.log&amp;quot;? &#039;&#039;&#039;[[Log file/Easy|Click here]].&#039;&#039;&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section being=&amp;quot;intro&amp;quot; /&amp;gt;At some point during your foray into {{kodi}}, you will likely come up against a problem that isn&#039;t made 100% clear from errors in the GUI. This is where the log file comes into play. {{kodi}} writes all sorts of useful stuff to its log, which is why it should be included with every bug/problem report. Don&#039;t be afraid of its contents! Often a quick glance through the log will turn up a simple typo or missing file which you can easily fix on your own.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enable debugging = &amp;lt;!-- odd header levels are used intentionally for better readability on this specific page --&amp;gt;&lt;br /&gt;
If someone asks for a debug log then debugging needs to be enabled. There are three ways to do this:&lt;br /&gt;
&lt;br /&gt;
# Select the enable debug options in the &#039;&#039;&#039;[[#GUI settings|GUI settings]]&#039;&#039;&#039;&lt;br /&gt;
# Use an &#039;&#039;&#039;[[#advancedsettings.xml|advancedsettings.xml]]&#039;&#039;&#039; file&lt;br /&gt;
# Toggle debug logging with a &#039;&#039;&#039;[[#Keyboard or remote shortcut|keyboard or remote shortcut]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GUI settings ==&lt;br /&gt;
Most users only need to enable debug logging in the GUI.&lt;br /&gt;
&lt;br /&gt;
In {{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging]]}} toggle the &#039;&#039;&#039;&#039;&#039;Enable debug logging&#039;&#039;&#039;&#039;&#039; setting.&lt;br /&gt;
&lt;br /&gt;
{{#lst:Settings/System|debugging}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Turn on debugging using a file (advancedsettings.xml) ==&lt;br /&gt;
{{anchor|advancedsettings.xml}}&lt;br /&gt;
You can manually enable debug logging directly using an [[advancedsettings.xml]] file. This is especially useful if {{kodi}} is crashing during start-up and you are unable to turn debugging on via the GUI. The advancedsettings.xml file is simply a plain text document that is saved in the [[userdata folder]] and read when {{kodi}} first starts up. You can use the following examples to enable debug logging:&lt;br /&gt;
&lt;br /&gt;
{{note|Be sure to format this as a &#039;&#039;&#039;plain text&#039;&#039;&#039; document, and make sure it is titled &amp;lt;code&amp;gt;advancedsettings.xml&amp;lt;/code&amp;gt; and make sure the extension is &#039;&#039;just&#039;&#039; &amp;lt;code&amp;gt;.xml&amp;lt;/code&amp;gt; and not something like &amp;quot;.xml.txt&amp;quot; or &amp;quot;.xml.doc&amp;quot;. }}&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for normal debugging ===&lt;br /&gt;
If you want &#039;&#039;&#039;basic debug logging&#039;&#039;&#039; then use this. This the same as enabling logging in the GUI without enabling component-specific logging. Start with this one first if you are not sure which mode to use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for input devices ===&lt;br /&gt;
&#039;&#039;Useful as you cannot enable debug logging in the GUI if your input devices don&#039;t work.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you only want debug logging with verbose components for &#039;&#039;&#039;input devices&#039;&#039;&#039; (JSON-RPC, CEC, HTTP, for remotes, smart phone remotes, web remotes, etc) then use this:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;debug&amp;gt;&lt;br /&gt;
        &amp;lt;extralogging&amp;gt;true&amp;lt;/extralogging&amp;gt;&lt;br /&gt;
        &amp;lt;setextraloglevel&amp;gt;64,1024, 16384&amp;lt;/setextraloglevel&amp;gt;&lt;br /&gt;
        &amp;lt;showloginfo&amp;gt;true&amp;lt;/showloginfo&amp;gt; &amp;lt;!-- Change this to &amp;quot;false&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;/debug&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== advancedsettings.xml for everything ===&lt;br /&gt;
If you want debug logging with &#039;&#039;&#039;all verbose components&#039;&#039;&#039; enabled use this.&lt;br /&gt;
&lt;br /&gt;
{{note|Normally, you don&#039;t want to use this one unless specifically asked for it, as it will create a very hard-to-read debug log.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;loglevel&amp;gt;2&amp;lt;/loglevel&amp;gt; &amp;lt;!-- Change this to &amp;quot;1&amp;quot; to hide the on-screen debug log text --&amp;gt;&lt;br /&gt;
    &amp;lt;debug&amp;gt;&lt;br /&gt;
        &amp;lt;extralogging&amp;gt;true&amp;lt;/extralogging&amp;gt;&lt;br /&gt;
        &amp;lt;setextraloglevel&amp;gt;32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536&amp;lt;/setextraloglevel&amp;gt;&lt;br /&gt;
        &amp;lt;showloginfo&amp;gt;true&amp;lt;/showloginfo&amp;gt;&lt;br /&gt;
    &amp;lt;/debug&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Technical notes ===&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
Everything except the &amp;lt;code&amp;gt;&amp;lt;loglevel&amp;gt;&amp;lt;/code&amp;gt; tag is actually taken from guisettings.xml, but they can be used in the advancedsettings.xml file as a way to manually enable them.&lt;br /&gt;
&lt;br /&gt;
As one can see from the previous sections, individual component logging is set using the &amp;lt;code&amp;gt;&amp;lt;setextraloglevel&amp;gt;&amp;lt;/code&amp;gt; tag. A complete list of the components and their setting value follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
! Component !! setting value&lt;br /&gt;
|-&lt;br /&gt;
| LOGSAMBA || 32&lt;br /&gt;
|-&lt;br /&gt;
| LOGCURL || 64&lt;br /&gt;
|-&lt;br /&gt;
| LOGFFMPEG || 128&lt;br /&gt;
|-&lt;br /&gt;
| LOGDBUS || 512&lt;br /&gt;
|-&lt;br /&gt;
| LOGJSONRPC || 1024&lt;br /&gt;
|-&lt;br /&gt;
| LOGAUDIO || 2048&lt;br /&gt;
|-&lt;br /&gt;
| LOGAIRTUNES || 4096&lt;br /&gt;
|-&lt;br /&gt;
| LOGUPNP || 8192&lt;br /&gt;
|-&lt;br /&gt;
| LOGCEC || 16384&lt;br /&gt;
|-&lt;br /&gt;
| LOGVIDEO || 32768&lt;br /&gt;
|-&lt;br /&gt;
| LOGWEBSERVER || 65536&lt;br /&gt;
|}&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== Password warning ==&lt;br /&gt;
{{Log file password warning}}&lt;br /&gt;
&lt;br /&gt;
== Keyboard or remote shortcut ==&lt;br /&gt;
By plugging in a keyboard, debug mode can be toggled by pressing {{keypress|shift|ctrl|D}}&lt;br /&gt;
&lt;br /&gt;
Other keys, or buttons on remotes, can be used to toggle debug mode. Just use the [[action ID]] &amp;lt;code&amp;gt;toggledebug&amp;lt;/code&amp;gt; along with a custom &#039;&#039;&#039;[[keymap]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Component-specific logging ==&lt;br /&gt;
&lt;br /&gt;
For more extensive logging, several system components can be selected to put in more detailed debug messages in Kodi&#039;s log file. Multiple components can be selected for extending the debugging of the Kodi application.&lt;br /&gt;
&lt;br /&gt;
[[File:Component-logging-selection.jpg|500px|Component logging selection window|right]]&lt;br /&gt;
&lt;br /&gt;
First, you need to enable this feature via toggling&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging -&amp;gt; Enable component-specific logging]]}}.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then specifiy which components you want logged into the Kodi log file.&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/System#Logging|Settings -&amp;gt; System -&amp;gt; Logging -&amp;gt; - Specify component-specific logging...]]}}.&lt;br /&gt;
&lt;br /&gt;
One or more components can be selected for further investigating the debugging on your Kodi device, subject to your Kodi hardware capabilities.&lt;br /&gt;
&lt;br /&gt;
* The SMB library&lt;br /&gt;
* The libcURL library (HTTP(S), DAV) &lt;br /&gt;
* The FFmpeg libraries &lt;br /&gt;
* The Audio component &lt;br /&gt;
* The Video component &lt;br /&gt;
* D-Bus calls &lt;br /&gt;
* JSON-RPC requests &lt;br /&gt;
* The Webserver component &lt;br /&gt;
* The Airtunes library &lt;br /&gt;
* The UPnP components &lt;br /&gt;
* The libCEC library&lt;br /&gt;
* The Database component&lt;br /&gt;
* Audio/video timing information&lt;br /&gt;
&lt;br /&gt;
= So what do I do with this thing? =&lt;br /&gt;
&lt;br /&gt;
Whatever you do, please &#039;&#039;&#039;DO NOT&#039;&#039;&#039; paste it directly into IRC, a forum post or ticket on the bug tracker.  This not only clutters said text, but the log is nearly impossible to read like this.  If your log file is too big for the following methods, please restart {{kodi}} to start a clean log file file, recreate the problem in as few steps as possible, then stop {{kodi}} and try again.  If it is still too large, try disabling features such as &amp;quot;scan library on startup&amp;quot;, which spam&#039;s a lot of info to the log (unless of course this is where the problem is).&lt;br /&gt;
&lt;br /&gt;
:{{note|{{big|&#039;&#039;&#039;Always include the whole debug log.&#039;&#039;&#039; Don&#039;t assume which portions of the log are relevant or not. }} }}&lt;br /&gt;
&lt;br /&gt;
:{{note|Make sure you have enabled &amp;quot;debug logging&amp;quot;. The normal log file, without debugging enabled, is almost always useless when it comes to troubleshooting!}}&lt;br /&gt;
&lt;br /&gt;
=== In the forums and IRC ===&lt;br /&gt;
Use a pastesite such as http://pastebin.com , or http://paste.ubuntu.com on when posting on the forums.  Simply visit one of these sites, paste or upload your log and hit submit.  After a few seconds you&#039;ll have a nice short URL to paste in your post.  Be sure to select an appropriate time to keep your paste around when submitting!&lt;br /&gt;
&lt;br /&gt;
=== On the bug tracker ===&lt;br /&gt;
Just upload the log to your ticket as an attachment.  &#039;&#039;&#039;DO NOT&#039;&#039;&#039; archive (zip,rar,tar,etc) it in anyway!  Trac will let us view it right on the site without downloading.&lt;br /&gt;
&lt;br /&gt;
=== Watch it locally, perhaps spotting errors you can fix or report ===&lt;br /&gt;
Using &#039;tail -f {location}&#039; you can watch the log from a cmd/console (better with 2 displays), or better, via ssh (won&#039;t distract the gui).&lt;br /&gt;
&lt;br /&gt;
= Log files =&lt;br /&gt;
* &#039;&#039;&#039;kodi.log&#039;&#039;&#039; or &#039;&#039;&#039;xbmc.log&#039;&#039;&#039; - This is the log file of most recent (or currently running) {{kodi}} session.&lt;br /&gt;
* &#039;&#039;&#039;kodi.old.log&#039;&#039;&#039; or &#039;&#039;&#039;xbmc.old.log&#039;&#039;&#039; - This is the log file from the last Kodi session.  If {{kodi}} crashes AND you have restarted it before viewing the log, this is the one you want.&lt;br /&gt;
&lt;br /&gt;
=== Location ===&lt;br /&gt;
&#039;&#039;kodi.log&#039;&#039; {{small|(or &#039;&#039;xbmc.log&#039;&#039;)}} and &#039;&#039;kodi.old.log&#039;&#039; {{small|(or &#039;&#039;xbmc.old.log&#039;&#039;)}} are located here, depending on your platform:&lt;br /&gt;
{|class=&amp;quot;prettytable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background: lightgrey; width: 150px&amp;quot; | &#039;&#039;&#039;Operative system&#039;&#039;&#039; &lt;br /&gt;
! style=&amp;quot;background: lightgrey; width: 800px&amp;quot; | &#039;&#039;&#039;File/Folder Paths&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 | &#039;&#039;Directories and files named &amp;lt;code&amp;gt;&#039;&#039;&#039;kodi&#039;&#039;&#039; were called &amp;lt;code&amp;gt;&#039;&#039;&#039;xbmc&#039;&#039;&#039;in versions before v14.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Android&#039;&#039;&#039;  || {{note|The first folder might be different on various devices:}} &lt;br /&gt;
*&#039;&#039;&amp;lt;data/sdcard/Android&amp;gt;&#039;&#039;/data/org.xbmc.kodi/cache/temp/kodi.log&lt;br /&gt;
 &lt;br /&gt;
*/sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
&lt;br /&gt;
*/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;iOS/ATV2&#039;&#039;&#039; || /private/var/mobile/Library/Preferences/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Linux&#039;&#039;&#039; || $HOME/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Raspberry Pi&#039;&#039;&#039; || /storage/.kodi/temp/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;macOS&#039;&#039;&#039; || /Users/&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;/Library/Logs/kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Windows desktop&#039;&#039;&#039; || %APPDATA%\Kodi\kodi.log&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Windows store (UWP)&#039;&#039;&#039; || &amp;lt;code&amp;gt;%LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\kodi.log&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;[[Special protocol]]&#039;&#039;&#039; || &amp;lt;code&amp;gt;special://logpath (this can be used by scripts)&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;[[Log file/File manager access]]&#039;&#039;&#039; for how to copy the debug log file using the [[File manager]].&lt;br /&gt;
&lt;br /&gt;
= Easy ways to get and post the log file =&lt;br /&gt;
=== Debug log add-on ===&lt;br /&gt;
{{main|Log file/Easy}}&lt;br /&gt;
You can use the &#039;&#039;&#039;[[Add-on:Kodi Log Uploader|Kodi Logfile Uploader]]&#039;&#039;&#039; to make the process of getting your debug log easier.&lt;br /&gt;
&lt;br /&gt;
=== Automatic pastebin log in Linux via command line ===&lt;br /&gt;
You can generate a debug.log [http://en.wikipedia.org/wiki/Pastebin Pastebin] link automatically quickly to post anywhere that requires a debug.log.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;See also:&#039;&#039;&#039;&#039;&#039; [[SSH|Accessing Kodi via SSH]] e.g. Putty&lt;br /&gt;
&lt;br /&gt;
:{{note|Don&#039;t forget to [[#Enable debugging|enable debugging]]}}&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install pastebinit -y&lt;br /&gt;
&lt;br /&gt;
cat $HOME/.kodi/temp/kodi.log | pastebinit&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;(or cat $HOME/.Kodi/temp/kodi.log | pastebinit)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Submit the link you get in any forums discussion where you post about &#039;&#039;&#039;any&#039;&#039;&#039; problem.&lt;br /&gt;
&lt;br /&gt;
= Technical details about log files =&lt;br /&gt;
{{Editor note|This section might be outdated now that {{kodi}} has component-level logging. Some of it should still be true, but just keep in mind that this section hasn&#039;t been totally cleaned up for v13 and v14 yet.}}&lt;br /&gt;
&amp;lt;!-- {{collapse top}} - this is good stuff I missed the first time around for lack of expansion. I expect even a cursory user will take a peek and wonder what the heck the guts are. --&amp;gt;&lt;br /&gt;
=== Layout ===&lt;br /&gt;
Each event is logged to one line of the {{kodi}} log file which is formatted as follows...&lt;br /&gt;
&amp;lt;pre&amp;gt;[TIMESTAMP] T:[THREADID] M:[FREEMEM] [LEVEL]: [MESSAGE]&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;TIMESTAMP&#039;&#039;&#039; - The wall time at which the event occurred.&lt;br /&gt;
* &#039;&#039;&#039;THREADID&#039;&#039;&#039; - The thread identification number of the thread in which the event occurred.&lt;br /&gt;
* &#039;&#039;&#039;FREEMEM&#039;&#039;&#039; - The amount of memory (in bytes) free at the time of the event.&lt;br /&gt;
* &#039;&#039;&#039;LEVEL&#039;&#039;&#039; - The severity of the event.&lt;br /&gt;
* &#039;&#039;&#039;MESSAGE&#039;&#039;&#039; - A brief description and/or important information about the event.&lt;br /&gt;
&lt;br /&gt;
=== Log levels ===&lt;br /&gt;
There are two different types levels when talking about the {{kodi}} log.  The first is the severity of event that has occurred.  The second controls which severity levels are actually printed out to the log.&lt;br /&gt;
&lt;br /&gt;
;Severity levels&lt;br /&gt;
In order from least to most severe...&lt;br /&gt;
* &#039;&#039;&#039;DEBUG&#039;&#039;&#039; - In depth information about the status of {{kodi}}.  This information can pretty much only be deciphered by a developer or long time {{kodi}} power user.&lt;br /&gt;
* &#039;&#039;&#039;INFO&#039;&#039;&#039; - Something has happened.  It&#039;s not a problem, we just thought you might want to know.  Fairly excessive output that most people won&#039;t care about.&lt;br /&gt;
* &#039;&#039;&#039;NOTICE&#039;&#039;&#039; - Similar to INFO but the average Joe might want to know about these events.  This level and above are logged by default.&lt;br /&gt;
* &#039;&#039;&#039;WARNING&#039;&#039;&#039; - Something potentially bad has happened.  If {{kodi}} did something you didn&#039;t expect, this is probably why.  Watch for errors to follow.&lt;br /&gt;
* &#039;&#039;&#039;ERROR&#039;&#039;&#039; - This event is bad.  Something has failed.  You likely noticed problems with the application be it skin artifacts, failure of playback a crash, etc.&lt;br /&gt;
* &#039;&#039;&#039;FATAL&#039;&#039;&#039; - We&#039;re screwed.  {{kodi}} is about to crash.&lt;br /&gt;
&lt;br /&gt;
;Log file control levels&lt;br /&gt;
In order from least to most information provided...&lt;br /&gt;
* &#039;&#039;&#039;None&#039;&#039;&#039; - No logging will occur.  &#039;&#039;kodi.log&#039;&#039; will likely be created but should remain empty.&lt;br /&gt;
* &#039;&#039;&#039;Normal&#039;&#039;&#039; - The default loglevel.  Events with a severity of NOTICE or greater will be logged.&lt;br /&gt;
* &#039;&#039;&#039;Debug&#039;&#039;&#039; - All events are logged.  This level (or higher) is all that you should bother someone else with.&lt;br /&gt;
* &#039;&#039;&#039;Debug w/ Visuals&#039;&#039;&#039; - Same printed log as &#039;&#039;Debug&#039;&#039;, but free memory and CPU usage are rendered on the screen as well.&lt;br /&gt;
* &#039;&#039;&#039;SMB Debug&#039;&#039;&#039; - Same as &#039;&#039;Debug w/ Visuals&#039;&#039; with the addition of ridiculous amounts of Samba debugging info.  Use this only if asked.&lt;br /&gt;
&amp;lt;!-- {{collapse bottom}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[HOW-TO:Submit a bug report]]&lt;br /&gt;
* [[Bug tracker]]&lt;br /&gt;
* [[Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
{{Updated|17}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Trac]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
[[Category:Advanced topics]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Install_Kodi_for_Windows&amp;diff=131187</id>
		<title>HOW-TO:Install Kodi for Windows</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Install_Kodi_for_Windows&amp;diff=131187"/>
		<updated>2017-11-07T01:42:33Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Userdata */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Windows]] }}&lt;br /&gt;
[[File:Windows_10_Logo_svg.png|300px|right]]&lt;br /&gt;
[[File:windows-8-logo.png|150px|right]]&lt;br /&gt;
[[File:Windows_7_logo.png|150px|right]]&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
== Installing Kodi ==&lt;br /&gt;
&lt;br /&gt;
The installation of Kodi for Windows is performed in the same manner as most other windows applications.&lt;br /&gt;
&lt;br /&gt;
The Download page is located here... [http://kodi.tv/download/849 http://kodi.tv/download/]&lt;br /&gt;
&lt;br /&gt;
A number of download options are available, each detailed as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Release or Stable ===&lt;br /&gt;
The Release version is the most current and stable version of Kodi available for Windows. If you are a general user wanting hassle free installation and operation, the Release version is the one for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Nightly ===&lt;br /&gt;
Kodi is in a constant state of upgrade and improvement. The Nightly version is the forward progression of the Release version. The nightly does not include new features. It&#039;s purpose is to fix bugs that have been discovered in the official Release version of Kodi.&lt;br /&gt;
&lt;br /&gt;
The nightly is available for download and installation. If you have been affected by a bug that is fixed in the nightly version, then it is safe to use a nightly version. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Development Builds ===&lt;br /&gt;
These development builds, often called “pre-release” builds, are what will eventually lead to the final product of the next version. &#039;&#039;&#039;THESE BUILDS COULD BE UNSTABLE&#039;&#039;&#039; and are for users that do not fear bugs or possibly crashes and data loss. They are mainly used for development to help us in testing for the upcoming releases. If you want a stable HTPC then please install the stable build instead. &#039;&#039;&#039;Always backup before using a development build.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Which Install Method ==&lt;br /&gt;
There are a number of methods available to install Kodi. Choose an installation method you understand and are comfortable with.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installer ===&lt;br /&gt;
This is the most commonly used method and is similar to installing any other MS Windows software.&lt;br /&gt;
&lt;br /&gt;
# On the download page, click &#039;&#039;&#039;Installer (32BIT)&#039;&#039;&#039;&lt;br /&gt;
# You will be offered the standard &#039;&#039;&#039;Run&#039;&#039;&#039;, &#039;&#039;&#039;Save&#039;&#039;&#039;, &#039;&#039;&#039;Cancel&#039;&#039;&#039; options. &lt;br /&gt;
# Once downloaded, installation will commence automatically if the &#039;&#039;&#039;Run&#039;&#039;&#039; option was selected, or you will need to double click the downloaded file if the &#039;&#039;&#039;Save&#039;&#039;&#039; option was selected. Once installation commences, simply follow the steps as shown on screen. For most users the offered default settings are sufficient, if not, change them accordingly if you are sure you have to.&lt;br /&gt;
&lt;br /&gt;
The following video guide may help you with this install process. &lt;br /&gt;
&lt;br /&gt;
{{#widget:YouTube|id=pfV9Z691n40}}&lt;br /&gt;
&lt;br /&gt;
{{divbox|green||&#039;&#039;&#039;Note:&#039;&#039;&#039; Please note that Kodi v15 is shown in the video. v17 will show a different menu system}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows Store ===&lt;br /&gt;
Kodi may be downloaded from the Windows Store as an App. It is still the same Kodi version as the “Installer” version. There are no changes or limitations using this version. The store version brings a few benefits, such as automatic updating. &lt;br /&gt;
&lt;br /&gt;
Selecting this option will take you to the Kodi page at the MS Windows Store. Click the large Kodi icon to commence the install process.&lt;br /&gt;
&lt;br /&gt;
To read more about the introduction of the Windows Store version click here... [https://kodi.tv/article/kodi-goes-windows-store Windows Store Blog]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Chocolatey ===&lt;br /&gt;
If you have Chocolatey installed, you may run the command line installer. For instructions, visit the Kodi Package page at [https://chocolatey.org/packages/kodi Chocolately].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Portable Mode ===&lt;br /&gt;
If you have a requirement to run a different version of Kodi, or run a basic install for the purpose of fault finding and testing, without removing your current installation, Kodi has the ability to run in portable mode. This is a Windows only feature. It gives the user the flexibility to install multiples of the same version or multiple different versions. Follow these steps to install additional Kodi setups on the same computer.&lt;br /&gt;
&lt;br /&gt;
* Download required version of Kodi&lt;br /&gt;
* During the installation process of Kodi you will be prompted with where the destination folder should go, this needs to be changed, either to a removable USB device or another folder or  hard drive on your computer. If you install Kodi to your computer you&#039;ll have to put the Kodi folder in a place where standard users have write permission (e.g. &#039;&#039;not&#039;&#039; under Program Files) or run the shortcut as admin (even though you&#039;re logged in with an admin account). Otherwise you&#039;ll get the error message &amp;quot;ERROR: Unable to create application. Exiting.&amp;quot;&lt;br /&gt;
* &#039;&#039;&#039;Once the Install has finished do not run Kodi&#039;&#039;&#039; until the remainder of these steps have been completed.&lt;br /&gt;
* Navigate to where you just installed Kodi which is planned to be your portable install&lt;br /&gt;
* Create a shortcut to kodi.exe. Usually by right clicking on the kodi.exe file and selecting &#039;&#039;Send to desktop (create shortcut)&#039;&#039;&lt;br /&gt;
* Right click on the newly created shortcut and select &#039;&#039;Properties&#039;&#039;. There will be a box called &#039;&#039;Target:&#039;&#039;, add the switch &#039;&#039;-p&#039;&#039; after kodi.exe i.e. P:\Kodi\kodi.exe -p and save the change&lt;br /&gt;
* Start Kodi. This will then use the Kodi folder itself as the Home folder, which means scripts, plugins, skins and userdata will be located in the &#039;portable_data&#039; folder within the Kodi folder.&lt;br /&gt;
* You will, however, have to be careful when upgrading to make sure that the [[userdata]] folder you use is not overwritten.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Upgrading Kodi ==&lt;br /&gt;
The dedicated team of Kodi volunteers are always working to improve and enhance your Kodi experience. At various times throughout the year, new stable versions of Kodi are released.&lt;br /&gt;
&lt;br /&gt;
Upgrading is a simple task. Following the “How To Install” guide above will allow you to upgrade Kodi to the latest version. Be aware of the following though&lt;br /&gt;
&lt;br /&gt;
* It is not necessary to uninstall the previous version. If you are happy with your current setup, installing “over the top” is ok.&lt;br /&gt;
* Make a backup of your &#039;&#039;&#039;%appdata%\Kodi&#039;&#039;&#039;  directory. Do not upgrade without backing up first. {{See|Backup}}&lt;br /&gt;
* Ensure your hardware meets the minimum requirements before upgrading. {{See|Hardware_requirement}}&lt;br /&gt;
* If you have a favourite add-on or skin, ensure they have also been upgraded to work in the new version of Kodi. If the upgrade is a decimal upgrade (eg v17 to v17.1) then all skins and add-ons should still be compatible.&lt;br /&gt;
*It is currently possible to upgrade from v14 to v17 in one jump&lt;br /&gt;
&lt;br /&gt;
{{#widget:YouTube|id=V0eLSeuN0Gs}} &lt;br /&gt;
{{divbox|green||&#039;&#039;&#039;Note:&#039;&#039;&#039; Please note that Kodi v15 is shown in the video. v17 will show a different menu system}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Upgrading XBMC ===&lt;br /&gt;
{{See| Migration_from_XBMC_to_Kodi}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are one of the few people still using a version of XBMC, you must follow the instructions in the above mentioned guide to upgrade to the latest stable release. Be aware of the following&lt;br /&gt;
&lt;br /&gt;
* Ensure your hardware meets the minimum requirements before upgrading. {{See|Hardware_requirement}}&lt;br /&gt;
* If you have a favourite add-on or skin, ensure they have also been upgraded to work in the new version of Kodi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Older Kodi Versions ==&lt;br /&gt;
Looking for an older version of Kodi? They can be found here... &lt;br /&gt;
[http://mirrors.kodi.tv/releases/win32/old/  http://mirrors.kodi.tv/releases/win32/old/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Uninstalling Kodi ==&lt;br /&gt;
Kodi is installed in two locations. Which parts of Kodi you uninstall depends on the reason for your requirement. The two locations are as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Program ===&lt;br /&gt;
This is the install location for the core program of Kodi. There should be no user interaction with this folder, same as any other program installed in the &#039;&#039;Program files&#039;&#039; folder of your computer.&lt;br /&gt;
&lt;br /&gt;
The Kodi program is installed by default here...&lt;br /&gt;
 C:\Program Files (x86)\Kodi&lt;br /&gt;
&lt;br /&gt;
To uninstall the data from here, you should run Windows Add or Remove Programs. You will also have the option to remove the &#039;&#039;\Kodi\userdata&#039;&#039; folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Userdata ===&lt;br /&gt;
The userdata folder is the location where all subsequent changes are made, like creating libraries, new skins or add-ons etc. This is a different &#039;&#039;Kodi&#039;&#039; folder to where the Kodi program is installed. All modifications to Kodi are saved in the &#039;&#039;Userdata&#039;&#039; folder.&lt;br /&gt;
&lt;br /&gt;
Be aware that when using the term &#039;&#039;&#039;Userdata&#039;&#039;&#039; we are referencing the &#039;&#039;&#039;Kodi&#039;&#039;&#039; folder located in the &#039;&#039;&#039;\Roaming\&#039;&#039;&#039; folder. By co-incidence there is a &#039;&#039;userdata&#039;&#039; subfolder located within the Kodi folder.&lt;br /&gt;
&lt;br /&gt;
You would use this procedure in the following circumstances..&lt;br /&gt;
*You are performing a &#039;&#039;&#039;Fresh Install&#039;&#039;&#039; of Kodi.&lt;br /&gt;
*You removed the Kodi program from your system, but failed to tick the option to remove &#039;&#039;\Kodi\Userdata&#039;&#039;&lt;br /&gt;
*You removed the Kodi program from your system, but the Windows Uninstaller failed to remove the &#039;&#039;\Kodi\Userdata&#039;&#039; folder&lt;br /&gt;
*You are creating a backup&lt;br /&gt;
&lt;br /&gt;
The location of the &#039;&#039;&#039;\Roaming\Kodi\&#039;&#039;&#039; folder depends on the installation method used:&lt;br /&gt;
&lt;br /&gt;
If you downloaded Kodi from this site and manually ran the installer, you will find the &#039;&#039;Kodi&#039;&#039; folder in here...&lt;br /&gt;
 C:\Users\Your User Name\AppData\Roaming\&lt;br /&gt;
&lt;br /&gt;
If you downloaded Kodi from the Microsoft Store, you will find the &#039;&#039;Kodi&#039;&#039; folder in here...&lt;br /&gt;
 C:\Users\Your User Name\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\&lt;br /&gt;
&lt;br /&gt;
Data in these locations must be manually removed. Options to remove are as follows...&lt;br /&gt;
* If you want to retain the userdata folder for backup purposes, simply rename the &#039;&#039;Kodi&#039;&#039; folder to something like &#039;&#039;Kodi-Old&#039;&#039;.&lt;br /&gt;
* If you have no requirement to keep the Userdata folder, then simply Delete the folder and all its subfolders and files&lt;br /&gt;
&lt;br /&gt;
Once renamed or deleted, Kodi will re-create the Userdata folders on next start of the program.&lt;br /&gt;
&lt;br /&gt;
=== Complete Uninstall ===&lt;br /&gt;
To completely uninstall Kodi, leaving no remnants behind, you must remove the data from both locations- Program and Userdata. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What Next? ==&lt;br /&gt;
[[File:Quick-start-0.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
After the installation you can immediately start using Kodi. To start Kodi, find it under the Windows &#039;&#039;&#039;Start&#039;&#039;&#039; button in a &#039;&#039;&#039;Program Group&#039;&#039;&#039; called &#039;&#039;&#039;Kodi&#039;&#039;&#039;. You can also use the desktop icon if you enabled this option during setup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When starting Kodi for the first time, this screen is displayed.&lt;br /&gt;
&lt;br /&gt;
Now that Kodi is installed and running you will want to add your media to the Library.&lt;br /&gt;
{{See|Quick_start_guide}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{top}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{updated|17}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Installation|Windows]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:How-to]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Android_FAQ&amp;diff=129505</id>
		<title>Archive:Android FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Android_FAQ&amp;diff=129505"/>
		<updated>2017-05-08T15:28:20Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Installing/getting Kodi for Android */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Kodi FAQ}}&lt;br /&gt;
{{mininav|[[Android]] }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions for Android.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:{{big|&#039;&#039;See also: &#039;&#039;&#039;[[Kodi all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
=== Will this really do 1080p and all that stuff the desktop can do? ===&lt;br /&gt;
:* Yes! This is a full port of Kodi! It is not a thin client or lite version!&lt;br /&gt;
:* The reason Android port is to get Kodi working on Android set-top-boxes. Phones and tablets are also supported, but are not the main focus.&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
{{anchor|1=Requirements}}&lt;br /&gt;
:{{see also|Android hardware}}&lt;br /&gt;
:{{#lst:Supported hardware|Android}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== There are three versions of Kodi for Android. Which one do I use? ===&lt;br /&gt;
{{anchor|1=CPU}}&lt;br /&gt;
:The vast majority of users will want to use the [http://mirrors.kodi.tv/releases/android/arm/ &amp;quot;ARMV7A (32bit}&amp;quot; version] or the [http://mirrors.kodi.tv/releases/android/arm64-v8a/ &amp;quot;ARMV8A (64bit) version]. Users who have an Android device with an Intel or AMD CPU will want to use the [{{Download link|Android x86}} &amp;quot;x86&amp;quot; version].&lt;br /&gt;
&lt;br /&gt;
=== Installing/getting Kodi for Android ===&lt;br /&gt;
{{anchor|1=Installing}} &lt;br /&gt;
{{Main|HOW-TO:Install Kodi for Android}}&lt;br /&gt;
:* {{current version}} can be found here: &lt;br /&gt;
:** &#039;&#039;&#039;[http://mirrors.kodi.tv/releases/android/arm/ ARMV7A (32bit)]&#039;&#039;&#039; (most users, regardless of your devices SoC, want this): &lt;br /&gt;
:** &#039;&#039;&#039;[http://mirrors.kodi.tv/releases/android/arm64-v8a/ ARMV8A (64bit)]&#039;&#039;&#039; (requires the Soc &amp;amp; Android version to be 64bit)&lt;br /&gt;
:** &#039;&#039;&#039;[http://mirrors.kodi.tv/releases/android/x86/ x86]&#039;&#039;&#039; (for devices with Intel SoCs)&lt;br /&gt;
:* For nightlies, alphas, betas and experimental builds, see the links on &#039;&#039;&#039;[[Development builds]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Is Kodi for Android different from normal Kodi? ===&lt;br /&gt;
{{anchor|1=Version}}&lt;br /&gt;
: The current version of Kodi for Android is based on {{current version}}, and is based on the same code as Kodi for all the other supported platforms.&lt;br /&gt;
&lt;br /&gt;
{{anchor|1=Current_build}} &lt;br /&gt;
=== How do I find out what version of Kodi am I running? ===&lt;br /&gt;
: Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the version and build date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Video and audio formats Kodi for Android can playback ===&lt;br /&gt;
{{anchor|1=Formats}} &lt;br /&gt;
:* Kodi for Android supports all the same formats that other platforms do (such as desktop OS).&lt;br /&gt;
:* Due to the weak processing power of most ARM processors, for smooth playback most Android hardware will require proper hardware decoding. (See [[#Requirements]] below)&lt;br /&gt;
&lt;br /&gt;
=== Accessing media ===&lt;br /&gt;
{{anchor|1=Media}} &lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
:* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
:* You can access media on the internal memory, SD cards or from USB ports (hard drives, USB stick drives, directly or via hubs, etc).&lt;br /&gt;
 &lt;br /&gt;
=== Add-ons and skins ===&lt;br /&gt;
{{anchor|1=Add-ons|2=Skins}} &lt;br /&gt;
:* Kodi for Android is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]].&lt;br /&gt;
:* If you are using a touch screen device and the build you are using did not include it, you can manually instal [[Add-on:Touched]] for better touch screen support.&lt;br /&gt;
 &lt;br /&gt;
=== Remote controls ===&lt;br /&gt;
{{anchor|1=Remotes}}&lt;br /&gt;
:* Some Android set-top-boxes come with a remote and an IR port which Kodi can use.&lt;br /&gt;
:* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth (if supported in your Android ROM). This includes &amp;quot;keymotes&amp;quot; such as a Rii, [[Boxee remote]], most &amp;quot;air mouse&amp;quot; keyboard remotes, and others that appear as a normal USB keyboard to the system.&lt;br /&gt;
:* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
:* Kodi &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
:* Other IR remotes can be used with IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
:* Some Android devices support &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
=== Launching Android apps from within Kodi ===&lt;br /&gt;
{{anchor|1=Apps}} &lt;br /&gt;
:{{main|HOW-TO:Launch Android apps}}&lt;br /&gt;
:{{#lst:HOW-TO:Launch Android apps|intro}}&lt;br /&gt;
&lt;br /&gt;
=== Automatically start Kodi ===&lt;br /&gt;
{{anchor|1=Startup}}&lt;br /&gt;
: You can automatically start Kodi when your Android device boots up using an application such as [https://play.google.com/store/apps/details?id=imoblife.startupmanager Startup Manager (free)]&lt;br /&gt;
&lt;br /&gt;
== Performance tips ==&lt;br /&gt;
{{Main|Android#Tips and tricks}}&lt;br /&gt;
&lt;br /&gt;
=== Performance: video buffering, stuttering, choppiness ===&lt;br /&gt;
{{anchor|1=Buffering|2=Performance}} &lt;br /&gt;
:{{#lst:Android|FAQ Performance notes}}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
&lt;br /&gt;
=== Getting more help with Kodi for Android ===&lt;br /&gt;
{{anchor|1=Forum|2=IRC}}&lt;br /&gt;
:* &#039;&#039;&#039;[http://forum.kodi.tv/forumdisplay.php?fid=164 Kodi for Android specific help forum]&#039;&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;[irc://irc.freenode.org/kodi #kodi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
&lt;br /&gt;
=== Where is the Userdata folder ===&lt;br /&gt;
{{anchor|1=Userdata}} &lt;br /&gt;
:The userdata folder is located on external storage/sdcard at the following locations (depending on your device):&lt;br /&gt;
:;[[userdata folder]]&lt;br /&gt;
:* &amp;lt;code&amp;gt;{{userdata|Android}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Where is the Kodi log ===&lt;br /&gt;
{{anchor|1=Kodi log}}&lt;br /&gt;
:The Kodi log is located inside the temp folder, i.e.&lt;br /&gt;
:;[[debug log]]&lt;br /&gt;
:* /sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
&lt;br /&gt;
=== How can I obtain a Minidump ===&lt;br /&gt;
{{anchor|1=minidump}} &lt;br /&gt;
:The Kodi minidumps are located inside the temp folder, i.e.&lt;br /&gt;
:* /sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/*.dmp&lt;br /&gt;
&lt;br /&gt;
=== How can I obtain a Crash Log (logcat) ===&lt;br /&gt;
{{anchor|1=logcat}} &lt;br /&gt;
:A crash log (also called logcat) is mandatory to be able todebug hard crashes on Android&lt;br /&gt;
:* Download the &#039;&#039;&#039;[https://play.google.com/store/apps/details?id=org.l6n.sendlog SendLog app]&#039;&#039;&#039; from the Google Play store. It allows you to send your system log to an email address. Email it to yourself and show us where the error happened. &#039;&#039;&#039;(requires root)&#039;&#039;&#039;&lt;br /&gt;
:* Alternatively, you can use your computer. Plug your device, download and unzip the [http://d.android.com/sdk/index.html Android SDK] and run ddms.bat in the tools folder. There you have it under &#039;&#039;LogCat&#039;&#039;.&lt;br /&gt;
:* The logfile is kept on a phone for a while, so you don&#039;t need to reproduce a crash in order to get the log.&lt;br /&gt;
:* Be sure to have hidden folders set to be shown in your file explorer.&lt;br /&gt;
&lt;br /&gt;
=== How to hide the Android navigation bar ===&lt;br /&gt;
{{anchor|1=navbar}} &lt;br /&gt;
:* As of v13, Kodi supports Android 4.4 (Kitkat)&#039;s immersive mode, allowing for fullscreen automatically.&lt;br /&gt;
:* &#039;&#039;&#039;To remove the navbar:&#039;&#039;&#039;&lt;br /&gt;
:** You can use &amp;quot;[http://ppareit.github.com/HideBar/ HideBar]&amp;quot; (Has a free version, and is open source if you wish to compile yourself)&lt;br /&gt;
:** The app &amp;quot;[https://play.google.com/store/apps/details?id=de.tsorn.FullScreen Full!Screen]&amp;quot; is free and should also work.&lt;br /&gt;
:** A custom Android distribution can be installed to correctly handle the navbar. [http://replicant.us/ Replicant], [http://www.cyanogenmod.org/ CyanogenMod] and some others offer an “extended desktop” mode which hides the navigation bar and, optionally, the status bar too. Also check for firmware on sites such as http://freaktab.com for more firmware options.&lt;br /&gt;
&lt;br /&gt;
=== Audio sync/delay issues ===&lt;br /&gt;
{{anchor|1=audio_sync}}&lt;br /&gt;
:Is some or all of your audio out of sync with the video? Try these tips:&lt;br /&gt;
:* Check for firmware updates for your specific Android device.&lt;br /&gt;
:* If you have a delay that is consistent regardless of the file, you can manually adjust the delay:&lt;br /&gt;
:*# Open any video that has audio playing.&lt;br /&gt;
:*# Bring up the &#039;&#039;&#039;[[Video playback#On screen display (OSD)|on-screen-display]]&#039;&#039;&#039; and select the [[Video playback#OSD audio and subtitle settings|audio options]].&lt;br /&gt;
:*# Select &#039;&#039;&#039;[[Video playback#OSD audio and subtitle settings|Audio offset]]&#039;&#039;&#039; and then adjust the audio until the delay is corrected.&lt;br /&gt;
:*# Back in the OSD audio settings, scroll down and select &#039;&#039;&#039;Set as default for all videos&#039;&#039;&#039;.&lt;br /&gt;
:* {{editor note|Sometimes things can be corrected by just not using audio passthrough, but either some people don&#039;t want to do that at all, or they don&#039;t know exactly what that is. We probably need a guide about audio sync in general (not just Android), and add that to our general &#039;&#039;&#039;[[audio]]&#039;&#039;&#039; help pages.}}&lt;br /&gt;
&lt;br /&gt;
{{anchor|no_video}}&lt;br /&gt;
=== Amlogic playback issues (zoomed in, 1/4 screen, no video, etc) ===&lt;br /&gt;
* As of v15 and later, Kodi will no longer ask to fix incorrect video decoding permissions on Amlogic-based devices that have incorrectly configured firmware. This might cause an issue in some situations, and if this happens to you, first try to manually disable &#039;&#039;&#039;amcodec&#039;&#039;&#039; and only use &#039;&#039;&#039;mediacodec&#039;&#039;&#039; and &#039;&#039;&#039;libstagefright&#039;&#039;&#039; under {{highlight|bordered=yes| [[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]] }}. If videos still won&#039;t play correctly then the device might a firmware/OS update for things to work properly.&lt;br /&gt;
&lt;br /&gt;
* In some cases video playback is fine, but incorrectly sized so that it only takes up a small portion of the screen. This again is most likely a firmware issue, but a temp workaround would be to go into Android&#039;s system settings (not Kodi&#039;s settings) and change the GUI resolution to 720 and/or disable &amp;quot;auto select&amp;quot;. Video will still render at 1080, and only the GUI is limited to 720.&lt;br /&gt;
&lt;br /&gt;
* There may also be situations were Kodi isn&#039;t correctly detecting the box&#039;s ability to use the &amp;quot;amcodec&amp;quot;, and thus prematurely disabling it. Our devs are currently looking into this situation, and if true, will attempt to fix it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:;Why was this changed?&lt;br /&gt;
::Kodi doesn&#039;t try to manually fix the permissions anymore. Doing so was a hack that the devs didn&#039;t feel comfortable with, and vendors need to fix this on the firmware level, not the application level. Some hardware vendors are still unwilling to set the necessary permissions because of a misconception on &amp;quot;security&amp;quot;, which ironically requires granting apps root-level access, which is far less secure.&lt;br /&gt;
&lt;br /&gt;
::However, the mediacodec &amp;quot;path&amp;quot; to decoding doesn&#039;t require the permissions changes, and mediacodec support has improved both in Kodi and in most firmware (even in some of the flawed ones). So now when amcodec fails it falls back on mediacodec, which normally works. In that sense it is &amp;quot;fixed&amp;quot;. Eventually mediacodec will be the single standard, and there won&#039;t be a need for amcodec, but the option is still there for some special situations.&lt;br /&gt;
&lt;br /&gt;
=== Videos play, but are not always smooth ===&lt;br /&gt;
{{anchor|1=rough_playback}} &lt;br /&gt;
:There are a number of reasons why this can happen, so it&#039;s hard to give general advice for such a description, but here are some things that you can try:&lt;br /&gt;
:* Some Android hardware has bugs using the &amp;quot;MediaCodec&amp;quot; hardware decoding method, but plays video fine using &amp;quot;libstagefright&amp;quot;. Try turning off &amp;quot;MediaCodec&amp;quot; and leaving &amp;quot;libstageright&amp;quot; on in:  {{highlight|bordered=yes|[[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]]}}. Users of [[Android hardware|AMLogic hardware]] can ignore this, as those devices use a third &amp;quot;AmCodec&amp;quot; hardware decoding method.&lt;br /&gt;
:* Hardware video decoding might not be enabled at all on your device. Most Android boxes will require hardware video decoding for smooth HD video playback. Check settings under {{highlight|bordered=yes|[[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]]}}&lt;br /&gt;
:* Most Android boxes don&#039;t support hardware video decoding of some codecs, such as VC-1, Hi10P, and HEVC(H.265). Consult the compatibility list on &#039;&#039;&#039;[[Android hardware]]&#039;&#039;&#039;.&lt;br /&gt;
:* Rule out network performance by loading a small test video directly to the internal memory of your Android device.&lt;br /&gt;
:* Some AVI files with H.264 encoded video have problems if you play them with hardware decoding - some SoCs play them smoothly (like Mediatek 8129, 8173), while others don&#039;t (like Broadcom BCM28145, Qualcomm Snapdragon 617, 652, Samsung Exynos 8890). If your SoC is powerful enough, try disabling hardware decoding.&lt;br /&gt;
&lt;br /&gt;
=== Downloading Kodi results in a .txt or .zip file instead of a .apk file ===&lt;br /&gt;
:* Some web browsers will rename .apk files for some reason. To fix this you simply need to rename the file back to .apk and it should then work to install Kodi. To rename files you can use a file manager/explorer program.&lt;br /&gt;
&lt;br /&gt;
=== Video playback stops when another app is in focus ===&lt;br /&gt;
* This is expected behavior for newer Google APIs and how Kodi v16 works. In addition to making sure that the new video decoding APIs are working correctly, this also has the side effect of making sure Kodi doesn&#039;t prevent other apps from using video, such as Netflix, even if Kodi is still open.&lt;br /&gt;
&lt;br /&gt;
* To prevent this from happening when a video is paused, make sure that Kodi&#039;s screensaver is either off or using a screensaver other than &amp;quot;Dim&amp;quot; or &amp;quot;Black&amp;quot;. That will prevent the Android screensaver/daydream from becoming active.&lt;br /&gt;
&lt;br /&gt;
=== Low volume or strange volume behavior ===&lt;br /&gt;
* To support TVs that have Android built-in, and to prevent the &amp;quot;double volume bar&amp;quot; of previous releases, Kodi v16 no longer changes both &#039;&#039;&#039;Kodi volume&#039;&#039;&#039; and &#039;&#039;&#039;system volume&#039;&#039;&#039; at the same time. Instead, these are now controlled seperately.&lt;br /&gt;
&lt;br /&gt;
* Most users will likely wish to leave Kodi volume at full and then control system volume, which is what most remote controls use by default for their volume buttons.&lt;br /&gt;
&lt;br /&gt;
* If volume is low then you might need to turn up the internal &amp;quot;Kodi volume&amp;quot;. If you are using a skin that doesn&#039;t show the volume bar, then you can change the volume by playing a video and opening the on-screen-display and selecting the audio settings. Alternatively, you can also hook up a USB keyboard to turn the volume up using the {{keypress|+}} or {{keypress|1==}} keys.&lt;br /&gt;
&lt;br /&gt;
=== Crashing when opened ===&lt;br /&gt;
: A few things to try it this happens:&lt;br /&gt;
* Go into Android&#039;s settings and into &amp;quot;Apps&amp;quot;. Then select Kodi and select &#039;&#039;&#039;&amp;quot;Clear cache&amp;quot;&#039;&#039;&#039;. {{small|&#039;&#039;Do &#039;&#039;&#039;{{color|red|not}}&#039;&#039;&#039; select &amp;quot;Clear data&amp;quot;.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
* If you are using MySQL then see &#039;&#039;&#039;[[MySQL/Upgrading]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Make sure your Android device has at least 500 MB of free space (a rough estimate).&lt;br /&gt;
&lt;br /&gt;
* Re-install without uninstalling. This should keep your settings.&lt;br /&gt;
&lt;br /&gt;
* As a last resort, uninstalling and re-installing can be done, but doing so will reset all settings.&lt;br /&gt;
&lt;br /&gt;
* If you need more help, please leave a message on &#039;&#039;&#039;http://forum.kodi.tv&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== GUI no longer rendered at 4K ===&lt;br /&gt;
: Kodi v15 would render everything in 4K for the Nvidia Shield TV, but used a method that won&#039;t work correctly on other 4K boxes, as the GUI is handled by the CPU and not a hardware decoder.&lt;br /&gt;
&lt;br /&gt;
: This has been changed for Kodi v16. On supported hardware, such as some official Android TV devices, 4K video will always output at 4K. Only the user interface will render at 1080, so that less powerful CPUs aren&#039;t bogged down. In other words, the video lists and buttons are not as &amp;quot;sharp&amp;quot;, but video will still be fine. In the future there &#039;&#039;might&#039;&#039; be an option to render everything at 4K, for devices that are powerful enough.&lt;br /&gt;
&lt;br /&gt;
=== Missing &amp;quot;brightness&amp;quot; and &amp;quot;contrast&amp;quot; options ===&lt;br /&gt;
: If in Kodi v15 you had brightness and contrast [[video playback]] options, but they are missing in v16, then you can re-enable them by going to {{highlight|bordered=yes|Settings -&amp;gt; Videos -&amp;gt; Acceleration -&amp;gt; }} and disable only &#039;&#039;&#039;&amp;quot;Mediacodec (surface)&amp;quot;&#039;&#039;&#039;. Video will still be hardware decoded, but this will disable 4K output support for 4K Android hardware.&lt;br /&gt;
&lt;br /&gt;
{{Updated|16}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ|Android]]&lt;br /&gt;
[[Category:Android|*]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Android_FAQ&amp;diff=129504</id>
		<title>Archive:Android FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Android_FAQ&amp;diff=129504"/>
		<updated>2017-05-08T15:22:10Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* There are two versions of Kodi for Android. Which one do I use? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Kodi FAQ}}&lt;br /&gt;
{{mininav|[[Android]] }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions for Android.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:{{big|&#039;&#039;See also: &#039;&#039;&#039;[[Kodi all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
=== Will this really do 1080p and all that stuff the desktop can do? ===&lt;br /&gt;
:* Yes! This is a full port of Kodi! It is not a thin client or lite version!&lt;br /&gt;
:* The reason Android port is to get Kodi working on Android set-top-boxes. Phones and tablets are also supported, but are not the main focus.&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
{{anchor|1=Requirements}}&lt;br /&gt;
:{{see also|Android hardware}}&lt;br /&gt;
:{{#lst:Supported hardware|Android}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== There are three versions of Kodi for Android. Which one do I use? ===&lt;br /&gt;
{{anchor|1=CPU}}&lt;br /&gt;
:The vast majority of users will want to use the [http://mirrors.kodi.tv/releases/android/arm/ &amp;quot;ARMV7A (32bit}&amp;quot; version] or the [http://mirrors.kodi.tv/releases/android/arm64-v8a/ &amp;quot;ARMV8A (64bit) version]. Users who have an Android device with an Intel or AMD CPU will want to use the [{{Download link|Android x86}} &amp;quot;x86&amp;quot; version].&lt;br /&gt;
&lt;br /&gt;
=== Installing/getting Kodi for Android ===&lt;br /&gt;
{{anchor|1=Installing}} &lt;br /&gt;
{{Main|HOW-TO:Install Kodi for Android}}&lt;br /&gt;
:* {{current version}} can be found here: &lt;br /&gt;
:** &#039;&#039;&#039;ARM&#039;&#039;&#039; (most users want this): http://mirrors.kodi.tv/releases/android/arm/&lt;br /&gt;
:** &#039;&#039;&#039;x86&#039;&#039;&#039;: {{Download link|Android x86}}&lt;br /&gt;
:* For nightlies, alphas, betas and experimental builds, see the links on &#039;&#039;&#039;[[Development builds]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Is Kodi for Android different from normal Kodi? ===&lt;br /&gt;
{{anchor|1=Version}}&lt;br /&gt;
: The current version of Kodi for Android is based on {{current version}}, and is based on the same code as Kodi for all the other supported platforms.&lt;br /&gt;
&lt;br /&gt;
{{anchor|1=Current_build}} &lt;br /&gt;
=== How do I find out what version of Kodi am I running? ===&lt;br /&gt;
: Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the version and build date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Video and audio formats Kodi for Android can playback ===&lt;br /&gt;
{{anchor|1=Formats}} &lt;br /&gt;
:* Kodi for Android supports all the same formats that other platforms do (such as desktop OS).&lt;br /&gt;
:* Due to the weak processing power of most ARM processors, for smooth playback most Android hardware will require proper hardware decoding. (See [[#Requirements]] below)&lt;br /&gt;
&lt;br /&gt;
=== Accessing media ===&lt;br /&gt;
{{anchor|1=Media}} &lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
:* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
:* You can access media on the internal memory, SD cards or from USB ports (hard drives, USB stick drives, directly or via hubs, etc).&lt;br /&gt;
 &lt;br /&gt;
=== Add-ons and skins ===&lt;br /&gt;
{{anchor|1=Add-ons|2=Skins}} &lt;br /&gt;
:* Kodi for Android is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]].&lt;br /&gt;
:* If you are using a touch screen device and the build you are using did not include it, you can manually instal [[Add-on:Touched]] for better touch screen support.&lt;br /&gt;
 &lt;br /&gt;
=== Remote controls ===&lt;br /&gt;
{{anchor|1=Remotes}}&lt;br /&gt;
:* Some Android set-top-boxes come with a remote and an IR port which Kodi can use.&lt;br /&gt;
:* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth (if supported in your Android ROM). This includes &amp;quot;keymotes&amp;quot; such as a Rii, [[Boxee remote]], most &amp;quot;air mouse&amp;quot; keyboard remotes, and others that appear as a normal USB keyboard to the system.&lt;br /&gt;
:* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
:* Kodi &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
:* Other IR remotes can be used with IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
:* Some Android devices support &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
=== Launching Android apps from within Kodi ===&lt;br /&gt;
{{anchor|1=Apps}} &lt;br /&gt;
:{{main|HOW-TO:Launch Android apps}}&lt;br /&gt;
:{{#lst:HOW-TO:Launch Android apps|intro}}&lt;br /&gt;
&lt;br /&gt;
=== Automatically start Kodi ===&lt;br /&gt;
{{anchor|1=Startup}}&lt;br /&gt;
: You can automatically start Kodi when your Android device boots up using an application such as [https://play.google.com/store/apps/details?id=imoblife.startupmanager Startup Manager (free)]&lt;br /&gt;
&lt;br /&gt;
== Performance tips ==&lt;br /&gt;
{{Main|Android#Tips and tricks}}&lt;br /&gt;
&lt;br /&gt;
=== Performance: video buffering, stuttering, choppiness ===&lt;br /&gt;
{{anchor|1=Buffering|2=Performance}} &lt;br /&gt;
:{{#lst:Android|FAQ Performance notes}}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
&lt;br /&gt;
=== Getting more help with Kodi for Android ===&lt;br /&gt;
{{anchor|1=Forum|2=IRC}}&lt;br /&gt;
:* &#039;&#039;&#039;[http://forum.kodi.tv/forumdisplay.php?fid=164 Kodi for Android specific help forum]&#039;&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;[irc://irc.freenode.org/kodi #kodi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
&lt;br /&gt;
=== Where is the Userdata folder ===&lt;br /&gt;
{{anchor|1=Userdata}} &lt;br /&gt;
:The userdata folder is located on external storage/sdcard at the following locations (depending on your device):&lt;br /&gt;
:;[[userdata folder]]&lt;br /&gt;
:* &amp;lt;code&amp;gt;{{userdata|Android}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Where is the Kodi log ===&lt;br /&gt;
{{anchor|1=Kodi log}}&lt;br /&gt;
:The Kodi log is located inside the temp folder, i.e.&lt;br /&gt;
:;[[debug log]]&lt;br /&gt;
:* /sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
&lt;br /&gt;
=== How can I obtain a Minidump ===&lt;br /&gt;
{{anchor|1=minidump}} &lt;br /&gt;
:The Kodi minidumps are located inside the temp folder, i.e.&lt;br /&gt;
:* /sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/*.dmp&lt;br /&gt;
&lt;br /&gt;
=== How can I obtain a Crash Log (logcat) ===&lt;br /&gt;
{{anchor|1=logcat}} &lt;br /&gt;
:A crash log (also called logcat) is mandatory to be able todebug hard crashes on Android&lt;br /&gt;
:* Download the &#039;&#039;&#039;[https://play.google.com/store/apps/details?id=org.l6n.sendlog SendLog app]&#039;&#039;&#039; from the Google Play store. It allows you to send your system log to an email address. Email it to yourself and show us where the error happened. &#039;&#039;&#039;(requires root)&#039;&#039;&#039;&lt;br /&gt;
:* Alternatively, you can use your computer. Plug your device, download and unzip the [http://d.android.com/sdk/index.html Android SDK] and run ddms.bat in the tools folder. There you have it under &#039;&#039;LogCat&#039;&#039;.&lt;br /&gt;
:* The logfile is kept on a phone for a while, so you don&#039;t need to reproduce a crash in order to get the log.&lt;br /&gt;
:* Be sure to have hidden folders set to be shown in your file explorer.&lt;br /&gt;
&lt;br /&gt;
=== How to hide the Android navigation bar ===&lt;br /&gt;
{{anchor|1=navbar}} &lt;br /&gt;
:* As of v13, Kodi supports Android 4.4 (Kitkat)&#039;s immersive mode, allowing for fullscreen automatically.&lt;br /&gt;
:* &#039;&#039;&#039;To remove the navbar:&#039;&#039;&#039;&lt;br /&gt;
:** You can use &amp;quot;[http://ppareit.github.com/HideBar/ HideBar]&amp;quot; (Has a free version, and is open source if you wish to compile yourself)&lt;br /&gt;
:** The app &amp;quot;[https://play.google.com/store/apps/details?id=de.tsorn.FullScreen Full!Screen]&amp;quot; is free and should also work.&lt;br /&gt;
:** A custom Android distribution can be installed to correctly handle the navbar. [http://replicant.us/ Replicant], [http://www.cyanogenmod.org/ CyanogenMod] and some others offer an “extended desktop” mode which hides the navigation bar and, optionally, the status bar too. Also check for firmware on sites such as http://freaktab.com for more firmware options.&lt;br /&gt;
&lt;br /&gt;
=== Audio sync/delay issues ===&lt;br /&gt;
{{anchor|1=audio_sync}}&lt;br /&gt;
:Is some or all of your audio out of sync with the video? Try these tips:&lt;br /&gt;
:* Check for firmware updates for your specific Android device.&lt;br /&gt;
:* If you have a delay that is consistent regardless of the file, you can manually adjust the delay:&lt;br /&gt;
:*# Open any video that has audio playing.&lt;br /&gt;
:*# Bring up the &#039;&#039;&#039;[[Video playback#On screen display (OSD)|on-screen-display]]&#039;&#039;&#039; and select the [[Video playback#OSD audio and subtitle settings|audio options]].&lt;br /&gt;
:*# Select &#039;&#039;&#039;[[Video playback#OSD audio and subtitle settings|Audio offset]]&#039;&#039;&#039; and then adjust the audio until the delay is corrected.&lt;br /&gt;
:*# Back in the OSD audio settings, scroll down and select &#039;&#039;&#039;Set as default for all videos&#039;&#039;&#039;.&lt;br /&gt;
:* {{editor note|Sometimes things can be corrected by just not using audio passthrough, but either some people don&#039;t want to do that at all, or they don&#039;t know exactly what that is. We probably need a guide about audio sync in general (not just Android), and add that to our general &#039;&#039;&#039;[[audio]]&#039;&#039;&#039; help pages.}}&lt;br /&gt;
&lt;br /&gt;
{{anchor|no_video}}&lt;br /&gt;
=== Amlogic playback issues (zoomed in, 1/4 screen, no video, etc) ===&lt;br /&gt;
* As of v15 and later, Kodi will no longer ask to fix incorrect video decoding permissions on Amlogic-based devices that have incorrectly configured firmware. This might cause an issue in some situations, and if this happens to you, first try to manually disable &#039;&#039;&#039;amcodec&#039;&#039;&#039; and only use &#039;&#039;&#039;mediacodec&#039;&#039;&#039; and &#039;&#039;&#039;libstagefright&#039;&#039;&#039; under {{highlight|bordered=yes| [[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]] }}. If videos still won&#039;t play correctly then the device might a firmware/OS update for things to work properly.&lt;br /&gt;
&lt;br /&gt;
* In some cases video playback is fine, but incorrectly sized so that it only takes up a small portion of the screen. This again is most likely a firmware issue, but a temp workaround would be to go into Android&#039;s system settings (not Kodi&#039;s settings) and change the GUI resolution to 720 and/or disable &amp;quot;auto select&amp;quot;. Video will still render at 1080, and only the GUI is limited to 720.&lt;br /&gt;
&lt;br /&gt;
* There may also be situations were Kodi isn&#039;t correctly detecting the box&#039;s ability to use the &amp;quot;amcodec&amp;quot;, and thus prematurely disabling it. Our devs are currently looking into this situation, and if true, will attempt to fix it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:;Why was this changed?&lt;br /&gt;
::Kodi doesn&#039;t try to manually fix the permissions anymore. Doing so was a hack that the devs didn&#039;t feel comfortable with, and vendors need to fix this on the firmware level, not the application level. Some hardware vendors are still unwilling to set the necessary permissions because of a misconception on &amp;quot;security&amp;quot;, which ironically requires granting apps root-level access, which is far less secure.&lt;br /&gt;
&lt;br /&gt;
::However, the mediacodec &amp;quot;path&amp;quot; to decoding doesn&#039;t require the permissions changes, and mediacodec support has improved both in Kodi and in most firmware (even in some of the flawed ones). So now when amcodec fails it falls back on mediacodec, which normally works. In that sense it is &amp;quot;fixed&amp;quot;. Eventually mediacodec will be the single standard, and there won&#039;t be a need for amcodec, but the option is still there for some special situations.&lt;br /&gt;
&lt;br /&gt;
=== Videos play, but are not always smooth ===&lt;br /&gt;
{{anchor|1=rough_playback}} &lt;br /&gt;
:There are a number of reasons why this can happen, so it&#039;s hard to give general advice for such a description, but here are some things that you can try:&lt;br /&gt;
:* Some Android hardware has bugs using the &amp;quot;MediaCodec&amp;quot; hardware decoding method, but plays video fine using &amp;quot;libstagefright&amp;quot;. Try turning off &amp;quot;MediaCodec&amp;quot; and leaving &amp;quot;libstageright&amp;quot; on in:  {{highlight|bordered=yes|[[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]]}}. Users of [[Android hardware|AMLogic hardware]] can ignore this, as those devices use a third &amp;quot;AmCodec&amp;quot; hardware decoding method.&lt;br /&gt;
:* Hardware video decoding might not be enabled at all on your device. Most Android boxes will require hardware video decoding for smooth HD video playback. Check settings under {{highlight|bordered=yes|[[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]]}}&lt;br /&gt;
:* Most Android boxes don&#039;t support hardware video decoding of some codecs, such as VC-1, Hi10P, and HEVC(H.265). Consult the compatibility list on &#039;&#039;&#039;[[Android hardware]]&#039;&#039;&#039;.&lt;br /&gt;
:* Rule out network performance by loading a small test video directly to the internal memory of your Android device.&lt;br /&gt;
:* Some AVI files with H.264 encoded video have problems if you play them with hardware decoding - some SoCs play them smoothly (like Mediatek 8129, 8173), while others don&#039;t (like Broadcom BCM28145, Qualcomm Snapdragon 617, 652, Samsung Exynos 8890). If your SoC is powerful enough, try disabling hardware decoding.&lt;br /&gt;
&lt;br /&gt;
=== Downloading Kodi results in a .txt or .zip file instead of a .apk file ===&lt;br /&gt;
:* Some web browsers will rename .apk files for some reason. To fix this you simply need to rename the file back to .apk and it should then work to install Kodi. To rename files you can use a file manager/explorer program.&lt;br /&gt;
&lt;br /&gt;
=== Video playback stops when another app is in focus ===&lt;br /&gt;
* This is expected behavior for newer Google APIs and how Kodi v16 works. In addition to making sure that the new video decoding APIs are working correctly, this also has the side effect of making sure Kodi doesn&#039;t prevent other apps from using video, such as Netflix, even if Kodi is still open.&lt;br /&gt;
&lt;br /&gt;
* To prevent this from happening when a video is paused, make sure that Kodi&#039;s screensaver is either off or using a screensaver other than &amp;quot;Dim&amp;quot; or &amp;quot;Black&amp;quot;. That will prevent the Android screensaver/daydream from becoming active.&lt;br /&gt;
&lt;br /&gt;
=== Low volume or strange volume behavior ===&lt;br /&gt;
* To support TVs that have Android built-in, and to prevent the &amp;quot;double volume bar&amp;quot; of previous releases, Kodi v16 no longer changes both &#039;&#039;&#039;Kodi volume&#039;&#039;&#039; and &#039;&#039;&#039;system volume&#039;&#039;&#039; at the same time. Instead, these are now controlled seperately.&lt;br /&gt;
&lt;br /&gt;
* Most users will likely wish to leave Kodi volume at full and then control system volume, which is what most remote controls use by default for their volume buttons.&lt;br /&gt;
&lt;br /&gt;
* If volume is low then you might need to turn up the internal &amp;quot;Kodi volume&amp;quot;. If you are using a skin that doesn&#039;t show the volume bar, then you can change the volume by playing a video and opening the on-screen-display and selecting the audio settings. Alternatively, you can also hook up a USB keyboard to turn the volume up using the {{keypress|+}} or {{keypress|1==}} keys.&lt;br /&gt;
&lt;br /&gt;
=== Crashing when opened ===&lt;br /&gt;
: A few things to try it this happens:&lt;br /&gt;
* Go into Android&#039;s settings and into &amp;quot;Apps&amp;quot;. Then select Kodi and select &#039;&#039;&#039;&amp;quot;Clear cache&amp;quot;&#039;&#039;&#039;. {{small|&#039;&#039;Do &#039;&#039;&#039;{{color|red|not}}&#039;&#039;&#039; select &amp;quot;Clear data&amp;quot;.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
* If you are using MySQL then see &#039;&#039;&#039;[[MySQL/Upgrading]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Make sure your Android device has at least 500 MB of free space (a rough estimate).&lt;br /&gt;
&lt;br /&gt;
* Re-install without uninstalling. This should keep your settings.&lt;br /&gt;
&lt;br /&gt;
* As a last resort, uninstalling and re-installing can be done, but doing so will reset all settings.&lt;br /&gt;
&lt;br /&gt;
* If you need more help, please leave a message on &#039;&#039;&#039;http://forum.kodi.tv&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== GUI no longer rendered at 4K ===&lt;br /&gt;
: Kodi v15 would render everything in 4K for the Nvidia Shield TV, but used a method that won&#039;t work correctly on other 4K boxes, as the GUI is handled by the CPU and not a hardware decoder.&lt;br /&gt;
&lt;br /&gt;
: This has been changed for Kodi v16. On supported hardware, such as some official Android TV devices, 4K video will always output at 4K. Only the user interface will render at 1080, so that less powerful CPUs aren&#039;t bogged down. In other words, the video lists and buttons are not as &amp;quot;sharp&amp;quot;, but video will still be fine. In the future there &#039;&#039;might&#039;&#039; be an option to render everything at 4K, for devices that are powerful enough.&lt;br /&gt;
&lt;br /&gt;
=== Missing &amp;quot;brightness&amp;quot; and &amp;quot;contrast&amp;quot; options ===&lt;br /&gt;
: If in Kodi v15 you had brightness and contrast [[video playback]] options, but they are missing in v16, then you can re-enable them by going to {{highlight|bordered=yes|Settings -&amp;gt; Videos -&amp;gt; Acceleration -&amp;gt; }} and disable only &#039;&#039;&#039;&amp;quot;Mediacodec (surface)&amp;quot;&#039;&#039;&#039;. Video will still be hardware decoded, but this will disable 4K output support for 4K Android hardware.&lt;br /&gt;
&lt;br /&gt;
{{Updated|16}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ|Android]]&lt;br /&gt;
[[Category:Android|*]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Android_FAQ&amp;diff=129503</id>
		<title>Archive:Android FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Android_FAQ&amp;diff=129503"/>
		<updated>2017-05-08T15:17:39Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Installing/getting Kodi for Android */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Kodi FAQ}}&lt;br /&gt;
{{mininav|[[Android]] }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions for Android.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:{{big|&#039;&#039;See also: &#039;&#039;&#039;[[Kodi all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
=== Will this really do 1080p and all that stuff the desktop can do? ===&lt;br /&gt;
:* Yes! This is a full port of Kodi! It is not a thin client or lite version!&lt;br /&gt;
:* The reason Android port is to get Kodi working on Android set-top-boxes. Phones and tablets are also supported, but are not the main focus.&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
{{anchor|1=Requirements}}&lt;br /&gt;
:{{see also|Android hardware}}&lt;br /&gt;
:{{#lst:Supported hardware|Android}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== There are two versions of Kodi for Android. Which one do I use? ===&lt;br /&gt;
{{anchor|1=CPU}}&lt;br /&gt;
:The vast majority of users will want to use the [{{download link|Android ARM}} &amp;quot;ARM&amp;quot; version]. Users who have an Android device with an Intel or AMD CPU will want to use the [{{Download link|Android x86}} &amp;quot;x86&amp;quot; version].&lt;br /&gt;
&lt;br /&gt;
=== Installing/getting Kodi for Android ===&lt;br /&gt;
{{anchor|1=Installing}} &lt;br /&gt;
{{Main|HOW-TO:Install Kodi for Android}}&lt;br /&gt;
:* {{current version}} can be found here: &lt;br /&gt;
:** &#039;&#039;&#039;ARM&#039;&#039;&#039; (most users want this): http://mirrors.kodi.tv/releases/android/arm/&lt;br /&gt;
:** &#039;&#039;&#039;x86&#039;&#039;&#039;: {{Download link|Android x86}}&lt;br /&gt;
:* For nightlies, alphas, betas and experimental builds, see the links on &#039;&#039;&#039;[[Development builds]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Is Kodi for Android different from normal Kodi? ===&lt;br /&gt;
{{anchor|1=Version}}&lt;br /&gt;
: The current version of Kodi for Android is based on {{current version}}, and is based on the same code as Kodi for all the other supported platforms.&lt;br /&gt;
&lt;br /&gt;
{{anchor|1=Current_build}} &lt;br /&gt;
=== How do I find out what version of Kodi am I running? ===&lt;br /&gt;
: Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the version and build date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Video and audio formats Kodi for Android can playback ===&lt;br /&gt;
{{anchor|1=Formats}} &lt;br /&gt;
:* Kodi for Android supports all the same formats that other platforms do (such as desktop OS).&lt;br /&gt;
:* Due to the weak processing power of most ARM processors, for smooth playback most Android hardware will require proper hardware decoding. (See [[#Requirements]] below)&lt;br /&gt;
&lt;br /&gt;
=== Accessing media ===&lt;br /&gt;
{{anchor|1=Media}} &lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
:* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
:* You can access media on the internal memory, SD cards or from USB ports (hard drives, USB stick drives, directly or via hubs, etc).&lt;br /&gt;
 &lt;br /&gt;
=== Add-ons and skins ===&lt;br /&gt;
{{anchor|1=Add-ons|2=Skins}} &lt;br /&gt;
:* Kodi for Android is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]].&lt;br /&gt;
:* If you are using a touch screen device and the build you are using did not include it, you can manually instal [[Add-on:Touched]] for better touch screen support.&lt;br /&gt;
 &lt;br /&gt;
=== Remote controls ===&lt;br /&gt;
{{anchor|1=Remotes}}&lt;br /&gt;
:* Some Android set-top-boxes come with a remote and an IR port which Kodi can use.&lt;br /&gt;
:* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth (if supported in your Android ROM). This includes &amp;quot;keymotes&amp;quot; such as a Rii, [[Boxee remote]], most &amp;quot;air mouse&amp;quot; keyboard remotes, and others that appear as a normal USB keyboard to the system.&lt;br /&gt;
:* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
:* Kodi &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
:* Other IR remotes can be used with IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
:* Some Android devices support &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
=== Launching Android apps from within Kodi ===&lt;br /&gt;
{{anchor|1=Apps}} &lt;br /&gt;
:{{main|HOW-TO:Launch Android apps}}&lt;br /&gt;
:{{#lst:HOW-TO:Launch Android apps|intro}}&lt;br /&gt;
&lt;br /&gt;
=== Automatically start Kodi ===&lt;br /&gt;
{{anchor|1=Startup}}&lt;br /&gt;
: You can automatically start Kodi when your Android device boots up using an application such as [https://play.google.com/store/apps/details?id=imoblife.startupmanager Startup Manager (free)]&lt;br /&gt;
&lt;br /&gt;
== Performance tips ==&lt;br /&gt;
{{Main|Android#Tips and tricks}}&lt;br /&gt;
&lt;br /&gt;
=== Performance: video buffering, stuttering, choppiness ===&lt;br /&gt;
{{anchor|1=Buffering|2=Performance}} &lt;br /&gt;
:{{#lst:Android|FAQ Performance notes}}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
&lt;br /&gt;
=== Getting more help with Kodi for Android ===&lt;br /&gt;
{{anchor|1=Forum|2=IRC}}&lt;br /&gt;
:* &#039;&#039;&#039;[http://forum.kodi.tv/forumdisplay.php?fid=164 Kodi for Android specific help forum]&#039;&#039;&#039;&lt;br /&gt;
:* &#039;&#039;&#039;[irc://irc.freenode.org/kodi #kodi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
&lt;br /&gt;
=== Where is the Userdata folder ===&lt;br /&gt;
{{anchor|1=Userdata}} &lt;br /&gt;
:The userdata folder is located on external storage/sdcard at the following locations (depending on your device):&lt;br /&gt;
:;[[userdata folder]]&lt;br /&gt;
:* &amp;lt;code&amp;gt;{{userdata|Android}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Where is the Kodi log ===&lt;br /&gt;
{{anchor|1=Kodi log}}&lt;br /&gt;
:The Kodi log is located inside the temp folder, i.e.&lt;br /&gt;
:;[[debug log]]&lt;br /&gt;
:* /sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log&lt;br /&gt;
&lt;br /&gt;
=== How can I obtain a Minidump ===&lt;br /&gt;
{{anchor|1=minidump}} &lt;br /&gt;
:The Kodi minidumps are located inside the temp folder, i.e.&lt;br /&gt;
:* /sdcard/Android/data/org.xbmc.kodi/files/.kodi/temp/*.dmp&lt;br /&gt;
&lt;br /&gt;
=== How can I obtain a Crash Log (logcat) ===&lt;br /&gt;
{{anchor|1=logcat}} &lt;br /&gt;
:A crash log (also called logcat) is mandatory to be able todebug hard crashes on Android&lt;br /&gt;
:* Download the &#039;&#039;&#039;[https://play.google.com/store/apps/details?id=org.l6n.sendlog SendLog app]&#039;&#039;&#039; from the Google Play store. It allows you to send your system log to an email address. Email it to yourself and show us where the error happened. &#039;&#039;&#039;(requires root)&#039;&#039;&#039;&lt;br /&gt;
:* Alternatively, you can use your computer. Plug your device, download and unzip the [http://d.android.com/sdk/index.html Android SDK] and run ddms.bat in the tools folder. There you have it under &#039;&#039;LogCat&#039;&#039;.&lt;br /&gt;
:* The logfile is kept on a phone for a while, so you don&#039;t need to reproduce a crash in order to get the log.&lt;br /&gt;
:* Be sure to have hidden folders set to be shown in your file explorer.&lt;br /&gt;
&lt;br /&gt;
=== How to hide the Android navigation bar ===&lt;br /&gt;
{{anchor|1=navbar}} &lt;br /&gt;
:* As of v13, Kodi supports Android 4.4 (Kitkat)&#039;s immersive mode, allowing for fullscreen automatically.&lt;br /&gt;
:* &#039;&#039;&#039;To remove the navbar:&#039;&#039;&#039;&lt;br /&gt;
:** You can use &amp;quot;[http://ppareit.github.com/HideBar/ HideBar]&amp;quot; (Has a free version, and is open source if you wish to compile yourself)&lt;br /&gt;
:** The app &amp;quot;[https://play.google.com/store/apps/details?id=de.tsorn.FullScreen Full!Screen]&amp;quot; is free and should also work.&lt;br /&gt;
:** A custom Android distribution can be installed to correctly handle the navbar. [http://replicant.us/ Replicant], [http://www.cyanogenmod.org/ CyanogenMod] and some others offer an “extended desktop” mode which hides the navigation bar and, optionally, the status bar too. Also check for firmware on sites such as http://freaktab.com for more firmware options.&lt;br /&gt;
&lt;br /&gt;
=== Audio sync/delay issues ===&lt;br /&gt;
{{anchor|1=audio_sync}}&lt;br /&gt;
:Is some or all of your audio out of sync with the video? Try these tips:&lt;br /&gt;
:* Check for firmware updates for your specific Android device.&lt;br /&gt;
:* If you have a delay that is consistent regardless of the file, you can manually adjust the delay:&lt;br /&gt;
:*# Open any video that has audio playing.&lt;br /&gt;
:*# Bring up the &#039;&#039;&#039;[[Video playback#On screen display (OSD)|on-screen-display]]&#039;&#039;&#039; and select the [[Video playback#OSD audio and subtitle settings|audio options]].&lt;br /&gt;
:*# Select &#039;&#039;&#039;[[Video playback#OSD audio and subtitle settings|Audio offset]]&#039;&#039;&#039; and then adjust the audio until the delay is corrected.&lt;br /&gt;
:*# Back in the OSD audio settings, scroll down and select &#039;&#039;&#039;Set as default for all videos&#039;&#039;&#039;.&lt;br /&gt;
:* {{editor note|Sometimes things can be corrected by just not using audio passthrough, but either some people don&#039;t want to do that at all, or they don&#039;t know exactly what that is. We probably need a guide about audio sync in general (not just Android), and add that to our general &#039;&#039;&#039;[[audio]]&#039;&#039;&#039; help pages.}}&lt;br /&gt;
&lt;br /&gt;
{{anchor|no_video}}&lt;br /&gt;
=== Amlogic playback issues (zoomed in, 1/4 screen, no video, etc) ===&lt;br /&gt;
* As of v15 and later, Kodi will no longer ask to fix incorrect video decoding permissions on Amlogic-based devices that have incorrectly configured firmware. This might cause an issue in some situations, and if this happens to you, first try to manually disable &#039;&#039;&#039;amcodec&#039;&#039;&#039; and only use &#039;&#039;&#039;mediacodec&#039;&#039;&#039; and &#039;&#039;&#039;libstagefright&#039;&#039;&#039; under {{highlight|bordered=yes| [[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]] }}. If videos still won&#039;t play correctly then the device might a firmware/OS update for things to work properly.&lt;br /&gt;
&lt;br /&gt;
* In some cases video playback is fine, but incorrectly sized so that it only takes up a small portion of the screen. This again is most likely a firmware issue, but a temp workaround would be to go into Android&#039;s system settings (not Kodi&#039;s settings) and change the GUI resolution to 720 and/or disable &amp;quot;auto select&amp;quot;. Video will still render at 1080, and only the GUI is limited to 720.&lt;br /&gt;
&lt;br /&gt;
* There may also be situations were Kodi isn&#039;t correctly detecting the box&#039;s ability to use the &amp;quot;amcodec&amp;quot;, and thus prematurely disabling it. Our devs are currently looking into this situation, and if true, will attempt to fix it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:;Why was this changed?&lt;br /&gt;
::Kodi doesn&#039;t try to manually fix the permissions anymore. Doing so was a hack that the devs didn&#039;t feel comfortable with, and vendors need to fix this on the firmware level, not the application level. Some hardware vendors are still unwilling to set the necessary permissions because of a misconception on &amp;quot;security&amp;quot;, which ironically requires granting apps root-level access, which is far less secure.&lt;br /&gt;
&lt;br /&gt;
::However, the mediacodec &amp;quot;path&amp;quot; to decoding doesn&#039;t require the permissions changes, and mediacodec support has improved both in Kodi and in most firmware (even in some of the flawed ones). So now when amcodec fails it falls back on mediacodec, which normally works. In that sense it is &amp;quot;fixed&amp;quot;. Eventually mediacodec will be the single standard, and there won&#039;t be a need for amcodec, but the option is still there for some special situations.&lt;br /&gt;
&lt;br /&gt;
=== Videos play, but are not always smooth ===&lt;br /&gt;
{{anchor|1=rough_playback}} &lt;br /&gt;
:There are a number of reasons why this can happen, so it&#039;s hard to give general advice for such a description, but here are some things that you can try:&lt;br /&gt;
:* Some Android hardware has bugs using the &amp;quot;MediaCodec&amp;quot; hardware decoding method, but plays video fine using &amp;quot;libstagefright&amp;quot;. Try turning off &amp;quot;MediaCodec&amp;quot; and leaving &amp;quot;libstageright&amp;quot; on in:  {{highlight|bordered=yes|[[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]]}}. Users of [[Android hardware|AMLogic hardware]] can ignore this, as those devices use a third &amp;quot;AmCodec&amp;quot; hardware decoding method.&lt;br /&gt;
:* Hardware video decoding might not be enabled at all on your device. Most Android boxes will require hardware video decoding for smooth HD video playback. Check settings under {{highlight|bordered=yes|[[Settings/Videos#Acceleration|Settings -&amp;gt; Videos -&amp;gt; Acceleration]]}}&lt;br /&gt;
:* Most Android boxes don&#039;t support hardware video decoding of some codecs, such as VC-1, Hi10P, and HEVC(H.265). Consult the compatibility list on &#039;&#039;&#039;[[Android hardware]]&#039;&#039;&#039;.&lt;br /&gt;
:* Rule out network performance by loading a small test video directly to the internal memory of your Android device.&lt;br /&gt;
:* Some AVI files with H.264 encoded video have problems if you play them with hardware decoding - some SoCs play them smoothly (like Mediatek 8129, 8173), while others don&#039;t (like Broadcom BCM28145, Qualcomm Snapdragon 617, 652, Samsung Exynos 8890). If your SoC is powerful enough, try disabling hardware decoding.&lt;br /&gt;
&lt;br /&gt;
=== Downloading Kodi results in a .txt or .zip file instead of a .apk file ===&lt;br /&gt;
:* Some web browsers will rename .apk files for some reason. To fix this you simply need to rename the file back to .apk and it should then work to install Kodi. To rename files you can use a file manager/explorer program.&lt;br /&gt;
&lt;br /&gt;
=== Video playback stops when another app is in focus ===&lt;br /&gt;
* This is expected behavior for newer Google APIs and how Kodi v16 works. In addition to making sure that the new video decoding APIs are working correctly, this also has the side effect of making sure Kodi doesn&#039;t prevent other apps from using video, such as Netflix, even if Kodi is still open.&lt;br /&gt;
&lt;br /&gt;
* To prevent this from happening when a video is paused, make sure that Kodi&#039;s screensaver is either off or using a screensaver other than &amp;quot;Dim&amp;quot; or &amp;quot;Black&amp;quot;. That will prevent the Android screensaver/daydream from becoming active.&lt;br /&gt;
&lt;br /&gt;
=== Low volume or strange volume behavior ===&lt;br /&gt;
* To support TVs that have Android built-in, and to prevent the &amp;quot;double volume bar&amp;quot; of previous releases, Kodi v16 no longer changes both &#039;&#039;&#039;Kodi volume&#039;&#039;&#039; and &#039;&#039;&#039;system volume&#039;&#039;&#039; at the same time. Instead, these are now controlled seperately.&lt;br /&gt;
&lt;br /&gt;
* Most users will likely wish to leave Kodi volume at full and then control system volume, which is what most remote controls use by default for their volume buttons.&lt;br /&gt;
&lt;br /&gt;
* If volume is low then you might need to turn up the internal &amp;quot;Kodi volume&amp;quot;. If you are using a skin that doesn&#039;t show the volume bar, then you can change the volume by playing a video and opening the on-screen-display and selecting the audio settings. Alternatively, you can also hook up a USB keyboard to turn the volume up using the {{keypress|+}} or {{keypress|1==}} keys.&lt;br /&gt;
&lt;br /&gt;
=== Crashing when opened ===&lt;br /&gt;
: A few things to try it this happens:&lt;br /&gt;
* Go into Android&#039;s settings and into &amp;quot;Apps&amp;quot;. Then select Kodi and select &#039;&#039;&#039;&amp;quot;Clear cache&amp;quot;&#039;&#039;&#039;. {{small|&#039;&#039;Do &#039;&#039;&#039;{{color|red|not}}&#039;&#039;&#039; select &amp;quot;Clear data&amp;quot;.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
* If you are using MySQL then see &#039;&#039;&#039;[[MySQL/Upgrading]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Make sure your Android device has at least 500 MB of free space (a rough estimate).&lt;br /&gt;
&lt;br /&gt;
* Re-install without uninstalling. This should keep your settings.&lt;br /&gt;
&lt;br /&gt;
* As a last resort, uninstalling and re-installing can be done, but doing so will reset all settings.&lt;br /&gt;
&lt;br /&gt;
* If you need more help, please leave a message on &#039;&#039;&#039;http://forum.kodi.tv&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== GUI no longer rendered at 4K ===&lt;br /&gt;
: Kodi v15 would render everything in 4K for the Nvidia Shield TV, but used a method that won&#039;t work correctly on other 4K boxes, as the GUI is handled by the CPU and not a hardware decoder.&lt;br /&gt;
&lt;br /&gt;
: This has been changed for Kodi v16. On supported hardware, such as some official Android TV devices, 4K video will always output at 4K. Only the user interface will render at 1080, so that less powerful CPUs aren&#039;t bogged down. In other words, the video lists and buttons are not as &amp;quot;sharp&amp;quot;, but video will still be fine. In the future there &#039;&#039;might&#039;&#039; be an option to render everything at 4K, for devices that are powerful enough.&lt;br /&gt;
&lt;br /&gt;
=== Missing &amp;quot;brightness&amp;quot; and &amp;quot;contrast&amp;quot; options ===&lt;br /&gt;
: If in Kodi v15 you had brightness and contrast [[video playback]] options, but they are missing in v16, then you can re-enable them by going to {{highlight|bordered=yes|Settings -&amp;gt; Videos -&amp;gt; Acceleration -&amp;gt; }} and disable only &#039;&#039;&#039;&amp;quot;Mediacodec (surface)&amp;quot;&#039;&#039;&#039;. Video will still be hardware decoded, but this will disable 4K output support for 4K Android hardware.&lt;br /&gt;
&lt;br /&gt;
{{Updated|16}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ|Android]]&lt;br /&gt;
[[Category:Android|*]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Quick_start_guide&amp;diff=129468</id>
		<title>Quick start guide</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Quick_start_guide&amp;diff=129468"/>
		<updated>2017-05-01T17:56:50Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]|[[First time user]]}}&lt;br /&gt;
Congratulations, new user, in your choice of [[w:media center|media center]] software: [[Kodi|{{Kodi}}]]!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;This guide is designed to get you up and running with {{Kodi}} in the shortest time possible, and was written with the most typical use cases in mind.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
For more in depth information please refer to the [[Main Page|{{Kodi}} online wiki manual]]&lt;br /&gt;
&lt;br /&gt;
The {{Kodi}} interface is designed with the &#039;[[w:Home cinema|Home Theater]]&#039; in mind.  This means it is best viewed on a large-screen TV while you sit on your couch [[10-foot user interface|10-feet away from that TV]], rather than on a small monitor while you sit at your desk.  &lt;br /&gt;
Because everything is designed with the home theater experience in mind, the best way to interact with {{Kodi}} is with a remote control, rather than a computer mouse.  If it helps, think of {{Kodi}} as the ultimate DVD-player/set-top-box.&lt;br /&gt;
&lt;br /&gt;
== Installing {{Kodi}} ==&lt;br /&gt;
{{main|Installing}}&lt;br /&gt;
{{#lst:Installing|intro}}&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already done so, download {{Kodi}} from &#039;&#039;&#039;http://kodi.tv/download/&#039;&#039;&#039; or see the installation guides here:&lt;br /&gt;
{{#lst:Installing|OS}}&lt;br /&gt;
See the &#039;&#039;&#039;[[Installing]]&#039;&#039;&#039; page for additional guides.&lt;br /&gt;
&lt;br /&gt;
== Adding files ==&lt;br /&gt;
{{See also|File sharing|Media sources}}&lt;br /&gt;
While you can just use {{Kodi}} with plain file views, adding/scanning files to the library will add rich features such as cover art, summaries, thumbnails, trailers, and more. &lt;br /&gt;
&lt;br /&gt;
To just quickly add files see [[Adding videos to the library/Adding media sources]].&lt;br /&gt;
=== Adding videos to the library ===&lt;br /&gt;
{{main|Adding videos to the library|Video library}}&lt;br /&gt;
{{#lst:Video library/Adding media sources|adding video}}&lt;br /&gt;
&lt;br /&gt;
=== Adding music to the library ===&lt;br /&gt;
:&#039;&#039;See also: &#039;&#039;&#039;[[Adding music to the library]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Music library]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
In order to be able to include information on your music collection in the library, {{Kodi}} needs your music to be tagged. When your collection is scanned, {{Kodi}} stores all the tagging information (artist, album, year, genre, etc) in the database which allows you to efficiently search and manage your music collection.&lt;br /&gt;
Today most media applications and players (e.g. iTunes / iPod) organize music by this ID tag information.&lt;br /&gt;
&lt;br /&gt;
{{note|Your audio files &#039;&#039;must&#039;&#039; have a valid ID tag for them to work properly in the {{Kodi}} music library.}}&lt;br /&gt;
{{#lst:Adding music to the library|First Time Music Setup}}&lt;br /&gt;
&lt;br /&gt;
=== Adding pictures ===&lt;br /&gt;
Adding sources for your [[pictures]] follows the same method as adding other media sources.  From the Home Page navigate to Pictures, select Add Source and browse to the location of your picture files.&lt;br /&gt;
&lt;br /&gt;
== Using a remote control ==&lt;br /&gt;
{{main|Remote controls}}&lt;br /&gt;
{{#lst:Remote controls|intro}}&lt;br /&gt;
&lt;br /&gt;
== {{Kodi}} add-ons ==&lt;br /&gt;
{{Main|Add-ons|Add-on manager}}&lt;br /&gt;
{{#lst:Add-ons|intro}}&lt;br /&gt;
&lt;br /&gt;
{{#lst:Add-on manager|HOW-TO install}}&lt;br /&gt;
&lt;br /&gt;
== Changing the look and feel of {{Kodi}} ==&lt;br /&gt;
{{Kodi}} is unlike many contemporary media and gaming centers, in that it can be easily customized to look completely different using &#039;&#039;[[skins]]&#039;&#039; while still remaining equally as useable and providing access to all your videos, music, and more. &lt;br /&gt;
&lt;br /&gt;
To get new skins, go to: {{highlight|Settings → Interface settings → Skin → Skin - Estuary|bordered=yes}}&lt;br /&gt;
&lt;br /&gt;
You will be provided a list of currently installed skins and an option to &amp;quot;Get More...&amp;quot; where you can download additional skins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;To change skins, see: [[HOW-TO:Change_skins|How To: Change Skins]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;The same home screen using different skins&amp;quot; widths=200px heights=113px&amp;gt;&lt;br /&gt;
File:Estuary_home_movies.png| Estuary - default skin, Kodi 17 &amp;amp; above&lt;br /&gt;
File:Confluence_ss.png|Confluence -  default skin, Kodi 16 &amp;amp; below&lt;br /&gt;
File:Aeon Nox - glass home.jpg|Aeon Nox&lt;br /&gt;
File:Immersive.jpg|Immersive&lt;br /&gt;
File:Titan.jpg|Titan&lt;br /&gt;
File:Welo.jpg|Welo&lt;br /&gt;
File:Transparency.jpg|Transparency&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important note about the Context Menu ==&lt;br /&gt;
{{main|Context menu}}&lt;br /&gt;
As you read this wiki and experiment on your own, you will quickly learn about the value of the &#039;&#039;&#039;&#039;&#039;[[context menu]]&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
To use it, while highlighting an item, press the {{keypress|&#039;&#039;&#039;C&#039;&#039;&#039;}} key on the keyboard.  If you are using a mouse, you can right click while hovering over an item.  With remote controls, this is normally the {{button|guide}} button.&lt;br /&gt;
&lt;br /&gt;
== Alternative guides ==&lt;br /&gt;
{{main|Video management#Alternative guides}}&lt;br /&gt;
{{#lst:Video management|Alternative guides}}&lt;br /&gt;
&lt;br /&gt;
{{Krypton updated}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[First time user]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:Quick Start Guide]]&lt;br /&gt;
[[Category:First time user]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129440</id>
		<title>HOW-TO:Change skins</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129440"/>
		<updated>2017-04-27T18:19:18Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Extras]]|[[Add-ons]]|[[Skins]]|page={{FULLPAGENAME}} }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Many of us have been tempted by the allure of Kodi&#039;s beauty. There are some excellent skin designers out there who have gone to great lengths to create and share beautiful ways of viewing and navigating our media collections. As default, Kodi comes with the excellent skin Estuary, but there are plenty more to choose from.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a new skin==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_blank.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Start from the Home screen&lt;br /&gt;
File:Estuary_home_settings_icon.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Navigate to the top of the menu and select &#039;&#039;&#039;System Settings&#039;&#039;&#039; (the gear) icon.&lt;br /&gt;
File:Interface_settings.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Select &#039;&#039;&#039;Interface settings&#039;&#039;&#039;.&lt;br /&gt;
File:Interface_settings_skin.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the Interface setttings, select &#039;&#039;&#039;Skin&#039;&#039;&#039;, then &#039;&#039;&#039;Skin&#039;&#039;&#039; under &#039;&#039;&#039;Look and feel&#039;&#039;&#039;.&lt;br /&gt;
File:Skin_get_more.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; By default, there are only 2 skins installed, &#039;&#039;&#039;Estuary&#039;&#039;&#039;(the default skin) and &#039;&#039;&#039;Estouchy&#039;&#039;&#039;.  To install another skin, select &#039;&#039;&#039;Get more...&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_browse.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; In the new window, select the skin you want to install from the list.&lt;br /&gt;
File:Skin_get_more_downloading.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; After you have select the skin it will begin downloading.&lt;br /&gt;
File:Skin_get_more_installing.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once downloaded, the skin and any dependencies it requires will install.&lt;br /&gt;
File:Skin_get_more_switch_skin.png|&#039;&#039;&#039;Step 9:&#039;&#039;&#039; Once installed, Kodi will ask you if you want to start using that skin.  If you do the select &#039;&#039;&#039;Yes&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_new_skin.png|&#039;&#039;&#039;Step 10:&#039;&#039;&#039; Enjoy your new skin!!!&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a skin from a zip file. ==&lt;br /&gt;
Although there are many skins already available to you from Kodi Add-on repository, there are even more that you may want to try out, including modified skins of the ones available.  Some of those skins can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skin Support] section of the Kodi forum as well as Work in Progress skins which can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skinning/WIP Skins] sub-section of the Kodi forum.&lt;br /&gt;
&lt;br /&gt;
To install these skins you will need to install them from a zip file.  See [[Add-on_manager#How_to_install_from_a_ZIP_file|How to install from a ZIP file]] for how to install.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Note: Estuary was designed to be fully featured. Sometimes as a new user, it can be daunting enough to get used to the program for starters without changing things. It is highly recommended that you stick to Estuary until you’re sure of how things work. Should you ever encounter issues with another skin, such as the feeling that something is missing, consider reverting to Estuary to see if it was simply an issue with that skin.&#039;&lt;br /&gt;
&lt;br /&gt;
{{krypton updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Skins|*]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Add-ons]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129431</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129431"/>
		<updated>2017-04-26T15:16:30Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Settings Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System Settings menu, where you can access individual settings, select the System Settings icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System Settings menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Settings]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Quick_start_guide&amp;diff=129411</id>
		<title>Quick start guide</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Quick_start_guide&amp;diff=129411"/>
		<updated>2017-04-22T17:40:58Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Adding music to the library */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]|[[First time user]]}}&lt;br /&gt;
Congratulations, new user, in your choice of [[w:media center|media center]] software: [[Kodi|{{Kodi}}]]!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;This guide is designed to get you up and running with {{Kodi}} in the shortest time possible, and was written with the most typical use cases in mind.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
For more in depth information please refer to the [[Main Page|{{Kodi}} online wiki manual]]&lt;br /&gt;
&lt;br /&gt;
The {{Kodi}} interface is designed with the &#039;[[w:Home cinema|Home Theater]]&#039; in mind.  This means it is best viewed on a large-screen TV while you sit on your couch [[10-foot user interface|10-feet away from that TV]], rather than on a small monitor while you sit at your desk.  &lt;br /&gt;
Because everything is designed with the home theater experience in mind, the best way to interact with {{Kodi}} is with a remote control, rather than a computer mouse.  If it helps, think of {{Kodi}} as the ultimate DVD-player/set-top-box.&lt;br /&gt;
&lt;br /&gt;
== Installing {{Kodi}} ==&lt;br /&gt;
{{main|Installing}}&lt;br /&gt;
{{#lst:Installing|intro}}&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already done so, download {{Kodi}} from &#039;&#039;&#039;http://kodi.tv/download/&#039;&#039;&#039; or see the installation guides here:&lt;br /&gt;
{{#lst:Installing|OS}}&lt;br /&gt;
See the &#039;&#039;&#039;[[Installing]]&#039;&#039;&#039; page for additional guides.&lt;br /&gt;
&lt;br /&gt;
== Adding files ==&lt;br /&gt;
{{See also|File sharing|Media sources}}&lt;br /&gt;
While you can just use {{Kodi}} with plain file views, adding/scanning files to the library will add rich features such as cover art, summaries, thumbnails, trailers, and more. &lt;br /&gt;
&lt;br /&gt;
To just quickly add files see [[Adding videos to the library/Adding media sources]].&lt;br /&gt;
=== Adding videos to the library ===&lt;br /&gt;
{{main|Adding videos to the library|Video library}}&lt;br /&gt;
{{#lst:Video library/Adding media sources|adding video}}&lt;br /&gt;
&lt;br /&gt;
=== Adding music to the library ===&lt;br /&gt;
:&#039;&#039;See also: &#039;&#039;&#039;[[Adding music to the library]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Music library]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
In order to be able to include information on your music collection in the library, {{Kodi}} needs your music to be tagged. When your collection is scanned, {{Kodi}} stores all the tagging information (artist, album, year, genre, etc) in the database which allows you to efficiently search and manage your music collection.&lt;br /&gt;
Today most media applications and players (e.g. iTunes / iPod) organize music by this ID tag information.&lt;br /&gt;
&lt;br /&gt;
{{note|Your audio files &#039;&#039;must&#039;&#039; have a valid ID tag for them to work properly in the {{Kodi}} music library.}}&lt;br /&gt;
{{#lst:Adding music to the library|First Time Music Setup}}&lt;br /&gt;
&lt;br /&gt;
=== Adding pictures ===&lt;br /&gt;
Adding sources for your [[pictures]] follows the same method as adding other media sources.  From the Home Page navigate to Pictures, select Add Source and browse to the location of your picture files.&lt;br /&gt;
&lt;br /&gt;
== Using a remote control ==&lt;br /&gt;
{{main|Remote controls}}&lt;br /&gt;
{{#lst:Remote controls|intro}}&lt;br /&gt;
&lt;br /&gt;
== {{Kodi}} add-ons ==&lt;br /&gt;
{{Main|Add-ons|Add-on manager}}&lt;br /&gt;
{{#lst:Add-ons|intro}}&lt;br /&gt;
&lt;br /&gt;
{{#lst:Add-on manager|HOW-TO install}}&lt;br /&gt;
&lt;br /&gt;
== Changing the look and feel of {{Kodi}} ==&lt;br /&gt;
{{Kodi}} is unlike many contemporary media and gaming centers, in that it can be easily customized to look completely different using &#039;&#039;[[skins]]&#039;&#039; while still remaining equally as useable and providing access to all your videos, music, and more. &lt;br /&gt;
&lt;br /&gt;
To get new skins, go to: {{highlight|Settings → Interface settings → Skin → Skin - Estuary|bordered=yes}}&lt;br /&gt;
&lt;br /&gt;
You will be provided a list of currently installed skins and an option to &amp;quot;Get More...&amp;quot; where you can download additional skins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;To change skins, see: [[HOW-TO:Change_skins|How To: Change Skins]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;The same home screen using different skins&amp;quot; widths=200px heights=113px&amp;gt;&lt;br /&gt;
File:Estuary_home_movies.png| Estuary - default skin, Kodi 17 &amp;amp; above&lt;br /&gt;
File:Confluence_ss.png|Confluence -  default skin, Kodi 16 &amp;amp; below&lt;br /&gt;
File:Aeon Nox - glass home.jpg|Aeon Nox&lt;br /&gt;
File:Immersive.jpg|Immersive&lt;br /&gt;
File:Titan.jpg|Titan&lt;br /&gt;
File:Welo.jpg|Welo&lt;br /&gt;
File:Transparency.jpg|Transparency&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important note about the Context Menu ==&lt;br /&gt;
{{main|Context menu}}&lt;br /&gt;
As you read this wiki and experiment on your own, you will quickly learn about the value of the &#039;&#039;&#039;&#039;&#039;[[context menu]]&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
To use it, while highlighting an item, press the {{keypress|&#039;&#039;&#039;C&#039;&#039;&#039;}} key on the keyboard.  If you are using a mouse, you can right click while hovering over an item.  With remote controls, this is normally the {{button|guide}} button.&lt;br /&gt;
&lt;br /&gt;
== Alternative guides ==&lt;br /&gt;
{{main|Video management#Alternative guides}}&lt;br /&gt;
{{#lst:Video management|Alternative guides}}&lt;br /&gt;
&lt;br /&gt;
{{Helix updated}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[First time user]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:Quick Start Guide]]&lt;br /&gt;
[[Category:First time user]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Quick_start_guide&amp;diff=129410</id>
		<title>Quick start guide</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Quick_start_guide&amp;diff=129410"/>
		<updated>2017-04-22T17:25:53Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Adding music to the library */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]|[[First time user]]}}&lt;br /&gt;
Congratulations, new user, in your choice of [[w:media center|media center]] software: [[Kodi|{{Kodi}}]]!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;This guide is designed to get you up and running with {{Kodi}} in the shortest time possible, and was written with the most typical use cases in mind.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
For more in depth information please refer to the [[Main Page|{{Kodi}} online wiki manual]]&lt;br /&gt;
&lt;br /&gt;
The {{Kodi}} interface is designed with the &#039;[[w:Home cinema|Home Theater]]&#039; in mind.  This means it is best viewed on a large-screen TV while you sit on your couch [[10-foot user interface|10-feet away from that TV]], rather than on a small monitor while you sit at your desk.  &lt;br /&gt;
Because everything is designed with the home theater experience in mind, the best way to interact with {{Kodi}} is with a remote control, rather than a computer mouse.  If it helps, think of {{Kodi}} as the ultimate DVD-player/set-top-box.&lt;br /&gt;
&lt;br /&gt;
== Installing {{Kodi}} ==&lt;br /&gt;
{{main|Installing}}&lt;br /&gt;
{{#lst:Installing|intro}}&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already done so, download {{Kodi}} from &#039;&#039;&#039;http://kodi.tv/download/&#039;&#039;&#039; or see the installation guides here:&lt;br /&gt;
{{#lst:Installing|OS}}&lt;br /&gt;
See the &#039;&#039;&#039;[[Installing]]&#039;&#039;&#039; page for additional guides.&lt;br /&gt;
&lt;br /&gt;
== Adding files ==&lt;br /&gt;
{{See also|File sharing|Media sources}}&lt;br /&gt;
While you can just use {{Kodi}} with plain file views, adding/scanning files to the library will add rich features such as cover art, summaries, thumbnails, trailers, and more. &lt;br /&gt;
&lt;br /&gt;
To just quickly add files see [[Adding videos to the library/Adding media sources]].&lt;br /&gt;
=== Adding videos to the library ===&lt;br /&gt;
{{main|Adding videos to the library|Video library}}&lt;br /&gt;
{{#lst:Video library/Adding media sources|adding video}}&lt;br /&gt;
&lt;br /&gt;
=== Adding music to the library ===&lt;br /&gt;
:&#039;&#039;See main page: &#039;&#039;&#039;[[Adding music to the library]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Music library]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
In order to be able to include information on your music collection in the library, {{Kodi}} needs your music to be tagged. When your collection is scanned, {{Kodi}} stores all the tagging information (artist, album, year, genre, etc) in the database which allows you to efficiently search and manage your music collection.&lt;br /&gt;
Today most media applications and players (e.g. iTunes / iPod) organize music by this ID tag information.&lt;br /&gt;
&lt;br /&gt;
{{note|Your audio files &#039;&#039;must&#039;&#039; have a valid ID tag for them to work properly in the {{Kodi}} music library.}}&lt;br /&gt;
&lt;br /&gt;
{{#lst:Adding music to the library|First Time Music Setup}}&lt;br /&gt;
&lt;br /&gt;
=== Adding pictures ===&lt;br /&gt;
Adding sources for your [[pictures]] follows the same method as adding other media sources.  From the Home Page navigate to Pictures, select Add Source and browse to the location of your picture files.&lt;br /&gt;
&lt;br /&gt;
== Using a remote control ==&lt;br /&gt;
{{main|Remote controls}}&lt;br /&gt;
{{#lst:Remote controls|intro}}&lt;br /&gt;
&lt;br /&gt;
== {{Kodi}} add-ons ==&lt;br /&gt;
{{Main|Add-ons|Add-on manager}}&lt;br /&gt;
{{#lst:Add-ons|intro}}&lt;br /&gt;
&lt;br /&gt;
{{#lst:Add-on manager|HOW-TO install}}&lt;br /&gt;
&lt;br /&gt;
== Changing the look and feel of {{Kodi}} ==&lt;br /&gt;
{{Kodi}} is unlike many contemporary media and gaming centers, in that it can be easily customized to look completely different using &#039;&#039;[[skins]]&#039;&#039; while still remaining equally as useable and providing access to all your videos, music, and more. &lt;br /&gt;
&lt;br /&gt;
To get new skins, go to: {{highlight|Settings → Interface settings → Skin → Skin - Estuary|bordered=yes}}&lt;br /&gt;
&lt;br /&gt;
You will be provided a list of currently installed skins and an option to &amp;quot;Get More...&amp;quot; where you can download additional skins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;To change skins, see: [[HOW-TO:Change_skins|How To: Change Skins]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;The same home screen using different skins&amp;quot; widths=200px heights=113px&amp;gt;&lt;br /&gt;
File:Estuary_home_movies.png| Estuary - default skin, Kodi 17 &amp;amp; above&lt;br /&gt;
File:Confluence_ss.png|Confluence -  default skin, Kodi 16 &amp;amp; below&lt;br /&gt;
File:Aeon Nox - glass home.jpg|Aeon Nox&lt;br /&gt;
File:Immersive.jpg|Immersive&lt;br /&gt;
File:Titan.jpg|Titan&lt;br /&gt;
File:Welo.jpg|Welo&lt;br /&gt;
File:Transparency.jpg|Transparency&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important note about the Context Menu ==&lt;br /&gt;
{{main|Context menu}}&lt;br /&gt;
As you read this wiki and experiment on your own, you will quickly learn about the value of the &#039;&#039;&#039;&#039;&#039;[[context menu]]&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
To use it, while highlighting an item, press the {{keypress|&#039;&#039;&#039;C&#039;&#039;&#039;}} key on the keyboard.  If you are using a mouse, you can right click while hovering over an item.  With remote controls, this is normally the {{button|guide}} button.&lt;br /&gt;
&lt;br /&gt;
== Alternative guides ==&lt;br /&gt;
{{main|Video management#Alternative guides}}&lt;br /&gt;
{{#lst:Video management|Alternative guides}}&lt;br /&gt;
&lt;br /&gt;
{{Helix updated}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[First time user]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:Quick Start Guide]]&lt;br /&gt;
[[Category:First time user]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Adding_music_to_the_library&amp;diff=129409</id>
		<title>Adding music to the library</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Adding_music_to_the_library&amp;diff=129409"/>
		<updated>2017-04-22T17:23:44Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* First Time Music Library Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Music library]]}}&lt;br /&gt;
{{cleanup}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Kodi adds music to the library by [[Adding music to the library#Scanning Your Music Into the Music Library|scanning]] music files to extract identifying information from tags in the files.  In order to be able to include information on your music collection in the &#039;&#039;&#039;[[music library]]&#039;&#039;&#039;, Kodi needs your music to be tagged. When your collection is scanned, Kodi stores all the tagging information (artist, album, year, genre, etc) in the database which allows you to efficiently search and manage your music collection.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your audio files &#039;&#039;&#039;MUST&#039;&#039;&#039; have a valid ID tag for them to work properly in the Kodi music library. There are third party applications available for download from the internet that allow you to add and manage ID tags in your music files.&lt;br /&gt;
&lt;br /&gt;
== See also audio streams ==&lt;br /&gt;
{{see also|Internet_video_and_audio_streams}}&lt;br /&gt;
&lt;br /&gt;
== First Time Music Library Setup ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;First Time Music Setup&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_music.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; On the Home menu select &#039;&#039;&#039;Music&#039;&#039;&#039; from the menu itmes, then select &#039;&#039;&#039;Enter files section&#039;&#039;&#039;&lt;br /&gt;
File:Estuary_music_file_browser.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; In the &#039;&#039;&#039;Music File Browser&#039;&#039;&#039; select &#039;&#039;&#039;Add music&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_add_music_source.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; In the &#039;&#039;&#039;Add music source&#039;&#039;&#039; window select &#039;&#039;&#039;Browse&#039;&#039;&#039;.  You can also manually add your source by selecting the box with &#039;&#039;&#039;&amp;lt;None&amp;gt;&#039;&#039;&#039; then typing in your path.  If you chose to do it this way skip to &#039;&#039;&#039;Step 5&#039;&#039;&#039;&lt;br /&gt;
File:Estuary_music_browse_source.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the &#039;&#039;&#039;Browse for new share&#039;&#039;&#039; window, navigate to where your music is stored, select the folder and then select &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_name_source.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; You will now be taken back to the &#039;&#039;&#039;Add music source&#039;&#039;&#039; window where under &#039;&#039;&#039;Enter a name for this media source&#039;&#039;&#039; you can name your media source.  If you don&#039;t enter a name then, by default, Kodi will use the folder name as the name for your source.  You can then select &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_scan_source.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; You will now be asked if you wish to add your media source to the library.  If you do, then select &#039;&#039;&#039;Yes&#039;&#039;&#039;, if you do not, then select &#039;&#039;&#039;No&#039;&#039;&#039;.  By selecting &#039;&#039;&#039;No&#039;&#039;&#039; you will only have the option of accessing your media though the &#039;&#039;&#039;Music file browser&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_scanning_library.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; If you selected &#039;&#039;&#039;Yes&#039;&#039;&#039; Kodi will begin scanning your source to the library.&lt;br /&gt;
File:Estuary_home_music_library.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once your library is scanned you will be able to see &amp;amp; access &#039;&#039;&#039;Recently added albums, Random albums, Random Artist &amp;amp; Unplayed albums&#039;&#039;&#039; on the Home menu.&lt;br /&gt;
File:Estuary_music_albums.png|You will also be able to view your entire music library by selecting &#039;&#039;&#039;Music&#039;&#039;&#039; from the Home menu, then selecting the appropriate category.  Or from the Home menu, navigate to &#039;&#039;&#039;Categories&#039;&#039;&#039; at the top of the &#039;&#039;&#039;Music&#039;&#039;&#039; menu item and then selecting the category you wish to view.  &#039;&#039;&#039;Example: Category&#039;&#039;&#039; → &#039;&#039;&#039;Albums&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_artist.png|&#039;&#039;&#039;Example: Category&#039;&#039;&#039; → &#039;&#039;&#039;Artist&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;section end=&amp;quot;First Time Music Setup&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adding Additional Music Sources ==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_music_files.png|To add additional sources to your library, from the Home menu select &#039;&#039;&#039;Music&#039;&#039;&#039;.  Then navigate to the to the top of the page and under &#039;&#039;&#039;Categories&#039;&#039;&#039; select &#039;&#039;&#039;Files&#039;&#039;&#039;.  Then follow the directions from &#039;&#039;&#039;Step 2&#039;&#039;&#039; in [[Estuary:Adding_music_to_the_library#First_Time_Music_Library_Setup|First Time Music Library Setup]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sources for Music ==&lt;br /&gt;
{{main|Media sources}}&lt;br /&gt;
Kodi gives you the ability to listen to music from a variety of sources, click here for more information and examples of [[Types of Media Sources|Types of Media Sources (link)]].&amp;lt;br /&amp;gt;&lt;br /&gt;
Some examples of sources that allow you to easily access all your digital music collection:&lt;br /&gt;
* &#039;&#039;&#039;On your computer or a [[NAS (Network Attached Storage)]] device/system, which supports [[SMB]] file sharing&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Stored directly on the hard drive&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;On CDs/DVDs&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Streamed from the Internet&#039;&#039;&#039;&lt;br /&gt;
For information on how to configure remote file shares, please click [[Configuring PC Shares|here (link)]]&lt;br /&gt;
&lt;br /&gt;
== Ripping CDs ==&lt;br /&gt;
{{main|Ripping CDs}}&lt;br /&gt;
{{#lst:Ripping CDs|intro}}&lt;br /&gt;
&lt;br /&gt;
== MusicBrainz integration ==&lt;br /&gt;
{{main|MusicBrainz metadata}}&lt;br /&gt;
{{#lst:MusicBrainz metadata|intro}}&lt;br /&gt;
&lt;br /&gt;
== Applications to edit music Tags ==&lt;br /&gt;
Your audio files &#039;&#039;&#039;MUST&#039;&#039;&#039; have correct audio tags to use the Music Library mode. Without tags you&#039;re limited to the file view in Kodi. There are several tools out there that will allow you to manipulate music ID tags.&lt;br /&gt;
&lt;br /&gt;
* [[Supplemental tools/Linux#Music tools]]&lt;br /&gt;
* [[Supplemental tools/Mac OS X#Music tools]]&lt;br /&gt;
* [[Supplemental tools/Windows#Music tools]]&lt;br /&gt;
&lt;br /&gt;
== Technical Explanation: File tags ==&lt;br /&gt;
&#039;&#039;Skip this section if you&#039;re not interested a technical explanation of this subject. You don&#039;t need this information to use what is explained in the previous section.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For many categories, such as genres and artists, Kodi supports multiple values in the one field.  By default it uses the character sequence &amp;quot; / &amp;quot; to divide the entry into multiple values.  This divider may be changed via [[advancedsettings.xml]].&lt;br /&gt;
&lt;br /&gt;
=== Artist Tags - Resolving Compilations and Multiple Artists ===&lt;br /&gt;
Kodi reads the &#039;&#039;Album Artist&#039;&#039; tag in ID3, Ogg, APE and MP4 tags and uses it if available to assign an artist to the album (independently of the track&#039;s artist information).  This is the &amp;quot;Album Artist&amp;quot; tag (in ID3 this is represented by the &amp;quot;TPE2&amp;quot; tag; in vorbiscomment (ogg) files &amp;quot;ALBUMARTIST&amp;quot;, &amp;quot;ALBUM ARTIST&amp;quot; and &amp;quot;ENSEMBLE&amp;quot; are all supported).  Multiple artists for either a track or album artist can be specified in &amp;quot;Artist1 / Artist2 / Artist3&amp;quot; format.&lt;br /&gt;
&lt;br /&gt;
If no &#039;&#039;Album Artist&#039;&#039; tag exists, Kodi will use the first (primary) artist from the tracks as the &#039;&#039;Album Artist&#039;&#039;.  Essentially we do a string comparison of all the track artists, and assign the common artists as the &#039;&#039;Album artist&#039;&#039;. This is generally the TPE1 tag in ID3.&lt;br /&gt;
&lt;br /&gt;
As many users don&#039;t yet use the &#039;&#039;Album Artist&#039;&#039; tag, Kodi has an additional filter system for identifying compilation albums, where each track normally has a different artist.  As Kodi scans a folder, it does the following:&lt;br /&gt;
&lt;br /&gt;
# Identifies albums based on &#039;&#039;Album&#039;&#039; name alone in the folder and groups the songs that have the same &#039;&#039;Album&#039;&#039; name together as an album.&lt;br /&gt;
# Runs through each album&#039;s assigned songs.  If there is 2 or more tracks with the same &#039;&#039;Track&#039;&#039; number, the group of songs must come from 2 or more albums, so the &#039;&#039;Album&#039;&#039; name is ruled out as a possible compilation.&lt;br /&gt;
# If any of the songs assigned to the &#039;&#039;Album&#039;&#039; name have an &#039;&#039;Album Artist&#039;&#039; tag, then Kodi assumes the user knows what they&#039;re doing, and this album is also ruled out from being a compilation.&lt;br /&gt;
# If two or more songs assigned to the &#039;&#039;Album&#039;&#039; name then have different primary artists, then the &#039;&#039;Album&#039;&#039; name is considered to be a group of songs from a compilation, and the &#039;&#039;Various Artists&#039;&#039;&amp;quot; tag is assigned as the album artist.&lt;br /&gt;
# Otherwise, if all the songs have the same primary artist but don&#039;t have the same full artist list (eg a song or two has an additional artist) then the album is assigned the primary artist as it&#039;s &#039;&#039;Album Artist&#039;&#039;, and we assume the additional artists are guest artists.&lt;br /&gt;
&lt;br /&gt;
=== Ratings in ID3 tags ===&lt;br /&gt;
Ratings in ID3 tags are read via the POPM field, and (if this doesn&#039;t exist) in a custom (TXXX) field named &amp;quot;RATING&amp;quot;.  For the RATING field, we accept 1-5 as valid ratings.  For the POPM field things are more complicated, as there is no established standard in place.  We currently most closely respect what Mediamonkey does, and also have some support for what Windows Media Player 11 does.  The POPM tag takes a value from 0..255, with 0 meaning no rating, 1 the worst, and 255 the best.  We currently map these as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;POPM value&#039;&#039;&#039;&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;Star rating&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
0&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
1&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;*&#039;&#039;&#039; This is a special case for Windows Media Player&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
2-8&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
9-49&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;*&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
50-113&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;**&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
114-167&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;***&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
168-218&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;****&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
219-255&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;*****&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Embedded Album Art ==&lt;br /&gt;
Kodi supports embedded album art in files with ID3 tags, WMA tags and MP4 tags only. It does not support embedded album art in APE, Ogg or FLAC tags currently. To have album art for these formats, see the [[Thumbnails]] portion of the manual.&lt;br /&gt;
&lt;br /&gt;
== Album art and thumbnails ==&lt;br /&gt;
{{See also|Thumbnails}}&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
There are a number of ways to get thumbnails to display in Music.&amp;lt;br /&amp;gt;&lt;br /&gt;
Album art can by obtained via [http://www.allmusic.com Allmusic.com] and described in the [[My Music Navigation and Control#The Context Menu|The Context Menu]] section. Music tags can also contain art for that specific song, as can be seen in [[Preparing your Music]].&amp;lt;br /&amp;gt;&lt;br /&gt;
If you want a custom thumb, you can add a .jpg file to your music directory. The .tbn file can be either a .JPG or a .PNG file (with transparency) that you simply rename the extension from .jpg/.png to .tbn.&amp;lt;br /&amp;gt;&lt;br /&gt;
The size of the picture can be anything from 64x64 to 256x256 in pixel-size (you may want to use a larger pixel-size if you use Kodi in 720p/1080i HDTV resolution to get a sharper image).&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
In this example audiofilename.mp3 will use audiofilename.tbn as thumbnail:&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiofilename.mp3&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiofilename.tbn&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
[[File:mymusic.jpg|right|500px]]&lt;br /&gt;
|}&lt;br /&gt;
The same goes for playlists, [[Cue sheets]], SHOUTcast, and [[HOW-TO: Play Internet Streams|internet-stream files]], eg:&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audioplaylistname.m3u&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audioplaylistname.tbn&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;cuelistname.cue&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;cuelistname.tbn&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;shoutcastlinkname.pls&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;shoutcastlinkname.tbn&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiostreamname.strm&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiostreamname.tbn&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you store each of your music-albums or artists in a separate subfolder to keep things organized, you can also make the folder have a custom thumbnail image. To do this you need to rename your .jpg thumbnail as folder.jpg and place it in the folder (the size of the picture can be anything from 64x64 to 256x256 in pixel size).&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
 Music\path\album\&#039;&#039;&#039;folder.jpg&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now your album/artist folder will have a lovely custom thumbnail-image.&lt;br /&gt;
&lt;br /&gt;
You can via [[advancedsettings.xml]] change the default filename of the image that Kodi uses for music folders. See the [[advancedsettings.xml#&amp;lt;musicthumbs&amp;gt;|&amp;lt;musicthumbs&amp;gt;]] tag. for more information.&lt;br /&gt;
&lt;br /&gt;
== NFO files ==&lt;br /&gt;
{{main|NFO files}}&lt;br /&gt;
{{#lst:NFO files|intro}}&lt;br /&gt;
&lt;br /&gt;
== Cue sheets ==&lt;br /&gt;
{{main|Cue sheets}}&lt;br /&gt;
{{#lst:Cue sheets|intro}}&lt;br /&gt;
&lt;br /&gt;
{{Krypton updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Music library]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Adding_music_to_the_library&amp;diff=129408</id>
		<title>Adding music to the library</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Adding_music_to_the_library&amp;diff=129408"/>
		<updated>2017-04-22T17:09:35Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Music library]]}}&lt;br /&gt;
{{cleanup}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Kodi adds music to the library by [[Adding music to the library#Scanning Your Music Into the Music Library|scanning]] music files to extract identifying information from tags in the files.  In order to be able to include information on your music collection in the &#039;&#039;&#039;[[music library]]&#039;&#039;&#039;, Kodi needs your music to be tagged. When your collection is scanned, Kodi stores all the tagging information (artist, album, year, genre, etc) in the database which allows you to efficiently search and manage your music collection.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your audio files &#039;&#039;&#039;MUST&#039;&#039;&#039; have a valid ID tag for them to work properly in the Kodi music library. There are third party applications available for download from the internet that allow you to add and manage ID tags in your music files.&lt;br /&gt;
&lt;br /&gt;
== See also audio streams ==&lt;br /&gt;
{{see also|Internet_video_and_audio_streams}}&lt;br /&gt;
&lt;br /&gt;
== First Time Music Library Setup ==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_music.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; On the Home menu select &#039;&#039;&#039;Music&#039;&#039;&#039; from the menu itmes, then select &#039;&#039;&#039;Enter files section&#039;&#039;&#039;&lt;br /&gt;
File:Estuary_music_file_browser.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; In the &#039;&#039;&#039;Music File Browser&#039;&#039;&#039; select &#039;&#039;&#039;Add music&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_add_music_source.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; In the &#039;&#039;&#039;Add music source&#039;&#039;&#039; window select &#039;&#039;&#039;Browse&#039;&#039;&#039;.  You can also manually add your source by selecting the box with &#039;&#039;&#039;&amp;lt;None&amp;gt;&#039;&#039;&#039; then typing in your path.  If you chose to do it this way skip to &#039;&#039;&#039;Step 5&#039;&#039;&#039;&lt;br /&gt;
File:Estuary_music_browse_source.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the &#039;&#039;&#039;Browse for new share&#039;&#039;&#039; window, navigate to where your music is stored, select the folder and then select &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_name_source.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; You will now be taken back to the &#039;&#039;&#039;Add music source&#039;&#039;&#039; window where under &#039;&#039;&#039;Enter a name for this media source&#039;&#039;&#039; you can name your media source.  If you don&#039;t enter a name then, by default, Kodi will use the folder name as the name for your source.  You can then select &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_scan_source.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; You will now be asked if you wish to add your media source to the library.  If you do, then select &#039;&#039;&#039;Yes&#039;&#039;&#039;, if you do not, then select &#039;&#039;&#039;No&#039;&#039;&#039;.  By selecting &#039;&#039;&#039;No&#039;&#039;&#039; you will only have the option of accessing your media though the &#039;&#039;&#039;Music file browser&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_scanning_library.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; If you selected &#039;&#039;&#039;Yes&#039;&#039;&#039; Kodi will begin scanning your source to the library.&lt;br /&gt;
File:Estuary_home_music_library.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once your library is scanned you will be able to see &amp;amp; access &#039;&#039;&#039;Recently added albums, Random albums, Random Artist &amp;amp; Unplayed albums&#039;&#039;&#039; on the Home menu.&lt;br /&gt;
File:Estuary_music_albums.png|You will also be able to view your entire music library by selecting &#039;&#039;&#039;Music&#039;&#039;&#039; from the Home menu, then selecting the appropriate category.  Or from the Home menu, navigate to &#039;&#039;&#039;Categories&#039;&#039;&#039; at the top of the &#039;&#039;&#039;Music&#039;&#039;&#039; menu item and then selecting the category you wish to view.  &#039;&#039;&#039;Example: Category&#039;&#039;&#039; → &#039;&#039;&#039;Albums&#039;&#039;&#039;.&lt;br /&gt;
File:Estuary_music_artist.png|&#039;&#039;&#039;Example: Category&#039;&#039;&#039; → &#039;&#039;&#039;Artist&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adding Additional Music Sources ==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_music_files.png|To add additional sources to your library, from the Home menu select &#039;&#039;&#039;Music&#039;&#039;&#039;.  Then navigate to the to the top of the page and under &#039;&#039;&#039;Categories&#039;&#039;&#039; select &#039;&#039;&#039;Files&#039;&#039;&#039;.  Then follow the directions from &#039;&#039;&#039;Step 2&#039;&#039;&#039; in [[Estuary:Adding_music_to_the_library#First_Time_Music_Library_Setup|First Time Music Library Setup]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sources for Music ==&lt;br /&gt;
{{main|Media sources}}&lt;br /&gt;
Kodi gives you the ability to listen to music from a variety of sources, click here for more information and examples of [[Types of Media Sources|Types of Media Sources (link)]].&amp;lt;br /&amp;gt;&lt;br /&gt;
Some examples of sources that allow you to easily access all your digital music collection:&lt;br /&gt;
* &#039;&#039;&#039;On your computer or a [[NAS (Network Attached Storage)]] device/system, which supports [[SMB]] file sharing&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Stored directly on the hard drive&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;On CDs/DVDs&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Streamed from the Internet&#039;&#039;&#039;&lt;br /&gt;
For information on how to configure remote file shares, please click [[Configuring PC Shares|here (link)]]&lt;br /&gt;
&lt;br /&gt;
== Ripping CDs ==&lt;br /&gt;
{{main|Ripping CDs}}&lt;br /&gt;
{{#lst:Ripping CDs|intro}}&lt;br /&gt;
&lt;br /&gt;
== MusicBrainz integration ==&lt;br /&gt;
{{main|MusicBrainz metadata}}&lt;br /&gt;
{{#lst:MusicBrainz metadata|intro}}&lt;br /&gt;
&lt;br /&gt;
== Applications to edit music Tags ==&lt;br /&gt;
Your audio files &#039;&#039;&#039;MUST&#039;&#039;&#039; have correct audio tags to use the Music Library mode. Without tags you&#039;re limited to the file view in Kodi. There are several tools out there that will allow you to manipulate music ID tags.&lt;br /&gt;
&lt;br /&gt;
* [[Supplemental tools/Linux#Music tools]]&lt;br /&gt;
* [[Supplemental tools/Mac OS X#Music tools]]&lt;br /&gt;
* [[Supplemental tools/Windows#Music tools]]&lt;br /&gt;
&lt;br /&gt;
== Technical Explanation: File tags ==&lt;br /&gt;
&#039;&#039;Skip this section if you&#039;re not interested a technical explanation of this subject. You don&#039;t need this information to use what is explained in the previous section.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For many categories, such as genres and artists, Kodi supports multiple values in the one field.  By default it uses the character sequence &amp;quot; / &amp;quot; to divide the entry into multiple values.  This divider may be changed via [[advancedsettings.xml]].&lt;br /&gt;
&lt;br /&gt;
=== Artist Tags - Resolving Compilations and Multiple Artists ===&lt;br /&gt;
Kodi reads the &#039;&#039;Album Artist&#039;&#039; tag in ID3, Ogg, APE and MP4 tags and uses it if available to assign an artist to the album (independently of the track&#039;s artist information).  This is the &amp;quot;Album Artist&amp;quot; tag (in ID3 this is represented by the &amp;quot;TPE2&amp;quot; tag; in vorbiscomment (ogg) files &amp;quot;ALBUMARTIST&amp;quot;, &amp;quot;ALBUM ARTIST&amp;quot; and &amp;quot;ENSEMBLE&amp;quot; are all supported).  Multiple artists for either a track or album artist can be specified in &amp;quot;Artist1 / Artist2 / Artist3&amp;quot; format.&lt;br /&gt;
&lt;br /&gt;
If no &#039;&#039;Album Artist&#039;&#039; tag exists, Kodi will use the first (primary) artist from the tracks as the &#039;&#039;Album Artist&#039;&#039;.  Essentially we do a string comparison of all the track artists, and assign the common artists as the &#039;&#039;Album artist&#039;&#039;. This is generally the TPE1 tag in ID3.&lt;br /&gt;
&lt;br /&gt;
As many users don&#039;t yet use the &#039;&#039;Album Artist&#039;&#039; tag, Kodi has an additional filter system for identifying compilation albums, where each track normally has a different artist.  As Kodi scans a folder, it does the following:&lt;br /&gt;
&lt;br /&gt;
# Identifies albums based on &#039;&#039;Album&#039;&#039; name alone in the folder and groups the songs that have the same &#039;&#039;Album&#039;&#039; name together as an album.&lt;br /&gt;
# Runs through each album&#039;s assigned songs.  If there is 2 or more tracks with the same &#039;&#039;Track&#039;&#039; number, the group of songs must come from 2 or more albums, so the &#039;&#039;Album&#039;&#039; name is ruled out as a possible compilation.&lt;br /&gt;
# If any of the songs assigned to the &#039;&#039;Album&#039;&#039; name have an &#039;&#039;Album Artist&#039;&#039; tag, then Kodi assumes the user knows what they&#039;re doing, and this album is also ruled out from being a compilation.&lt;br /&gt;
# If two or more songs assigned to the &#039;&#039;Album&#039;&#039; name then have different primary artists, then the &#039;&#039;Album&#039;&#039; name is considered to be a group of songs from a compilation, and the &#039;&#039;Various Artists&#039;&#039;&amp;quot; tag is assigned as the album artist.&lt;br /&gt;
# Otherwise, if all the songs have the same primary artist but don&#039;t have the same full artist list (eg a song or two has an additional artist) then the album is assigned the primary artist as it&#039;s &#039;&#039;Album Artist&#039;&#039;, and we assume the additional artists are guest artists.&lt;br /&gt;
&lt;br /&gt;
=== Ratings in ID3 tags ===&lt;br /&gt;
Ratings in ID3 tags are read via the POPM field, and (if this doesn&#039;t exist) in a custom (TXXX) field named &amp;quot;RATING&amp;quot;.  For the RATING field, we accept 1-5 as valid ratings.  For the POPM field things are more complicated, as there is no established standard in place.  We currently most closely respect what Mediamonkey does, and also have some support for what Windows Media Player 11 does.  The POPM tag takes a value from 0..255, with 0 meaning no rating, 1 the worst, and 255 the best.  We currently map these as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;POPM value&#039;&#039;&#039;&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;Star rating&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
0&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
1&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;*&#039;&#039;&#039; This is a special case for Windows Media Player&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
2-8&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
9-49&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;*&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
50-113&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;**&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
114-167&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;***&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
168-218&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;****&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
219-255&lt;br /&gt;
| &lt;br /&gt;
&#039;&#039;&#039;*****&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Embedded Album Art ==&lt;br /&gt;
Kodi supports embedded album art in files with ID3 tags, WMA tags and MP4 tags only. It does not support embedded album art in APE, Ogg or FLAC tags currently. To have album art for these formats, see the [[Thumbnails]] portion of the manual.&lt;br /&gt;
&lt;br /&gt;
== Album art and thumbnails ==&lt;br /&gt;
{{See also|Thumbnails}}&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
There are a number of ways to get thumbnails to display in Music.&amp;lt;br /&amp;gt;&lt;br /&gt;
Album art can by obtained via [http://www.allmusic.com Allmusic.com] and described in the [[My Music Navigation and Control#The Context Menu|The Context Menu]] section. Music tags can also contain art for that specific song, as can be seen in [[Preparing your Music]].&amp;lt;br /&amp;gt;&lt;br /&gt;
If you want a custom thumb, you can add a .jpg file to your music directory. The .tbn file can be either a .JPG or a .PNG file (with transparency) that you simply rename the extension from .jpg/.png to .tbn.&amp;lt;br /&amp;gt;&lt;br /&gt;
The size of the picture can be anything from 64x64 to 256x256 in pixel-size (you may want to use a larger pixel-size if you use Kodi in 720p/1080i HDTV resolution to get a sharper image).&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
In this example audiofilename.mp3 will use audiofilename.tbn as thumbnail:&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiofilename.mp3&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiofilename.tbn&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
[[File:mymusic.jpg|right|500px]]&lt;br /&gt;
|}&lt;br /&gt;
The same goes for playlists, [[Cue sheets]], SHOUTcast, and [[HOW-TO: Play Internet Streams|internet-stream files]], eg:&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audioplaylistname.m3u&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audioplaylistname.tbn&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;cuelistname.cue&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;cuelistname.tbn&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;shoutcastlinkname.pls&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;shoutcastlinkname.tbn&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiostreamname.strm&#039;&#039;&#039;&lt;br /&gt;
 Music\path\&#039;&#039;&#039;audiostreamname.tbn&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you store each of your music-albums or artists in a separate subfolder to keep things organized, you can also make the folder have a custom thumbnail image. To do this you need to rename your .jpg thumbnail as folder.jpg and place it in the folder (the size of the picture can be anything from 64x64 to 256x256 in pixel size).&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
 Music\path\album\&#039;&#039;&#039;folder.jpg&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now your album/artist folder will have a lovely custom thumbnail-image.&lt;br /&gt;
&lt;br /&gt;
You can via [[advancedsettings.xml]] change the default filename of the image that Kodi uses for music folders. See the [[advancedsettings.xml#&amp;lt;musicthumbs&amp;gt;|&amp;lt;musicthumbs&amp;gt;]] tag. for more information.&lt;br /&gt;
&lt;br /&gt;
== NFO files ==&lt;br /&gt;
{{main|NFO files}}&lt;br /&gt;
{{#lst:NFO files|intro}}&lt;br /&gt;
&lt;br /&gt;
== Cue sheets ==&lt;br /&gt;
{{main|Cue sheets}}&lt;br /&gt;
{{#lst:Cue sheets|intro}}&lt;br /&gt;
&lt;br /&gt;
{{Krypton updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Music library]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_home_music_files.png&amp;diff=129405</id>
		<title>File:Estuary home music files.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_home_music_files.png&amp;diff=129405"/>
		<updated>2017-04-22T16:45:01Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_music_artist.png&amp;diff=129404</id>
		<title>File:Estuary music artist.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_music_artist.png&amp;diff=129404"/>
		<updated>2017-04-22T15:41:26Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_music_albums.png&amp;diff=129403</id>
		<title>File:Estuary music albums.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_music_albums.png&amp;diff=129403"/>
		<updated>2017-04-22T15:36:47Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_home_music_library.png&amp;diff=129402</id>
		<title>File:Estuary home music library.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_home_music_library.png&amp;diff=129402"/>
		<updated>2017-04-22T15:30:52Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_music_scanning_library.png&amp;diff=129401</id>
		<title>File:Estuary music scanning library.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_music_scanning_library.png&amp;diff=129401"/>
		<updated>2017-04-22T15:26:18Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_music_name_source.png&amp;diff=129399</id>
		<title>File:Estuary music name source.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_music_name_source.png&amp;diff=129399"/>
		<updated>2017-04-22T15:17:30Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_music_browse_source.png&amp;diff=129398</id>
		<title>File:Estuary music browse source.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_music_browse_source.png&amp;diff=129398"/>
		<updated>2017-04-22T15:14:37Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_add_music_source.png&amp;diff=129397</id>
		<title>File:Estuary add music source.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_add_music_source.png&amp;diff=129397"/>
		<updated>2017-04-22T14:49:48Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_music_file_browser.png&amp;diff=129396</id>
		<title>File:Estuary music file browser.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_music_file_browser.png&amp;diff=129396"/>
		<updated>2017-04-22T14:44:18Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_home_music.png&amp;diff=129395</id>
		<title>File:Estuary home music.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_home_music.png&amp;diff=129395"/>
		<updated>2017-04-22T14:36:54Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129393</id>
		<title>HOW-TO:Change skins</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129393"/>
		<updated>2017-04-21T16:05:04Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Installing a new skin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Extras]]|[[Add-ons]]|[[Skins]]|page={{FULLPAGENAME}} }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Many of us have been tempted by the allure of Kodi&#039;s beauty. There are some excellent skin designers out there who have gone to great lengths to create and share beautiful ways of viewing and navigating our media collections. As default, Kodi comes with the excellent skin Estuary, but there are plenty more to choose from.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a new skin==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_blank.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Start from the Home screen&lt;br /&gt;
File:Estuary_home_settings_icon.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Navigate to the top of the menu and select &#039;&#039;&#039;System Settings&#039;&#039;&#039; (the gear) icon.&lt;br /&gt;
File:Interface_settings.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Select &#039;&#039;&#039;Interface settings&#039;&#039;&#039;.&lt;br /&gt;
File:Interface_settings_skin.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the Interface setttings, select &#039;&#039;&#039;Skin&#039;&#039;&#039;, then &#039;&#039;&#039;Skin&#039;&#039;&#039; under &#039;&#039;&#039;Look and feel&#039;&#039;&#039;.&lt;br /&gt;
File:Skin_get_more.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; By default, there are only 2 skins installed, &#039;&#039;&#039;Estuary&#039;&#039;&#039;(the default skin) and &#039;&#039;&#039;Estouchy&#039;&#039;&#039;.  To install another skin, select &#039;&#039;&#039;Get more...&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_browse.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; In the new window, select the skin you want to install from the list.&lt;br /&gt;
File:Skin_get_more_downloading.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; After you have select the skin it will begin downloading.&lt;br /&gt;
File:Skin_get_more_installing.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once downloaded, the skin and any dependencies it requires will install.&lt;br /&gt;
File:Skin_get_more_switch_skin.png|&#039;&#039;&#039;Step 9:&#039;&#039;&#039; Once installed, Kodi will ask you if you want to start using that skin.  If you do the select &#039;&#039;&#039;Yes&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_new_skin.png|&#039;&#039;&#039;Step 10:&#039;&#039;&#039; Enjoy your new skin!!!&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a skin from a zip file. ==&lt;br /&gt;
Although there are many skins already available to you from Kodi Add-on repository, there are even more that you may want to try out, including modified skins of the ones available.  Some of those skins can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skin Support] section of the Kodi forum as well as Work in Progress skins which can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skinning/WIP Skins] sub-section of the Kodi forum.&lt;br /&gt;
&lt;br /&gt;
To install these skins you will need to install them from a zip file.  See [[Add-on_manager#How_to_install_from_a_ZIP_file|How to install from a ZIP file]] for how to install.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Note: Estuary was designed to be fully featured. Sometimes as a new user, it can be daunting enough to get used to the program for starters without changing things. It is highly recommended that you stick to Estuary until you’re sure of how things work. Should you ever encounter issues with another skin, such as the feeling that something is missing, consider reverting to Estuary to see if it was simply an issue with that skin.&#039;&lt;br /&gt;
&lt;br /&gt;
{{helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Skins|*]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Add-ons]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Settings/Player/Videos&amp;diff=129368</id>
		<title>Settings/Player/Videos</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Settings/Player/Videos&amp;diff=129368"/>
		<updated>2017-04-20T18:43:43Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Player_videos1.JPG|600px|right]] [[File:Player_videos2.JPG|600px|right]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Play next video automatically || When selected this enables automatic playback of the next file in the list&lt;br /&gt;
|-&lt;br /&gt;
| Skip steps || Defines the amount of time each press of the Skip button will skip forward or backwards. A (-) will define backwards and no (-) will define forward.  You can set multiple times so each press will skip more time in the video.  So if, for example you use &#039;&#039;&#039;10 sec, 30 sec, 60 sec&#039;&#039;&#039; when press the Skip button once it will skip 10 seconds foward, double pressing the Skip button will skip 30 seconds and triple pressing the Skip button will skip 60 seconds.&lt;br /&gt;
|-&lt;br /&gt;
| Skip delay || Defines how much time it takes before the skip step occurs.  The range is &#039;&#039;&#039;none&#039;&#039;&#039; (which will cause the skip step to happen immediately) &amp;amp; &#039;&#039;&#039;250 - 3000ms&#039;&#039;&#039; (milliseconds).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Playback===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Adjust display refresh rate || Defines when the refresh rate adjustments should take place.&lt;br /&gt;
Activate to automatically set the refresh rate which is best matched with the video that is playing (default off). This potentially allows for perfectly smooth video reproduction, as video material can be recorded in a variety of frame rates (23.976fps, 24fps, 25fps, 29.97fps, 30 fps, etc.) which need to be properly matched by the refresh rate of the display, in order to be displayed smoothly.&lt;br /&gt;
|-&lt;br /&gt;
| Sync playback to display || This setting enables syncing the video to the refresh rate of the monitor. &lt;br /&gt;
|-&lt;br /&gt;
| Minimise black bars || Allow video player to try to fit video to screen by ignoring aspect ratio by a certain amount.&lt;br /&gt;
|-&lt;br /&gt;
| Display 4:3 videos as || Determines the zoom level that 4:3 videos are shown on widescreen displays.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Processing ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Render Method || Controls the method used by the player to process and display the video, (which is called rendering).&lt;br /&gt;
|-&lt;br /&gt;
| Enable HQ scalers for scaling above || ?&lt;br /&gt;
|-&lt;br /&gt;
| Allow hardware acceleration || Enables hardware decoding of video files e.g. VDPAU, Mediacodec.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Stereoscopic 3D ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Playback mode of stereoscopic videos || ?&lt;br /&gt;
|-&lt;br /&gt;
| Disable stereoscopic mode when playback is stopped || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Teletext ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Activate Teletext || Enables Teletext when watching a live TV stream.&lt;br /&gt;
|-&lt;br /&gt;
| Scale Teletext to 4:3 || When selected scales Teletext to 4:3 ratio.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Settings/Player/Videos&amp;diff=129367</id>
		<title>Settings/Player/Videos</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Settings/Player/Videos&amp;diff=129367"/>
		<updated>2017-04-20T18:42:57Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Actions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Player_videos1.JPG|600px|right]] [[File:Player_videos2.JPG|600px|right]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Play next video automatically || When selected this enables automatic playback of the next file in the list&lt;br /&gt;
|-&lt;br /&gt;
| Skip steps || Defines the amount of time each press of the Skip button will skip forward or backwards. A (-) will define backwards and no (-) will define forward.  You can set multiple times so each press will skip more time in the video.  So if, for example you use &#039;&#039;&#039;10 sec, 30 sec, 60 sec&#039;&#039;&#039; when press the Skip button once it will skip 10 seconds foward, double pressing the Skip button will skip 30 seconds and triple pressing the Skip button will skip 60 seconds.&lt;br /&gt;
|-&lt;br /&gt;
| Skip delay || Defines how much time it takes before the skip step occurs.  The range is &#039;&#039;&#039;none&#039;&#039;&#039; (which will cause the skip step to happen immediately) &amp;amp; &#039;&#039;&#039;250 - 3000ms&#039;&#039;&#039; (milliseconds).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Playback===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Adjust display refresh rate || Defines when the refresh rate adjustments should take place.&lt;br /&gt;
Activate to automatically set the refresh rate which is best matched with the video that is playing (default off). This potentially allows for perfectly smooth video reproduction, as video material can be recorded in a variety of frame rates (23.976fps, 24fps, 25fps, 29.97fps, 30 fps, etc.) which need to be properly matched by the refresh rate of the display, in order to be displayed smoothly.&lt;br /&gt;
|-&lt;br /&gt;
| Sync playback to display || This setting enables syncing the video to the refresh rate of the monitor. &lt;br /&gt;
|-&lt;br /&gt;
| Minimise black bars || Allow video player to try to fit video to screen by ignoring aspect ratio by a certain amount.&lt;br /&gt;
|-&lt;br /&gt;
| Display 4:3 videos as || Determines the zoom level that 4:3 videos are shown on widescreen displays.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Processing ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Render Method || Controls the method used by the player to process and display the video, (which is called rendering).&lt;br /&gt;
|-&lt;br /&gt;
| Enable HQ scalers for scaling above || ?&lt;br /&gt;
|-&lt;br /&gt;
| Allow hardware acceleration || Enables hardware decoding of video files e.g. VDPAU&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Stereoscopic 3D ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Playback mode of stereoscopic videos || ?&lt;br /&gt;
|-&lt;br /&gt;
| Disable stereoscopic mode when playback is stopped || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Teletext ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Activate Teletext || Enables Teletext when watching a live TV stream.&lt;br /&gt;
|-&lt;br /&gt;
| Scale Teletext to 4:3 || When selected scales Teletext to 4:3 ratio.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Aeon_Nox&amp;diff=129366</id>
		<title>Add-on:Aeon Nox</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Aeon_Nox&amp;diff=129366"/>
		<updated>2017-04-20T10:13:23Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{forum link2|See the [[forumtopic:142|Aeon Nox sub-forum]] for more information.}}&lt;br /&gt;
{{Addon &lt;br /&gt;
|Name=Aeon Nox&lt;br /&gt;
|provider-name=BigNoid&lt;br /&gt;
|ID=skin.aeon.nox.5&lt;br /&gt;
|latest-version=5.9.9&lt;br /&gt;
|extension point=xbmc.gui.skin&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=Aeon Nox 5: Redux&lt;br /&gt;
|Description=Redux: Komplett neu designed für ein modernes Aussehen und das klassische Aeon-Feeling beizubehalten.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=CC BY-NC-SA 4.0&lt;br /&gt;
|Forum=http://forum.kodi.tv/showthread.php?tid=183504&lt;br /&gt;
|Website=https://github.com/BigNoid/Aeon-Nox&lt;br /&gt;
|Source=https://github.com/BigNoid/Aeon-Nox&lt;br /&gt;
|Email=big.noid@kodi.tv&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.kodi.tv/addons/krypton/skin.aeon.nox.5/resources/icon.png}}&lt;br /&gt;
&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | custom home items = {{yes}}&lt;br /&gt;
 | custom submenu items = {{yes}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{yes}}&lt;br /&gt;
 | TV logo downloader = {{yes}}&lt;br /&gt;
 | Artwork downloader = {{yes}}&lt;br /&gt;
 | Clear Art = {{yes}}&lt;br /&gt;
 | cdArt = {{yes}}&lt;br /&gt;
 | Extra fanart (Movies) = {{yes}}&lt;br /&gt;
 | Extra fanart (TV shows) = {{yes}}&lt;br /&gt;
 | Extra fanart (Music) = {{yes}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{yes}}&lt;br /&gt;
 | Watchlist = {{yes}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{yes}}&lt;br /&gt;
 | Random And Last Items = {{yes}}&lt;br /&gt;
 | Touch = {{no}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{no}}&lt;br /&gt;
 | Works with Dharma = {{no}}&lt;br /&gt;
 | Works with Eden = {{no}}&lt;br /&gt;
 | Works with Frodo = {{no}}&lt;br /&gt;
 | Works with Gotham = {{yes}}&lt;br /&gt;
 | Works with Helix = {{yes}}&lt;br /&gt;
 | Works with Isengard = {{yes}}&lt;br /&gt;
 | Works with Jarvis = {{yes}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;screenshots&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Screenshots&amp;quot; widths=200px heights=113px&amp;gt;&lt;br /&gt;
File:nox1.jpg&lt;br /&gt;
File:nox2.jpg&lt;br /&gt;
File:nox3.jpg&lt;br /&gt;
File:nox4.jpg&lt;br /&gt;
File:nox5.jpg&lt;br /&gt;
File:nox6.jpg&lt;br /&gt;
File:nox7.jpg&lt;br /&gt;
File:nox8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;section end=&amp;quot;screenshots&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Video demos ==&lt;br /&gt;
=== Kodi 15.x - Aeon Nox 5: Redux ===&lt;br /&gt;
&lt;br /&gt;
{{youtube|rBz4QCM9NIs}}&lt;br /&gt;
&lt;br /&gt;
=== XBMC 13 ===&lt;br /&gt;
{{youtube|nOY5fq8V15c}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:Add-ons with website tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Skin - Artwork downloader]]&lt;br /&gt;
[[Category:Skin - Clear Art]]&lt;br /&gt;
[[Category:Skin - Metadata Actors]]&lt;br /&gt;
[[Category:Skin - Next Aired]]&lt;br /&gt;
[[Category:Skin - PVR]]&lt;br /&gt;
[[Category:Skin - Skin Widgets]]&lt;br /&gt;
[[Category:Skin - TV show logo]]&lt;br /&gt;
[[Category:Skin - TvTunes]]&lt;br /&gt;
[[Category:Skin - cdArt]]&lt;br /&gt;
[[Category:Skin - custom home items]]&lt;br /&gt;
[[Category:Skin - extra fanart]]&lt;br /&gt;
[[Category:Skins]]&lt;br /&gt;
[[Category:Krypton add-on repository]]&lt;br /&gt;
[[Category:Isengard add-on repository]]&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
[[Category:Helix add-on repository]]&lt;br /&gt;
[[Category:Jarvis add-on repository]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129365</id>
		<title>Add-on:Estuary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129365"/>
		<updated>2017-04-20T10:10:53Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bots}}&lt;br /&gt;
{{Add-on &lt;br /&gt;
 | Name = Estuary&lt;br /&gt;
 | provider-name = phil65&lt;br /&gt;
 | ID = skin.estuary&lt;br /&gt;
 | latest-version = 1.9.12&lt;br /&gt;
 | extension point = Kodi.gui.skin&lt;br /&gt;
 | type = skin&lt;br /&gt;
 | Platform = all&lt;br /&gt;
 |Language=&lt;br /&gt;
 |License=GNU General Public License version 2&lt;br /&gt;
 |Forum=http://forum.kodi.tv/forumdisplay.php?fid=260&lt;br /&gt;
 |Website=&lt;br /&gt;
 |Source=https://github.com/phil65/skin.estuary&lt;br /&gt;
 |Email=&lt;br /&gt;
 |broken=&lt;br /&gt;
 | Summary = Estuary skin by phil65. (Kodi&#039;s &amp;gt;v17 default skin)&lt;br /&gt;
 | Description = &lt;br /&gt;
{{forum link2|See the [[forumtopic:260|Estuary sub-forum]] for more information.}}Estuary is the default skin for Kodi 17 and above.}}&lt;br /&gt;
__TOC__&lt;br /&gt;
== Skin features compatibility ==&lt;br /&gt;
{{See also|Skin features compatibility list}}&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | skin = [[Add-on:Estuary|Estuary]]&lt;br /&gt;
 | custom home items = {{partial}}&lt;br /&gt;
 | custom submenu items = {{partial}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{no}}&lt;br /&gt;
 | TV logo downloader = {{no}}&lt;br /&gt;
 | Artwork downloader = {{no}}&lt;br /&gt;
 | Clear Art = {{no}}&lt;br /&gt;
 | cdArt = {{no}}&lt;br /&gt;
 | Extra fanart = {{no}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Skin Widgets = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{no}}&lt;br /&gt;
 | Watchlist = {{no}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{no}}&lt;br /&gt;
 | Cinema Experience = {{no}}&lt;br /&gt;
 | Intro movie = {{no}}&lt;br /&gt;
 | Touch = {{yes}}&lt;br /&gt;
 | PVR = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{no}}&lt;br /&gt;
 | Works with Dharma = {{no}}&lt;br /&gt;
 | Works with Eden = {{no}}&lt;br /&gt;
 | Works with Frodo = {{no}}&lt;br /&gt;
 | Works with Gotham = {{no}}&lt;br /&gt;
 | Works with Helix = {{no}}&lt;br /&gt;
 | Works with Isengard = {{no}}&lt;br /&gt;
 | Works with Jarvis = {{no}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
 | Works with Leia = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
== Settings ==&lt;br /&gt;
:See: &#039;&#039;&#039;[[Add-on:Estuary/Settings|Estuary Skin Settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Media flags ==&lt;br /&gt;
{{see also|Media flags#Media source}}&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=250px heights=150px perrow=3 caption= &amp;quot;Estuary Screenshots&amp;quot;&amp;gt;&lt;br /&gt;
File:Estuary-home.jpg&lt;br /&gt;
File:Estuary-movies-list.jpg&lt;br /&gt;
File:Estuary-tvshow-banner.jpg&lt;br /&gt;
File:Estuary-music-artists.jpg&lt;br /&gt;
File:Estuary-livetv.jpg&lt;br /&gt;
File:Estuary-Addons.jpg&lt;br /&gt;
File:Estuary-weather.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Skins]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129364</id>
		<title>Add-on:Estuary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129364"/>
		<updated>2017-04-20T10:09:33Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bots}}&lt;br /&gt;
{{Add-on &lt;br /&gt;
 | Name = Estuary&lt;br /&gt;
 | provider-name = phil65&lt;br /&gt;
 | ID = skin.estuary&lt;br /&gt;
 | latest-version = 1.9.12&lt;br /&gt;
 | extension point = Kodi.gui.skin&lt;br /&gt;
 | type = skin&lt;br /&gt;
 | Platform = all&lt;br /&gt;
 |Language=&lt;br /&gt;
 |License=GNU General Public License version 2&lt;br /&gt;
 |Forum=http://forum.kodi.tv/forumdisplay.php?fid=260&lt;br /&gt;
 |Website=&lt;br /&gt;
 |Source=https://github.com/phil65/skin.estuary&lt;br /&gt;
 |Email=&lt;br /&gt;
 |broken=&lt;br /&gt;
 | Summary = Estuary skin by phil65. (Kodi&#039;s &amp;gt;v17 default skin)&lt;br /&gt;
 | Description = &lt;br /&gt;
{{forum link2|See the [[forumtopic:260|Estuary sub-forum]] for more information.}}Estuary is the default skin for Kodi 17 and above.}}&lt;br /&gt;
__TOC__&lt;br /&gt;
== Skin features compatibility ==&lt;br /&gt;
{{See also|Skin features compatibility list}}&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | skin = [[Add-on:Estuary|Estuary]]&lt;br /&gt;
 | custom home items = {{partial}}&lt;br /&gt;
 | custom submenu items = {{partial}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{no}}&lt;br /&gt;
 | TV logo downloader = {{no}}&lt;br /&gt;
 | Artwork downloader = {{no}}&lt;br /&gt;
 | Clear Art = {{no}}&lt;br /&gt;
 | cdArt = {{no}}&lt;br /&gt;
 | Extra fanart = {{no}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Skin Widgets = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{no}}&lt;br /&gt;
 | Watchlist = {{no}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{no}}&lt;br /&gt;
 | Cinema Experience = {{no}}&lt;br /&gt;
 | Intro movie = {{no}}&lt;br /&gt;
 | Touch = {{?}}&lt;br /&gt;
 | PVR = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{no}}&lt;br /&gt;
 | Works with Dharma = {{no}}&lt;br /&gt;
 | Works with Eden = {{no}}&lt;br /&gt;
 | Works with Frodo = {{no}}&lt;br /&gt;
 | Works with Gotham = {{no}}&lt;br /&gt;
 | Works with Helix = {{no}}&lt;br /&gt;
 | Works with Isengard = {{no}}&lt;br /&gt;
 | Works with Jarvis = {{no}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
 | Works with Leia = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
== Settings ==&lt;br /&gt;
:See: &#039;&#039;&#039;[[Add-on:Estuary/Settings|Estuary Skin Settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Media flags ==&lt;br /&gt;
{{see also|Media flags#Media source}}&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=250px heights=150px perrow=3 caption= &amp;quot;Estuary Screenshots&amp;quot;&amp;gt;&lt;br /&gt;
File:Estuary-home.jpg&lt;br /&gt;
File:Estuary-movies-list.jpg&lt;br /&gt;
File:Estuary-tvshow-banner.jpg&lt;br /&gt;
File:Estuary-music-artists.jpg&lt;br /&gt;
File:Estuary-livetv.jpg&lt;br /&gt;
File:Estuary-Addons.jpg&lt;br /&gt;
File:Estuary-weather.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Skins]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Confluence&amp;diff=129363</id>
		<title>Add-on:Confluence</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Confluence&amp;diff=129363"/>
		<updated>2017-04-20T09:14:37Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Add-on &lt;br /&gt;
 | Name = Confluence&lt;br /&gt;
 | provider-name = Jezz_X, Team Kodi&lt;br /&gt;
 | ID = skin.confluence&lt;br /&gt;
 | latest-version = 2.1.0&lt;br /&gt;
 | extension point = Kodi.gui.skin&lt;br /&gt;
 | type = skin&lt;br /&gt;
 | Platform = all&lt;br /&gt;
 |Language=&lt;br /&gt;
 |License=GNU General Public License version 2&lt;br /&gt;
 |Forum=http://forum.kodi.tv/forumdisplay.php?fid=125&lt;br /&gt;
 |Website=&lt;br /&gt;
 |Source=https://github.com/xbmc/skin.confluence&lt;br /&gt;
 |Email=&lt;br /&gt;
 |broken=&lt;br /&gt;
 | Summary = Confluence skin by Jezz_X. (Kodi&#039;s &amp;lt;v17 default skin)&lt;br /&gt;
 | Description = &lt;br /&gt;
{{forum link2|See the [[forumtopic:125|Confluence sub-forum]] for more information.}}Confluence is the default skin for Kodi 9.11 - 16.x. It is a combination of concepts from many popular skins, and attempts to embrace and integrate their good ideas into a skin that should be easy for first time Kodi users to understand and use.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Skin features compatibility ==&lt;br /&gt;
{{See also|Skin features compatibility list}}&lt;br /&gt;
Confluence skin is among other features compatible these features:&lt;br /&gt;
* [[Add-on:Favourites_script|Custom home items via Favourites script]]&lt;br /&gt;
* [[Add-on:Global_Search|Global Search]]&lt;br /&gt;
* [[PVR|Live TV/PVR]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--The skin features below are used to automatically populate into other sections of the wiki. Please don&#039;t edit!--&amp;gt;&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | skin = [[Add-on:Confluence|Confluence]]&lt;br /&gt;
 | custom home items = {{partial}}&lt;br /&gt;
 | custom submenu items = {{partial}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{no}}&lt;br /&gt;
 | TV logo downloader = {{no}}&lt;br /&gt;
 | Artwork downloader = {{no}}&lt;br /&gt;
 | Clear Art = {{no}}&lt;br /&gt;
 | cdArt = {{no}}&lt;br /&gt;
 | Extra fanart = {{no}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Skin Widgets = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{no}}&lt;br /&gt;
 | Watchlist = {{no}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{no}}&lt;br /&gt;
 | Cinema Experience = {{no}}&lt;br /&gt;
 | Intro movie = {{no}}&lt;br /&gt;
 | Touch = {{?}}&lt;br /&gt;
 | PVR = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
{{main|Add-on:Confluence/Settings}}&lt;br /&gt;
Confluence specific settings are accessible from the main menu by going to {{highlight|bordered=yes|[[Settings/Appearance#Skin|Settings -&amp;gt; Appearance -&amp;gt; Skin -&amp;gt; Settings]]}}.&lt;br /&gt;
&lt;br /&gt;
== Media flags ==&lt;br /&gt;
{{see also|Media flags#Media source}}&lt;br /&gt;
Media can be flagged with following media source flags for [[Confluence]] (Kodi&#039;s default skin):&lt;br /&gt;
&amp;lt;section begin=&amp;quot;flags&amp;quot; /&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;DVD&#039;&#039;&#039;, if the filename contains DVD.&lt;br /&gt;
* &#039;&#039;&#039;Bluray&#039;&#039;&#039;, if the filename contains BLURAY, BRRIP, BD25, or BD50.&lt;br /&gt;
* &#039;&#039;&#039;HDDVD&#039;&#039;&#039;, if the filename contains HDDVD.&lt;br /&gt;
* &#039;&#039;&#039;TV&#039;&#039;&#039;, if the filename contains HDTV, PDTV, or DSR.&lt;br /&gt;
* &#039;&#039;&#039;VHS&#039;&#039;&#039;, if the filename contains VHS.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{see also|3D#Video_filenames_flags}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;flags&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;!--list is in addons/skin.confluence/720p/IncludesCodecFlagging.xml at the top--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mods ==&lt;br /&gt;
: &#039;&#039;See http://forum.kodi.tv/forumdisplay.php?fid=125 for even more Confluence mods.&#039;&#039;&lt;br /&gt;
*[[HOW-TO:Add Time Remaining to Confluence]]&lt;br /&gt;
*[[HOW-TO:Add volume value in Confluence]]&lt;br /&gt;
*[[HOW-TO:Change time and date in Confluence]]&lt;br /&gt;
*[[HOW-TO:Change the episode thumbnail in Confluence]]&lt;br /&gt;
*[[HOW-TO:Remove media flags in Confluence]]&lt;br /&gt;
*[[HOW-TO:Remove ratings in Confluence]]&lt;br /&gt;
*[[HOW-TO:Remove the logo in Confluence]]&lt;br /&gt;
*[[HOW-TO:Simplify the seekbar in Confluence]]&lt;br /&gt;
&lt;br /&gt;
== Video demos ==&lt;br /&gt;
{{youtube|NcogPuSo-DU}}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{yes}}&lt;br /&gt;
 | Works with Dharma = {{yes}}&lt;br /&gt;
 | Works with Eden = {{yes}}&lt;br /&gt;
 | Works with Frodo = {{yes}}&lt;br /&gt;
 | Works with Gotham = {{yes}}&lt;br /&gt;
 | Works with Helix = {{yes}}&lt;br /&gt;
 | Works with Isengard = {{yes}}&lt;br /&gt;
 | Works with Jarvis = {{yes}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Built-in add-ons]]&lt;br /&gt;
[[Category:Skins]]&lt;br /&gt;
[[Category:Krypton add-on repository]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129359</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129359"/>
		<updated>2017-04-19T18:53:44Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Accessing The System Settings Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Settings Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System Settings menu, where you can access individual settings, select the System Settings icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System Settings menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Skins]]&lt;br /&gt;
[[Category:Settings]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129358</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129358"/>
		<updated>2017-04-19T18:50:24Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Settings Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System Settings menu where you can access individual settings, select the System icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System Settings menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Skins]]&lt;br /&gt;
[[Category:Settings]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129357</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129357"/>
		<updated>2017-04-19T18:49:24Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Settings Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System Settings menu where you can access individual settings, select the System icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System Settings menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Settings]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129356</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129356"/>
		<updated>2017-04-19T18:21:47Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Accessing Skin Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Settings Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System Settings menu where you can access individual settings, select the System icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System Settings menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129355</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129355"/>
		<updated>2017-04-19T18:21:17Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Accessing The System Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Settings Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System Settings menu where you can access individual settings, select the System icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Skin_settings&amp;diff=129354</id>
		<title>Skin settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Skin_settings&amp;diff=129354"/>
		<updated>2017-04-19T18:12:52Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: Redirected page to Add-on:Estuary/Settings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Add-on:Estuary/Settings]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129353</id>
		<title>Add-on:Estuary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129353"/>
		<updated>2017-04-19T18:05:40Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bots}}&lt;br /&gt;
{{Add-on &lt;br /&gt;
 | Name = Estuary&lt;br /&gt;
 | provider-name = phil65&lt;br /&gt;
 | ID = skin.estuary&lt;br /&gt;
 | latest-version = 1.9.12&lt;br /&gt;
 | extension point = Kodi.gui.skin&lt;br /&gt;
 | type = skin&lt;br /&gt;
 | Platform = all&lt;br /&gt;
 |Language=&lt;br /&gt;
 |License=GNU General Public License version 2&lt;br /&gt;
 |Forum=http://forum.kodi.tv/forumdisplay.php?fid=260&lt;br /&gt;
 |Website=&lt;br /&gt;
 |Source=https://github.com/phil65/skin.estuary&lt;br /&gt;
 |Email=&lt;br /&gt;
 |broken=&lt;br /&gt;
 | Summary = Estuary skin by phil65. (Kodi&#039;s &amp;gt;v17 default skin)&lt;br /&gt;
 | Description = &lt;br /&gt;
{{forum link2|See the [[forumtopic:260|Estuary sub-forum]] for more information.}}Estuary is the default skin for Kodi 17 and above.}}&lt;br /&gt;
__TOC__&lt;br /&gt;
== Skin features compatibility ==&lt;br /&gt;
{{See also|Skin features compatibility list}}&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | skin = [[Add-on:Estuary|Estuary]]&lt;br /&gt;
 | custom home items = {{partial}}&lt;br /&gt;
 | custom submenu items = {{partial}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{no}}&lt;br /&gt;
 | TV logo downloader = {{no}}&lt;br /&gt;
 | Artwork downloader = {{no}}&lt;br /&gt;
 | Clear Art = {{no}}&lt;br /&gt;
 | cdArt = {{no}}&lt;br /&gt;
 | Extra fanart = {{no}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Skin Widgets = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{no}}&lt;br /&gt;
 | Watchlist = {{no}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{no}}&lt;br /&gt;
 | Cinema Experience = {{no}}&lt;br /&gt;
 | Intro movie = {{no}}&lt;br /&gt;
 | Touch = {{?}}&lt;br /&gt;
 | PVR = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{no}}&lt;br /&gt;
 | Works with Dharma = {{no}}&lt;br /&gt;
 | Works with Eden = {{no}}&lt;br /&gt;
 | Works with Frodo = {{no}}&lt;br /&gt;
 | Works with Gotham = {{no}}&lt;br /&gt;
 | Works with Helix = {{no}}&lt;br /&gt;
 | Works with Isengard = {{no}}&lt;br /&gt;
 | Works with Jarvis = {{no}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
== Settings ==&lt;br /&gt;
:See: &#039;&#039;&#039;[[Add-on:Estuary/Settings|Estuary Skin Settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Media flags ==&lt;br /&gt;
{{see also|Media flags#Media source}}&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=250px heights=150px perrow=3 caption= &amp;quot;Estuary Screenshots&amp;quot;&amp;gt;&lt;br /&gt;
File:Estuary-home.jpg&lt;br /&gt;
File:Estuary-movies-list.jpg&lt;br /&gt;
File:Estuary-tvshow-banner.jpg&lt;br /&gt;
File:Estuary-music-artists.jpg&lt;br /&gt;
File:Estuary-livetv.jpg&lt;br /&gt;
File:Estuary-Addons.jpg&lt;br /&gt;
File:Estuary-weather.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Skins]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129352</id>
		<title>Add-on:Estuary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129352"/>
		<updated>2017-04-19T18:05:08Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bots}}&lt;br /&gt;
{{Add-on &lt;br /&gt;
 | Name = Estuary&lt;br /&gt;
 | provider-name = phil65&lt;br /&gt;
 | ID = skin.estuary&lt;br /&gt;
 | latest-version = 1.9.12&lt;br /&gt;
 | extension point = Kodi.gui.skin&lt;br /&gt;
 | type = skin&lt;br /&gt;
 | Platform = all&lt;br /&gt;
 |Language=&lt;br /&gt;
 |License=GNU General Public License version 2&lt;br /&gt;
 |Forum=http://forum.kodi.tv/forumdisplay.php?fid=260&lt;br /&gt;
 |Website=&lt;br /&gt;
 |Source=https://github.com/phil65/skin.estuary&lt;br /&gt;
 |Email=&lt;br /&gt;
 |broken=&lt;br /&gt;
 | Summary = Estuary skin by phil65. (Kodi&#039;s &amp;gt;v17 default skin)&lt;br /&gt;
 | Description = &lt;br /&gt;
{{forum link2|See the [[forumtopic:260|Estuary sub-forum]] for more information.}}Estuary is the default skin for Kodi 17 and above.}}&lt;br /&gt;
__TOC__&lt;br /&gt;
== Skin features compatibility ==&lt;br /&gt;
{{See also|Skin features compatibility list}}&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | skin = [[Add-on:Estuary|Estuary]]&lt;br /&gt;
 | custom home items = {{partial}}&lt;br /&gt;
 | custom submenu items = {{partial}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{no}}&lt;br /&gt;
 | TV logo downloader = {{no}}&lt;br /&gt;
 | Artwork downloader = {{no}}&lt;br /&gt;
 | Clear Art = {{no}}&lt;br /&gt;
 | cdArt = {{no}}&lt;br /&gt;
 | Extra fanart = {{no}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Skin Widgets = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{no}}&lt;br /&gt;
 | Watchlist = {{no}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{no}}&lt;br /&gt;
 | Cinema Experience = {{no}}&lt;br /&gt;
 | Intro movie = {{no}}&lt;br /&gt;
 | Touch = {{?}}&lt;br /&gt;
 | PVR = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{no}}&lt;br /&gt;
 | Works with Dharma = {{no}}&lt;br /&gt;
 | Works with Eden = {{no}}&lt;br /&gt;
 | Works with Frodo = {{no}}&lt;br /&gt;
 | Works with Gotham = {{no}}&lt;br /&gt;
 | Works with Helix = {{no}}&lt;br /&gt;
 | Works with Isengard = {{no}}&lt;br /&gt;
 | Works with Jarvis = {{no}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
== Settings ==&lt;br /&gt;
See: [[Add-on:Estuary/Settings|Estuary Skin Settings]]&lt;br /&gt;
&lt;br /&gt;
== Media flags ==&lt;br /&gt;
{{see also|Media flags#Media source}}&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=250px heights=150px perrow=3 caption= &amp;quot;Estuary Screenshots&amp;quot;&amp;gt;&lt;br /&gt;
File:Estuary-home.jpg&lt;br /&gt;
File:Estuary-movies-list.jpg&lt;br /&gt;
File:Estuary-tvshow-banner.jpg&lt;br /&gt;
File:Estuary-music-artists.jpg&lt;br /&gt;
File:Estuary-livetv.jpg&lt;br /&gt;
File:Estuary-Addons.jpg&lt;br /&gt;
File:Estuary-weather.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Skins]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129351</id>
		<title>Add-on:Estuary/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary/Settings&amp;diff=129351"/>
		<updated>2017-04-19T18:02:45Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: Created page with &amp;quot;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.   ==Accessing The System Menu== &amp;lt;gallery widths=400px heights=222px&amp;gt; File:Estuary home settings ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skin settings for the default Kodi skin (for v17 (Krypton and above), Estuary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing The System Menu==&lt;br /&gt;
&amp;lt;gallery widths=400px heights=222px&amp;gt;&lt;br /&gt;
File:Estuary home settings icon.png|To access the System menu where you can access individual settings, select the System icon (gear) at the top of the Menu on the Home screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing Skin Settings==&lt;br /&gt;
&lt;br /&gt;
The System menu is where you can access and change specific Kodi settings, access System information and Kodi&#039;s built in File Manager.  To access Estuary&#039;s settings, select &#039;&#039;&#039;System → Skin Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General Skin Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_general.png|400px|right]]&lt;br /&gt;
===Use slide animations===&lt;br /&gt;
:Changes the animation used when navigating screens.  If enable, the items on the screen will slide in &amp;amp; out.  If disable, item on screen will fade in &amp;amp; out.&lt;br /&gt;
&lt;br /&gt;
===Enable auto scrolling for plot &amp;amp; review===&lt;br /&gt;
:When enabled, plots &amp;amp; reviews that do not fit within the defined area will auto scroll on the screen so that the entire plot/review can be read. When disabled, only the first part of the plot or review that fits within the defined area will be shown.&lt;br /&gt;
&lt;br /&gt;
===Touch mode===&lt;br /&gt;
:For touch screens.  If enabled, this will allow for better control using touch screen devices and will also add additional control buttons.  If not using a touch screen this should remain disabled (default).&lt;br /&gt;
&lt;br /&gt;
===Show weather info in top bar===&lt;br /&gt;
:When enabled, this will show the weather information on the top on every menu screen.  This requires a Weather Service Information provider add-on to be installed. &lt;br /&gt;
&lt;br /&gt;
===Show media flags===&lt;br /&gt;
:When enabled, will show media flags where applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main Menu Items Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_items.png|400px|right]]&lt;br /&gt;
[[File:Estuary_install_library_node_editor.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
This menu item allows for enabling or disabling menu items that are shown on the Home screen. The items on this screen which can be enabled or disabled are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Movies ♦ TV shows ♦ Music ♦ Music videos ♦ TV ♦ Radio ♦ Add-ons ♦ Pictures ♦ Videos ♦ Favorites ♦ Weather&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use &#039;&#039;&#039;Edit categories&#039;&#039;&#039; for &#039;&#039;&#039;Movies&#039;&#039;&#039;, &#039;&#039;&#039;TV shows&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;Music&#039;&#039;&#039;.  This will allow you to edit categories for each of these items such as &#039;&#039;&#039;Genre&#039;&#039;&#039;, &#039;&#039;&#039;Title&#039;&#039;&#039;, &#039;&#039;&#039;Year&#039;&#039;&#039;, &#039;&#039;&#039;etc.&#039;&#039;&#039;, add new &#039;&#039;&#039;Rules&#039;&#039;&#039;, add new &#039;&#039;&#039;Nodes&#039;&#039;&#039; or add new &#039;&#039;&#039;Parent nodes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you select &#039;&#039;&#039;Edit categories&#039;&#039;&#039; you will be asked to install the &#039;&#039;&#039;Library node editor&#039;&#039;&#039;.  This is required if you wish to preform any of the actions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See:  &#039;&#039;&#039;[[Add-on:Library Node Editor|Library Node Editor]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Artwork Settings==&lt;br /&gt;
[[File:Estuary_skin_settings_artwork.png|400px|right]]&lt;br /&gt;
&lt;br /&gt;
===Show Media Fanart As Background===&lt;br /&gt;
:When enabled, the select medias fanart will be displayed in the background of all menu screens.  When disabled, only the default background will be displayed.&lt;br /&gt;
&lt;br /&gt;
===Choose Background Pattern===&lt;br /&gt;
:Allows for cycling though different default backgrounds.&lt;br /&gt;
&lt;br /&gt;
===Choose Skin Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of background fanart packs.  When installed and used, the art from the select pack will be used as the default background for menu items on the Home screen.  This does not override &#039;&#039;&#039;Show media fanart as background&#039;&#039;&#039; and the media fanart will still display when hovered over.&lt;br /&gt;
&lt;br /&gt;
===Choose Weather Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with weather.&lt;br /&gt;
&lt;br /&gt;
===Select Genre Fanart Pack===&lt;br /&gt;
:Allows you to use or download a new set of fanart packs to be used with Genres.&lt;br /&gt;
&lt;br /&gt;
{{note|In order to use or download &#039;&#039;&#039;Fanart Packs&#039;&#039;&#039; you must install the &#039;&#039;&#039;Image Resource Select Add-on&#039;&#039;&#039;.  If you choose any of the &#039;&#039;&#039;Pack&#039;&#039;&#039; options above you will be asked if you want to download and install it at that time.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;See: &#039;&#039;&#039;[[Add-on:Image_Resource_Select_Addon|Image Resource Select Add-on]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_install_library_node_editor.png&amp;diff=129349</id>
		<title>File:Estuary install library node editor.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_install_library_node_editor.png&amp;diff=129349"/>
		<updated>2017-04-19T17:20:35Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_skin_settings_general.png&amp;diff=129347</id>
		<title>File:Estuary skin settings general.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_skin_settings_general.png&amp;diff=129347"/>
		<updated>2017-04-19T16:16:55Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: Tinwarble uploaded a new version of &amp;amp;quot;File:Estuary skin settings general.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_skin_settings_general.png&amp;diff=129346</id>
		<title>File:Estuary skin settings general.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_skin_settings_general.png&amp;diff=129346"/>
		<updated>2017-04-19T16:15:12Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129344</id>
		<title>Add-on:Estuary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Estuary&amp;diff=129344"/>
		<updated>2017-04-19T13:25:42Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bots}}&lt;br /&gt;
{{Add-on &lt;br /&gt;
 | Name = Estuary&lt;br /&gt;
 | provider-name = phil65&lt;br /&gt;
 | ID = skin.estuary&lt;br /&gt;
 | latest-version = 1.9.12&lt;br /&gt;
 | extension point = Kodi.gui.skin&lt;br /&gt;
 | type = skin&lt;br /&gt;
 | Platform = all&lt;br /&gt;
 |Language=&lt;br /&gt;
 |License=GNU General Public License version 2&lt;br /&gt;
 |Forum=http://forum.kodi.tv/forumdisplay.php?fid=260&lt;br /&gt;
 |Website=&lt;br /&gt;
 |Source=https://github.com/phil65/skin.estuary&lt;br /&gt;
 |Email=&lt;br /&gt;
 |broken=&lt;br /&gt;
 | Summary = Estuary skin by phil65. (Kodi&#039;s &amp;gt;v17 default skin)&lt;br /&gt;
 | Description = &lt;br /&gt;
{{forum link2|See the [[forumtopic:260|Estuary sub-forum]] for more information.}}Estuary is the default skin for Kodi 17 and above.}}&lt;br /&gt;
__TOC__&lt;br /&gt;
== Skin features compatibility ==&lt;br /&gt;
{{See also|Skin features compatibility list}}&lt;br /&gt;
{{Skin features&lt;br /&gt;
 | skin = [[Add-on:Estuary|Estuary]]&lt;br /&gt;
 | custom home items = {{partial}}&lt;br /&gt;
 | custom submenu items = {{partial}}&lt;br /&gt;
 | Media flags = {{yes}}&lt;br /&gt;
 | TV show logo = {{no}}&lt;br /&gt;
 | TV logo downloader = {{no}}&lt;br /&gt;
 | Artwork downloader = {{no}}&lt;br /&gt;
 | Clear Art = {{no}}&lt;br /&gt;
 | cdArt = {{no}}&lt;br /&gt;
 | Extra fanart = {{no}}&lt;br /&gt;
 | Season fanart = {{yes}}&lt;br /&gt;
 | Weather fanart = {{yes}}&lt;br /&gt;
 | Live TV = {{yes}}&lt;br /&gt;
 | Next Aired = {{yes}}&lt;br /&gt;
 | TvTunes = {{yes}}&lt;br /&gt;
 | Skin Widgets = {{yes}}&lt;br /&gt;
 | Advanced Launcher = {{no}}&lt;br /&gt;
 | Watchlist = {{no}}&lt;br /&gt;
 | MovieSets = {{yes}}&lt;br /&gt;
 | Metadata Actors = {{no}}&lt;br /&gt;
 | Cinema Experience = {{no}}&lt;br /&gt;
 | Intro movie = {{no}}&lt;br /&gt;
 | Touch = {{?}}&lt;br /&gt;
 | PVR = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
{{Compat&lt;br /&gt;
 | Works with Atlantis = {{no}}&lt;br /&gt;
 | Works with Babylon = {{no}}&lt;br /&gt;
 | Works with Camelot = {{no}}&lt;br /&gt;
 | Works with Dharma = {{no}}&lt;br /&gt;
 | Works with Eden = {{no}}&lt;br /&gt;
 | Works with Frodo = {{no}}&lt;br /&gt;
 | Works with Gotham = {{no}}&lt;br /&gt;
 | Works with Helix = {{no}}&lt;br /&gt;
 | Works with Isengard = {{no}}&lt;br /&gt;
 | Works with Jarvis = {{no}}&lt;br /&gt;
 | Works with Krypton = {{yes}}&lt;br /&gt;
}}&lt;br /&gt;
== Settings ==&lt;br /&gt;
{{See also|Settings}}&lt;br /&gt;
&lt;br /&gt;
== Media flags ==&lt;br /&gt;
{{see also|Media flags#Media source}}&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=250px heights=150px perrow=3 caption= &amp;quot;Estuary Screenshots&amp;quot;&amp;gt;&lt;br /&gt;
File:Estuary-home.jpg&lt;br /&gt;
File:Estuary-movies-list.jpg&lt;br /&gt;
File:Estuary-tvshow-banner.jpg&lt;br /&gt;
File:Estuary-music-artists.jpg&lt;br /&gt;
File:Estuary-livetv.jpg&lt;br /&gt;
File:Estuary-Addons.jpg&lt;br /&gt;
File:Estuary-weather.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Skins]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129334</id>
		<title>HOW-TO:Change skins</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129334"/>
		<updated>2017-04-19T06:19:51Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Installing a new skin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Extras]]|[[Add-ons]]|[[Skins]]|page={{FULLPAGENAME}} }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Many of us have been tempted by the allure of Kodi&#039;s beauty. There are some excellent skin designers out there who have gone to great lengths to create and share beautiful ways of viewing and navigating our media collections. As default, Kodi comes with the excellent skin Estuary, but there are plenty more to choose from.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a new skin==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_blank.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Start from the Home screen&lt;br /&gt;
File:Estuary_home_settings_icon.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Navigate to the top of the menu and select &#039;&#039;&#039;System&#039;&#039;&#039; (the gear) icon.&lt;br /&gt;
File:Interface_settings.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Select &#039;&#039;&#039;Interface settings&#039;&#039;&#039;.&lt;br /&gt;
File:Interface_settings_skin.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the Interface setttings, select &#039;&#039;&#039;Skin&#039;&#039;&#039;, then &#039;&#039;&#039;Skin&#039;&#039;&#039; under &#039;&#039;&#039;Look and feel&#039;&#039;&#039;.&lt;br /&gt;
File:Skin_get_more.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; By default, there are only 2 skins installed, &#039;&#039;&#039;Estuary&#039;&#039;&#039;(the default skin) and &#039;&#039;&#039;Estouchy&#039;&#039;&#039;.  To install another skin, select &#039;&#039;&#039;Get more...&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_browse.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; In the new window, select the skin you want to install from the list.&lt;br /&gt;
File:Skin_get_more_downloading.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; After you have select the skin it will begin downloading.&lt;br /&gt;
File:Skin_get_more_installing.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once downloaded, the skin and any dependencies it requires will install.&lt;br /&gt;
File:Skin_get_more_switch_skin.png|&#039;&#039;&#039;Step 9:&#039;&#039;&#039; Once installed, Kodi will ask you if you want to start using that skin.  If you do the select &#039;&#039;&#039;Yes&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_new_skin.png|&#039;&#039;&#039;Step 10:&#039;&#039;&#039; Enjoy your new skin!!!&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a skin from a zip file. ==&lt;br /&gt;
Although there are many skins already available to you from Kodi Add-on repository, there are even more that you may want to try out, including modified skins of the ones available.  Some of those skins can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skin Support] section of the Kodi forum as well as Work in Progress skins which can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skinning/WIP Skins] sub-section of the Kodi forum.&lt;br /&gt;
&lt;br /&gt;
To install these skins you will need to install them from a zip file.  See [[Add-on_manager#How_to_install_from_a_ZIP_file|How to install from a ZIP file]] for how to install.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Note: Estuary was designed to be fully featured. Sometimes as a new user, it can be daunting enough to get used to the program for starters without changing things. It is highly recommended that you stick to Estuary until you’re sure of how things work. Should you ever encounter issues with another skin, such as the feeling that something is missing, consider reverting to Estuary to see if it was simply an issue with that skin.&#039;&lt;br /&gt;
&lt;br /&gt;
{{helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Skins|*]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Add-ons]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129333</id>
		<title>HOW-TO:Change skins</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129333"/>
		<updated>2017-04-19T06:19:07Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Installing a new skin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Extras]]|[[Add-ons]]|[[Skins]]|page={{FULLPAGENAME}} }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Many of us have been tempted by the allure of Kodi&#039;s beauty. There are some excellent skin designers out there who have gone to great lengths to create and share beautiful ways of viewing and navigating our media collections. As default, Kodi comes with the excellent skin Estuary, but there are plenty more to choose from.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a new skin==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_blank.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Start from the Home screen&lt;br /&gt;
File:Estuary_home_settings_icon.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Navigate to the top of the menu and select &#039;&#039;&#039;System&#039;&#039;&#039; (the gear icon).&lt;br /&gt;
File:Interface_settings.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Select &#039;&#039;&#039;Interface settings&#039;&#039;&#039;.&lt;br /&gt;
File:Interface_settings_skin.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the Interface setttings, select &#039;&#039;&#039;Skin&#039;&#039;&#039;, then &#039;&#039;&#039;Skin&#039;&#039;&#039; under &#039;&#039;&#039;Look and feel&#039;&#039;&#039;.&lt;br /&gt;
File:Skin_get_more.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; By default, there are only 2 skins installed, &#039;&#039;&#039;Estuary&#039;&#039;&#039;(the default skin) and &#039;&#039;&#039;Estouchy&#039;&#039;&#039;.  To install another skin, select &#039;&#039;&#039;Get more...&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_browse.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; In the new window, select the skin you want to install from the list.&lt;br /&gt;
File:Skin_get_more_downloading.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; After you have select the skin it will begin downloading.&lt;br /&gt;
File:Skin_get_more_installing.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once downloaded, the skin and any dependencies it requires will install.&lt;br /&gt;
File:Skin_get_more_switch_skin.png|&#039;&#039;&#039;Step 9:&#039;&#039;&#039; Once installed, Kodi will ask you if you want to start using that skin.  If you do the select &#039;&#039;&#039;Yes&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_new_skin.png|&#039;&#039;&#039;Step 10:&#039;&#039;&#039; Enjoy your new skin!!!&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a skin from a zip file. ==&lt;br /&gt;
Although there are many skins already available to you from Kodi Add-on repository, there are even more that you may want to try out, including modified skins of the ones available.  Some of those skins can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skin Support] section of the Kodi forum as well as Work in Progress skins which can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skinning/WIP Skins] sub-section of the Kodi forum.&lt;br /&gt;
&lt;br /&gt;
To install these skins you will need to install them from a zip file.  See [[Add-on_manager#How_to_install_from_a_ZIP_file|How to install from a ZIP file]] for how to install.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Note: Estuary was designed to be fully featured. Sometimes as a new user, it can be daunting enough to get used to the program for starters without changing things. It is highly recommended that you stick to Estuary until you’re sure of how things work. Should you ever encounter issues with another skin, such as the feeling that something is missing, consider reverting to Estuary to see if it was simply an issue with that skin.&#039;&lt;br /&gt;
&lt;br /&gt;
{{helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Skins|*]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Add-ons]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Confluence/Settings&amp;diff=129332</id>
		<title>Add-on:Confluence/Settings</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Confluence/Settings&amp;diff=129332"/>
		<updated>2017-04-19T05:57:52Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]|[[Settings]] {{l2|[[Skins]] }} |[[Settings/Appearance|Appearance]] {{l2|[[Add-on:Confluence|Confluence]]}} }}&lt;br /&gt;
Skin settings for the default Kodi skin (for v16 (Jarvis) and below), Confluence. The following settings are accessible from the main menu by going to {{highlight|bordered=yes|[[Settings/Appearance#Skin|Settings -&amp;gt; Appearance -&amp;gt; Skin]]}}.&lt;br /&gt;
&lt;br /&gt;
== General settings ==&lt;br /&gt;
[[File:Conf Skin General 1.png|500px|right]]&lt;br /&gt;
=== Miscellaneous options ===&lt;br /&gt;
;Enable auto scrolling for plot &amp;amp; review&lt;br /&gt;
:Enables automatic page scrolling in information dialogs.&lt;br /&gt;
;Show &amp;quot;Paused&amp;quot; in picture slide show&lt;br /&gt;
:Selects whether or not to show the word &amp;quot;Paused&amp;quot; in the corner when you&#039;ve paused a picture slide show.&lt;br /&gt;
;Play trailers in a window&lt;br /&gt;
:If movie trailers are available/enabled, this option will play them in a window rather than full screen. This applies only to the [[Video library#Media information screen|Media information screen]].&lt;br /&gt;
;Hide flagging read from video filenames&lt;br /&gt;
:[[Media flags#Media source|Media flags]] for videos based on additions to the filename. See &#039;&#039;&#039;[[Add-on:Confluence#Media flags]]&#039;&#039;&#039; for more info.&lt;br /&gt;
;Hide Background Fanart&lt;br /&gt;
:Disables [[fanart]] being displayed in the background for TV shows and movies.&lt;br /&gt;
&lt;br /&gt;
=== TV shows ===&lt;br /&gt;
;Play TV theme songs in video library ([[Add-on:TvTunes|TvTunes add-on]])&lt;br /&gt;
:This option will only show up if the TvTunes add-on has been installed. It enables the playing of theme songs when you enter a TV show&#039;s listings from the library.&lt;br /&gt;
&lt;br /&gt;
=== Startup window ===&lt;br /&gt;
;Enable Playlist at Startup&lt;br /&gt;
:Runs any supported playlist at startup.&lt;br /&gt;
;Path&lt;br /&gt;
:Path to playlist&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Home window options ==&lt;br /&gt;
[[File:Conf Skin Home window 1.png|500px|right]]&lt;br /&gt;
[[File:Conf Skin Home window 2.png|325px|right|thumb|options continued]]&lt;br /&gt;
=== Home screen options ===&lt;br /&gt;
;Show Video Info&lt;br /&gt;
:Shows info on video playing when on the Home Window.&lt;br /&gt;
;Show Music info&lt;br /&gt;
:Shows info on music playing when on the Home Window.&lt;br /&gt;
;Show Weather info&lt;br /&gt;
:Shows info on Weather when on the Weather button of the Home Window.&lt;br /&gt;
;Show Recently added Videos&lt;br /&gt;
:Shows your most recently added videos that have been scanned into the library.&lt;br /&gt;
;Show Recently added Albums&lt;br /&gt;
:Shows your most recently added albums that have been scanned into the library.&lt;br /&gt;
&lt;br /&gt;
=== Hide Main Menu Buttons ===&lt;br /&gt;
;Various options&lt;br /&gt;
:Hides or shows the selected button/tab from the home window. &lt;br /&gt;
&lt;br /&gt;
{{note|&amp;quot;Movies&amp;quot; and &amp;quot;TV shows&amp;quot; are only available options when you have [[adding videos to the library|scanned videos into the library]].}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Background options ==&lt;br /&gt;
[[File:Conf Skin Background.png|500px|right]]&lt;br /&gt;
=== Miscellaneous options ===&lt;br /&gt;
;Hide Background Fanart&lt;br /&gt;
:Hides [[fanart]] images in various library/file views.&lt;br /&gt;
;Hide Fanart in full screen visualization&lt;br /&gt;
:Hides music fanart in the [[music visualizer]].&lt;br /&gt;
;Show Background &amp;quot;Now Playing&amp;quot; Video&lt;br /&gt;
:Shows the currently playing video in the background when you exit out of full screen playback.&lt;br /&gt;
;Show Background &amp;quot;Now Playing&amp;quot; Visualization&lt;br /&gt;
:Shows the [[Music playback|music visualizer]] in the background when you exit out of full screen playback.&lt;br /&gt;
=== Background ===&lt;br /&gt;
;Enable Custom Background&lt;br /&gt;
:Selects a custom background image for &#039;&#039;&#039;all&#039;&#039;&#039; window views. Since v12, Confluence in Kodi now only supports one customized background.&lt;br /&gt;
;Path&lt;br /&gt;
:File path to background image.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Add-on shortcuts ==&lt;br /&gt;
[[File:Conf Skin Add-on 1.png|500px|right]]&lt;br /&gt;
[[File:Conf Skin Add-on 2.png|325px|right|thumb|options continued]]&lt;br /&gt;
=== Music OSD ===&lt;br /&gt;
;Lyrics Add-on&lt;br /&gt;
:Selects the [[:Category:Lyrics add-ons|Lyrics look up add-on]] to be used when you press the Lyrics button in the [[Music playback|music OSD]].&lt;br /&gt;
&lt;br /&gt;
=== Video OSD ===&lt;br /&gt;
;Subtitle Add-on&lt;br /&gt;
:Selects the [[:Category:Subtitle add-ons|Subtitle look up add-on]] to be used when you press the Subtitles button in the [[Video playback|video OSD]].&lt;br /&gt;
&lt;br /&gt;
=== Home Page Video Submenu ===&lt;br /&gt;
;Add-on (1-5)&lt;br /&gt;
:Allows you to assign up to five add-ons to be displayed below the main menu when &amp;quot;Videos&amp;quot;, &amp;quot;Movies&amp;quot;, or &amp;quot;TV shows&amp;quot; is selected.&lt;br /&gt;
&lt;br /&gt;
=== Home Page Music Submenu ===&lt;br /&gt;
;Add-on (1-5)&lt;br /&gt;
:Allows you to assign up to five add-ons to be displayed below the main menu when &amp;quot;Music&amp;quot; is selected.&lt;br /&gt;
&lt;br /&gt;
=== Home Page Pictures Submenu ===&lt;br /&gt;
;Add-on (1-5)&lt;br /&gt;
:Allows you to assign up to five add-ons to be displayed below the main menu when &amp;quot;Pictures&amp;quot; is selected.&lt;br /&gt;
&lt;br /&gt;
=== Home Page Programs Submenu ===&lt;br /&gt;
;Add-on (1-6)&lt;br /&gt;
:Allows you to assign up to six add-ons to be displayed below the main menu when &amp;quot;Programs&amp;quot; is selected.&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Isengard updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Settings]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Estuary&amp;diff=129331</id>
		<title>Estuary</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Estuary&amp;diff=129331"/>
		<updated>2017-04-19T05:40:56Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: Redirected page to Add-on:Estuary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Add-on:Estuary]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129330</id>
		<title>HOW-TO:Change skins</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Change_skins&amp;diff=129330"/>
		<updated>2017-04-19T05:21:02Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: /* Installing a new skin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Extras]]|[[Add-ons]]|[[Skins]]|page={{FULLPAGENAME}} }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot;/&amp;gt;Many of us have been tempted by the allure of Kodi&#039;s beauty. There are some excellent skin designers out there who have gone to great lengths to create and share beautiful ways of viewing and navigating our media collections. As default, Kodi comes with the excellent skin Estuary, but there are plenty more to choose from.&amp;lt;section end=&amp;quot;intro&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a new skin==&lt;br /&gt;
&amp;lt;gallery widths=500px heights=313px&amp;gt;&lt;br /&gt;
File:Estuary_home_blank.png|&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Start from the Home screen&lt;br /&gt;
File:Estuary_home_settings_icon.png|&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Navigate to the top of the menu and select &#039;&#039;&#039;Settings&#039;&#039;&#039; (the gear icon).&lt;br /&gt;
File:Interface_settings.png|&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Select &#039;&#039;&#039;Interface settings&#039;&#039;&#039;.&lt;br /&gt;
File:Interface_settings_skin.png|&#039;&#039;&#039;Step 4:&#039;&#039;&#039; In the Interface setttings, select &#039;&#039;&#039;Skin&#039;&#039;&#039;, then &#039;&#039;&#039;Skin&#039;&#039;&#039; under &#039;&#039;&#039;Look and feel&#039;&#039;&#039;.&lt;br /&gt;
File:Skin_get_more.png|&#039;&#039;&#039;Step 5:&#039;&#039;&#039; By default, there are only 2 skins installed, &#039;&#039;&#039;Estuary&#039;&#039;&#039;(the default skin) and &#039;&#039;&#039;Estouchy&#039;&#039;&#039;.  To install another skin, select &#039;&#039;&#039;Get more...&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_browse.png|&#039;&#039;&#039;Step 6:&#039;&#039;&#039; In the new window, select the skin you want to install from the list.&lt;br /&gt;
File:Skin_get_more_downloading.png|&#039;&#039;&#039;Step 7:&#039;&#039;&#039; After you have select the skin it will begin downloading.&lt;br /&gt;
File:Skin_get_more_installing.png|&#039;&#039;&#039;Step 8:&#039;&#039;&#039; Once downloaded, the skin and any dependencies it requires will install.&lt;br /&gt;
File:Skin_get_more_switch_skin.png|&#039;&#039;&#039;Step 9:&#039;&#039;&#039; Once installed, Kodi will ask you if you want to start using that skin.  If you do the select &#039;&#039;&#039;Yes&#039;&#039;&#039;&lt;br /&gt;
File:Skin_get_more_new_skin.png|&#039;&#039;&#039;Step 10:&#039;&#039;&#039; Enjoy your new skin!!!&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a skin from a zip file. ==&lt;br /&gt;
Although there are many skins already available to you from Kodi Add-on repository, there are even more that you may want to try out, including modified skins of the ones available.  Some of those skins can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skin Support] section of the Kodi forum as well as Work in Progress skins which can be found in the [http://forum.kodi.tv/forumdisplay.php?fid=67 Skinning/WIP Skins] sub-section of the Kodi forum.&lt;br /&gt;
&lt;br /&gt;
To install these skins you will need to install them from a zip file.  See [[Add-on_manager#How_to_install_from_a_ZIP_file|How to install from a ZIP file]] for how to install.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Note: Estuary was designed to be fully featured. Sometimes as a new user, it can be daunting enough to get used to the program for starters without changing things. It is highly recommended that you stick to Estuary until you’re sure of how things work. Should you ever encounter issues with another skin, such as the feeling that something is missing, consider reverting to Estuary to see if it was simply an issue with that skin.&#039;&lt;br /&gt;
&lt;br /&gt;
{{helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Skins|*]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Add-ons]]&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Estuary_home_settings_icon.png&amp;diff=129329</id>
		<title>File:Estuary home settings icon.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Estuary_home_settings_icon.png&amp;diff=129329"/>
		<updated>2017-04-19T05:20:31Z</updated>

		<summary type="html">&lt;p&gt;Tinwarble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tinwarble</name></author>
	</entry>
</feed>