Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
WindowIDs

This page shows the window names, the window definition, the window ID and the specific XML file in use.

Note
Window names are case-insensitive
Name Definition WindowID XML Filename Revision history
Home WINDOW_HOME 10000 Home.xml
Programs WINDOW_PROGRAMS 10001 MyPrograms.xml
Pictures WINDOW_PICTURES 10002 MyPics.xml
FileManager WINDOW_FILES 10003 FileManager.xml
Settings WINDOW_SETTINGS_MENU 10004 Settings.xml
SystemInfo WINDOW_SYSTEM_INFORMATION 10007 SettingsSystemInfo.xml
ScreenCalibration WINDOW_SCREEN_CALIBRATION 10011 SettingsScreenCalibration.xml
SystemSettings WINDOW_SETTINGS_SYSTEM 10016 SettingsCategory.xml
ServiceSettings WINDOW_SETTINGS_SERVICE 10018 SettingsCategory.xml
PVRSettings WINDOW_SETTINGS_MYPVR 10021 SettingsCategory.xml
GameSettings WINDOW_SETTINGS_MYGAMES 10022 SettingsCategory.xml
Videos WINDOW_VIDEO_NAV 10025 MyVideoNav.xml
VideoPlaylist WINDOW_VIDEO_PLAYLIST 10028 MyPlaylist.xml
LoginScreen WINDOW_LOGIN_SCREEN 10029 LoginScreen.xml
PlayerSettings WINDOW_SETTINGS_PLAYER 10030 SettingsCategory.xml
MediaSettings WINDOW_SETTINGS_MEDIA 10031 SettingsCategory.xml
InterfaceSettings WINDOW_SETTINGS_INTERFACE 10032 SettingsCategory.xml
Profiles WINDOW_SETTINGS_PROFILES 10034 SettingsProfile.xml
SkinSettings WINDOW_SKIN_SETTINGS 10035 SkinSettings.xml
AddonBrowser WINDOW_ADDON_BROWSER 10040 AddonBrowser.xml
EventLog WINDOW_EVENT_LOG 10050 EventLog.xml
Pointer WINDOW_DIALOG_POINTER 10099 Pointer.xml
YesNoDialog WINDOW_DIALOG_YES_NO 10100 DialogConfirm.xml
ProgressDialog WINDOW_DIALOG_PROGRESS 10101 DialogConfirm.xml
VirtualKeyboard WINDOW_DIALOG_KEYBOARD 10103 DialogKeyboard.xml
VolumeBar WINDOW_DIALOG_VOLUME_BAR 10104 DialogVolumeBar.xml
SubMenu WINDOW_DIALOG_SUB_MENU 10105 DialogSubMenu.xml
ContextMenu WINDOW_DIALOG_CONTEXT_MENU 10106 DialogContextMenu.xml
Notification WINDOW_DIALOG_KAI_TOAST 10107 DialogNotification.xml
NumericInput WINDOW_DIALOG_NUMERIC 10109 DialogNumeric.xml
GamepadInput WINDOW_DIALOG_GAMEPAD 10110 DialogSelect.xml
ShutdownMenu WINDOW_DIALOG_BUTTON_MENU 10111 DialogButtonMenu.xml
PlayerControls WINDOW_DIALOG_PLAYER_CONTROLS 10114 PlayerControls.xml
SeekBar WINDOW_DIALOG_SEEK_BAR 10115 DialogSeekBar.xml
PlayerProcessInfo WINDOW_DIALOG_PLAYER_PROCESS_INFO 10116 DialogPlayerProcessInfo.xml
MusicOSD WINDOW_DIALOG_MUSIC_OSD 10120 MusicOSD.xml
WINDOW_DIALOG_VIS_SETTINGS 10121
VisualisationPresetList WINDOW_DIALOG_VIS_PRESET_LIST 10122 DialogSelect.xml
OSDVideoSettings WINDOW_DIALOG_VIDEO_OSD_SETTINGS 10123 DialogSettings.xml
OSDAudioSettings WINDOW_DIALOG_AUDIO_OSD_SETTINGS 10124 DialogSettings.xml
VideoBookmarks WINDOW_DIALOG_VIDEO_BOOKMARKS 10125 VideoOSDBookmarks.xml
FileBrowser WINDOW_DIALOG_FILE_BROWSER 10126 FileBrowser.xml
NetworkSetup WINDOW_DIALOG_NETWORK_SETUP 10128 DialogSettings.xml
MediaSource WINDOW_DIALOG_MEDIA_SOURCE 10129 DialogMediaSource.xml
ProfileSettings WINDOW_DIALOG_PROFILE_SETTINGS 10130 DialogSettings.xml
LockSettings WINDOW_DIALOG_LOCK_SETTINGS 10131 DialogSettings.xml
ContentSettings WINDOW_DIALOG_CONTENT_SETTINGS 10132 DialogSettings.xml
LibexportSettings WINDOW_DIALOG_LIBEXPORT_SETTINGS 10133 DialogSettings.xml
SongInformation WINDOW_DIALOG_SONG_INFO 10135 DialogMusicInfo.xml
SmartPlaylistEditor WINDOW_DIALOG_SMART_PLAYLIST_EDITOR 10136 SmartPlaylistEditor.xml
SmartPlaylistRule WINDOW_DIALOG_SMART_PLAYLIST_RULE 10137 SmartPlaylistRule.xml
BusyDialog WINDOW_DIALOG_BUSY 10138 DialogBusy.xml
PictureInfo WINDOW_DIALOG_PICTURE_INFO 10139 DialogPictureInfo.xml
AddonSettings WINDOW_DIALOG_ADDON_SETTINGS 10140 DialogAddonSettings.xml
FullscreenInfo WINDOW_DIALOG_FULLSCREEN_INFO 10142 DialogFullScreenInfo.xml
SliderDialog WINDOW_DIALOG_SLIDER 10145 DialogSlider.xml
AddonInformation WINDOW_DIALOG_ADDON_INFO 10146 DialogAddonInfo.xml
TextViewer WINDOW_DIALOG_TEXT_VIEWER 10147 DialogTextViewer.xml
WINDOW_DIALOG_PLAY_EJECT 10148 DialogConfirm.xml
Peripherals WINDOW_DIALOG_PERIPHERALS 10149 DialogSelect.xml
v21 Skinning engine changes
The "Peripherals" alias has been added for this window
v17 Skinning engine changes
New window
v18 Skinning engine changes
New window
v20 Skinning engine changes
New window See https://github.com/xbmc/xbmc/pull/20505
v21 Skinning engine changes
New window See https://github.com/xbmc/xbmc/pull/23548
v20 Skinning engine changes
New window FavouritesBrowser, replaces the old Favourites dialog.

Additional revision history

Kodi v21 (Omega)

v21 Skinning engine changes
[Removed Windows] The following windows have been removed:
  • Favourites - Window Favourites (DialogFavourites.xml with id 10134) has been removed. Please use FavouritesBrowser instead.