Userdata: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Jezz X
No edit summary
>MaestroDD
No edit summary
Line 24: Line 24:
*'''[[Favourites|favourites.xml]]''' - This file, which may be created by XBMC or the user in their UserData folder contains items added via the ''Add to Favourites'' context menu option.
*'''[[Favourites|favourites.xml]]''' - This file, which may be created by XBMC or the user in their UserData folder contains items added via the ''Add to Favourites'' context menu option.
*'''guisettings.xml''' - This is where your settings configured in the GUI are stored (through the [[User Interface Settings]]).
*'''guisettings.xml''' - This is where your settings configured in the GUI are stored (through the [[User Interface Settings]]).
*'''[[Keymap.xml]]''' - This file which may be created can contain changes to the default keymapping.
*'''[[Lircmap.xml]]''' - This file which may be created can contain changes to the default Lircmap (Linux Only).
*'''[[Lircmap.xml]]''' - This file which may be created can contain changes to the default Lircmap (Linux Only).
*'''kai-vectors.xml''' (Decprecated)
*'''kai-vectors.xml''' (Decprecated)
Line 31: Line 30:
*'''[[RssFeeds.xml]]''' - RssFeeds.xml is used to configure the RSS feeds displayed in XBMC.
*'''[[RssFeeds.xml]]''' - RssFeeds.xml is used to configure the RSS feeds displayed in XBMC.
*'''[[Adding Media Sources#Through_Sources.xml|Sources.xml]]''' - Defines your [[Adding Media Sources|Media Sources]] and locations.
*'''[[Adding Media Sources#Through_Sources.xml|Sources.xml]]''' - Defines your [[Adding Media Sources|Media Sources]] and locations.
 
*'''[[Keymap.xml|keymaps]]''' - This folder is where your customized keymapping files reside (e.g. MyRemote.xml)
[[category:Settings]]
[[category:Settings]]
[[category:Customization]]
[[category:Customization]]

Revision as of 17:25, 6 July 2009

Template:XBMC faq toc Inline


Note! The location of the UserData folder depends on what platform you are running XBMC on. Please refer to the documentation of your specific platform.

Note: Manually editing the UserData Folder is an advanced topic in XBMC. New users normally don't need to Manually Edit files in the UserData Folder. XBMC does this for you, when you change the options in the XBMC GUI.


This is where all of your settings and customizations are stored.

Below are the elements contained in the UserData folder and their role:

  • Database - This is where all of the databases required for your Music and Video Libraries are located, containing any downloaded (scraped) music or video information.
    • MyMusic7.db - Database file containing Music information.
    • MyPrograms6.db - Database file containing Program information.
    • MyVideos34.db - Database file containing Movie, TV Show and Music Videos information.
    • ViewModes.db - Database file containing information on all XBMC views (viewmode, sorting etc.).
  • Playlists - This is where your playlists are stored. There are separate subfolders for mixed, music and video playlists.
    • mixed - playlists containing both audio and music videos, will show in both the Music and Video Libraries.
    • music - playlists containing audio only, will show in the Music Library.
    • video - playlists containing videos only, will show in the Video Library.
  • Thumbnails - Cached Thumbnails (icons) are stored in this folder.
  • Visualizations - All of your visualization settings are stored in this folder.
  • advancedsettings.xml - This file, which may be created by a user in their UserData folder can contain additional settings, and can contain pre-defined values for the settings available in the GUI (thus removing them from the GUI settings screens.) Useful for advanced users and for installers.
  • favourites.xml - This file, which may be created by XBMC or the user in their UserData folder contains items added via the Add to Favourites context menu option.
  • guisettings.xml - This is where your settings configured in the GUI are stored (through the User Interface Settings).
  • Lircmap.xml - This file which may be created can contain changes to the default Lircmap (Linux Only).
  • kai-vectors.xml (Decprecated)
  • LCD.xml - The LCD.xml file is used for customizing the output of the LCD Display.
  • PartyMode.xsp - Defines the Smart Playlist to be used when using Party Mode for music playback.
  • RssFeeds.xml - RssFeeds.xml is used to configure the RSS feeds displayed in XBMC.
  • Sources.xml - Defines your Media Sources and locations.
  • keymaps - This folder is where your customized keymapping files reside (e.g. MyRemote.xml)