Template:Userdata/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add Windows UWP)
Line 24: Line 24:
== See also ==
== See also ==
* [[Template:Current version]]
* [[Template:Current version]]
* [[Template:LogfilePath]]


<includeonly>
<includeonly>

Revision as of 04:52, 30 June 2018

A central template to generate the path to the Kodi userdata folder for a given platform.

Usage

{{userdata|PLATFORM}}

Platform userdata folder path
Android Android/data/org.xbmc.kodi/files/.kodi/userdata/ (see note)
iOS /private/var/mobile/Library/Preferences/Kodi/userdata/
Linux ~/.kodi/userdata/
Mac /Users/<your_user_name>/Library/Application Support/Kodi/userdata/
OpenELEC
Windows %APPDATA%\Kodi\userdata
Windows UWP %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\

See also