17 constexpr
const int GUI_MSG_REMOVED_MEDIA = GUI_MSG_USER + 1;
18 constexpr
const int GUI_MSG_UPDATE_SOURCES = GUI_MSG_USER + 2;
21 constexpr
const int GUI_MSG_PLAYLIST_CHANGED = GUI_MSG_USER + 3;
26 constexpr
const int GUI_MSG_START_SLIDESHOW = GUI_MSG_USER + 4;
28 constexpr
const int GUI_MSG_PLAYBACK_STARTED = GUI_MSG_USER + 5;
29 constexpr
const int GUI_MSG_PLAYBACK_ENDED = GUI_MSG_USER + 6;
32 constexpr
const int GUI_MSG_PLAYBACK_STOPPED = GUI_MSG_USER + 7;
39 constexpr
const int GUI_MSG_PLAYLISTPLAYER_STARTED = GUI_MSG_USER + 8;
47 constexpr
const int GUI_MSG_PLAYLISTPLAYER_CHANGED = GUI_MSG_USER + 9;
53 constexpr
const int GUI_MSG_PLAYLISTPLAYER_STOPPED = GUI_MSG_USER + 10;
55 constexpr
const int GUI_MSG_LOAD_SKIN = GUI_MSG_USER + 11;
60 constexpr
const int GUI_MSG_DIRECTORY_SCANNED = GUI_MSG_USER + 12;
62 constexpr
const int GUI_MSG_SCAN_FINISHED = GUI_MSG_USER + 13;
65 constexpr
const int GUI_MSG_QUEUE_NEXT_ITEM = GUI_MSG_USER + 16;
68 constexpr
const int GUI_MSG_PLAY_TRAILER = GUI_MSG_USER + 17;
71 constexpr
const int GUI_MSG_VISUALISATION_UNLOADING = GUI_MSG_USER + 117;
72 constexpr
const int GUI_MSG_VISUALISATION_LOADED = GUI_MSG_USER + 118;
73 constexpr
const int GUI_MSG_GET_VISUALISATION = GUI_MSG_USER + 119;
74 constexpr
const int GUI_MSG_VISUALISATION_ACTION = GUI_MSG_USER + 120;
75 constexpr
const int GUI_MSG_VISUALISATION_RELOAD = GUI_MSG_USER + 121;
77 constexpr
const int GUI_MSG_VIDEO_MENU_STARTED = GUI_MSG_USER + 21;
83 constexpr
const int GUI_MSG_PLAYLISTPLAYER_RANDOM = GUI_MSG_USER + 22;
89 constexpr
const int GUI_MSG_PLAYLISTPLAYER_REPEAT = GUI_MSG_USER + 23;
92 constexpr
const int GUI_MSG_WEATHER_FETCHED = GUI_MSG_USER + 24;
95 constexpr
const int GUI_MSG_CHECK_LOCK = GUI_MSG_USER + 25;
98 constexpr
const int GUI_MSG_UPDATE = GUI_MSG_USER + 26;
101 constexpr
const int GUI_MSG_FILTER_ITEMS = GUI_MSG_USER + 27;
104 constexpr
const int GUI_MSG_SEARCH_UPDATE = GUI_MSG_USER + 28;
107 constexpr
const int GUI_MSG_UPDATE_ITEM = GUI_MSG_USER + 29;
110 constexpr
int GUI_MSG_FLAG_UPDATE_LIST = 0x00000001;
111 constexpr
int GUI_MSG_FLAG_FORCE_UPDATE = 0x00000002;
114 constexpr
const int GUI_MSG_CHANGE_VIEW_MODE = GUI_MSG_USER + 30;
117 constexpr
const int GUI_MSG_CHANGE_SORT_METHOD = GUI_MSG_USER + 31;
118 constexpr
const int GUI_MSG_CHANGE_SORT_DIRECTION = GUI_MSG_USER + 32;
121 constexpr
const int GUI_MSG_UPDATE_PATH = GUI_MSG_USER + 33;
124 constexpr
const int GUI_MSG_SEARCH = GUI_MSG_USER + 34;
127 constexpr
const int GUI_MSG_SETTING_UPDATED = GUI_MSG_USER + 35;
130 constexpr
const int GUI_MSG_SHOW_PICTURE = GUI_MSG_USER + 36;
133 constexpr
const int GUI_MSG_EVENT_ADDED = GUI_MSG_USER + 39;
134 constexpr
const int GUI_MSG_EVENT_REMOVED = GUI_MSG_USER + 40;
137 constexpr
const int GUI_MSG_UPDATE_RADIOTEXT = GUI_MSG_USER + 41;
139 constexpr
const int GUI_MSG_PLAYBACK_ERROR = GUI_MSG_USER + 42;
140 constexpr
const int GUI_MSG_PLAYBACK_AVCHANGE = GUI_MSG_USER + 43;
141 constexpr
const int GUI_MSG_PLAYBACK_AVSTARTED = GUI_MSG_USER + 44;
144 constexpr
const int GUI_MSG_SYSTEM_SLEEP = GUI_MSG_USER + 45;
145 constexpr
const int GUI_MSG_SYSTEM_WAKE = GUI_MSG_USER + 46;