0a15c8643b07caf50c3c9014e514e963b873f36e
[vuplus_xbmc] / xbmc / GUIInfoManager.h
1 /*!
2 \file GUIInfoManager.h
3 \brief
4 */
5
6 #ifndef GUIINFOMANAGER_H_
7 #define GUIINFOMANAGER_H_
8
9 /*
10  *      Copyright (C) 2005-2013 Team XBMC
11  *      http://xbmc.org
12  *
13  *  This Program is free software; you can redistribute it and/or modify
14  *  it under the terms of the GNU General Public License as published by
15  *  the Free Software Foundation; either version 2, or (at your option)
16  *  any later version.
17  *
18  *  This Program is distributed in the hope that it will be useful,
19  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  *  GNU General Public License for more details.
22  *
23  *  You should have received a copy of the GNU General Public License
24  *  along with XBMC; see the file COPYING.  If not, see
25  *  <http://www.gnu.org/licenses/>.
26  *
27  */
28
29 #include "Temperature.h"
30 #include "threads/CriticalSection.h"
31 #include "guilib/IMsgTargetCallback.h"
32 #include "inttypes.h"
33 #include "XBDateTime.h"
34 #include "utils/Observer.h"
35 #include "interfaces/info/SkinVariable.h"
36 #include "cores/IPlayer.h"
37
38 #include <list>
39 #include <map>
40
41 namespace MUSIC_INFO
42 {
43   class CMusicInfoTag;
44 }
45 class CVideoInfoTag;
46 class CFileItem;
47 class CGUIListItem;
48 class CDateTime;
49 namespace INFO
50 {
51   class InfoBool;
52   class InfoSingle;
53 }
54
55 // conditions for window retrieval
56 #define WINDOW_CONDITION_HAS_LIST_ITEMS  1
57 #define WINDOW_CONDITION_IS_MEDIA_WINDOW 2
58
59 #define PLAYER_HAS_MEDIA              1
60 #define PLAYER_HAS_AUDIO              2
61 #define PLAYER_HAS_VIDEO              3
62 #define PLAYER_PLAYING                4
63 #define PLAYER_PAUSED                 5
64 #define PLAYER_REWINDING              6
65 #define PLAYER_REWINDING_2x           7
66 #define PLAYER_REWINDING_4x           8
67 #define PLAYER_REWINDING_8x           9
68 #define PLAYER_REWINDING_16x         10
69 #define PLAYER_REWINDING_32x         11
70 #define PLAYER_FORWARDING            12
71 #define PLAYER_FORWARDING_2x         13
72 #define PLAYER_FORWARDING_4x         14
73 #define PLAYER_FORWARDING_8x         15
74 #define PLAYER_FORWARDING_16x        16
75 #define PLAYER_FORWARDING_32x        17
76 #define PLAYER_CAN_RECORD            18
77 #define PLAYER_RECORDING             19
78 #define PLAYER_CACHING               20
79 #define PLAYER_DISPLAY_AFTER_SEEK    21
80 #define PLAYER_PROGRESS              22
81 #define PLAYER_SEEKBAR               23
82 #define PLAYER_SEEKTIME              24
83 #define PLAYER_SEEKING               25
84 #define PLAYER_SHOWTIME              26
85 #define PLAYER_TIME                  27
86 #define PLAYER_TIME_REMAINING        28
87 #define PLAYER_DURATION              29
88 #define PLAYER_SHOWCODEC             30
89 #define PLAYER_SHOWINFO              31
90 #define PLAYER_VOLUME                32
91 #define PLAYER_MUTED                 33
92 #define PLAYER_HASDURATION           34
93 #define PLAYER_CHAPTER               35
94 #define PLAYER_CHAPTERCOUNT          36
95 #define PLAYER_TIME_SPEED            37
96 #define PLAYER_FINISH_TIME           38
97 #define PLAYER_CACHELEVEL            39
98 #define PLAYER_STAR_RATING           40
99 #define PLAYER_CHAPTERNAME           41
100 #define PLAYER_SUBTITLE_DELAY        42
101 #define PLAYER_AUDIO_DELAY           43
102 #define PLAYER_PASSTHROUGH           44
103 #define PLAYER_PATH                  45
104 #define PLAYER_FILEPATH              46
105 #define PLAYER_SEEKOFFSET            47
106 #define PLAYER_PROGRESS_CACHE        48
107 #define PLAYER_ITEM_ART              49
108 #define PLAYER_CAN_PAUSE             50
109 #define PLAYER_CAN_SEEK              51
110 #define PLAYER_START_TIME            52
111 #define PLAYER_TITLE                 53
112 #define PLAYER_ISINTERNETSTREAM      54
113
114 #define WEATHER_CONDITIONS          100
115 #define WEATHER_TEMPERATURE         101
116 #define WEATHER_LOCATION            102
117 #define WEATHER_IS_FETCHED          103
118 #define WEATHER_FANART_CODE         104
119 #define WEATHER_PLUGIN              105
120
121 #define SYSTEM_TEMPERATURE_UNITS    106
122 #define SYSTEM_PROGRESS_BAR         107
123 #define SYSTEM_LANGUAGE             108
124 #define SYSTEM_TIME                 110
125 #define SYSTEM_DATE                 111
126 #define SYSTEM_CPU_TEMPERATURE      112
127 #define SYSTEM_GPU_TEMPERATURE      113
128 #define SYSTEM_FAN_SPEED            114
129 #define SYSTEM_FREE_SPACE_C         115
130 // #define SYSTEM_FREE_SPACE_D         116 //116 is reserved for space on D
131 #define SYSTEM_FREE_SPACE_E         117
132 #define SYSTEM_FREE_SPACE_F         118
133 #define SYSTEM_FREE_SPACE_G         119
134 #define SYSTEM_BUILD_VERSION        120
135 #define SYSTEM_BUILD_DATE           121
136 #define SYSTEM_ETHERNET_LINK_ACTIVE 122
137 #define SYSTEM_FPS                  123
138 #define SYSTEM_ALWAYS_TRUE          125   // useful for <visible fade="10" start="hidden">true</visible>, to fade in a control
139 #define SYSTEM_ALWAYS_FALSE         126   // used for <visible fade="10">false</visible>, to fade out a control (ie not particularly useful!)
140 #define SYSTEM_MEDIA_DVD            127
141 #define SYSTEM_DVDREADY             128
142 #define SYSTEM_HAS_ALARM            129
143 #define SYSTEM_SCREEN_MODE          132
144 #define SYSTEM_SCREEN_WIDTH         133
145 #define SYSTEM_SCREEN_HEIGHT        134
146 #define SYSTEM_CURRENT_WINDOW       135
147 #define SYSTEM_CURRENT_CONTROL      136
148 #define SYSTEM_DVD_LABEL            138
149 #define SYSTEM_HASLOCKS             140
150 #define SYSTEM_ISMASTER             141
151 #define SYSTEM_TRAYOPEN             142
152 #define SYSTEM_SHOW_EXIT_BUTTON     143
153 #define SYSTEM_ALARM_POS            144
154 #define SYSTEM_LOGGEDON             145
155 #define SYSTEM_PROFILENAME          146
156 #define SYSTEM_PROFILETHUMB         147
157 #define SYSTEM_HAS_LOGINSCREEN      148
158 #define SYSTEM_HDD_SMART            150
159 #define SYSTEM_HDD_TEMPERATURE      151
160 #define SYSTEM_HDD_MODEL            152
161 #define SYSTEM_HDD_SERIAL           153
162 #define SYSTEM_HDD_FIRMWARE         154
163 #define SYSTEM_HDD_PASSWORD         156
164 #define SYSTEM_HDD_LOCKSTATE        157
165 #define SYSTEM_HDD_LOCKKEY          158
166 #define SYSTEM_INTERNET_STATE       159
167 #define SYSTEM_ALARM_LESS_OR_EQUAL  180
168 #define SYSTEM_PROFILECOUNT         181
169 #define SYSTEM_ISFULLSCREEN         182
170 #define SYSTEM_ISSTANDALONE         183
171 #define SYSTEM_ISINHIBIT            184
172 #define SYSTEM_HAS_SHUTDOWN         185
173 #define SYSTEM_HAS_PVR              186
174 #define SYSTEM_STARTUP_WINDOW       187
175 #define SYSTEM_STEREOSCOPIC_MODE    188
176
177 #define NETWORK_IP_ADDRESS          190
178 #define NETWORK_MAC_ADDRESS         191
179 #define NETWORK_IS_DHCP             192
180 #define NETWORK_LINK_STATE          193
181 #define NETWORK_SUBNET_MASK         194
182 #define NETWORK_GATEWAY_ADDRESS     195
183 #define NETWORK_DNS1_ADDRESS        196
184 #define NETWORK_DNS2_ADDRESS        197
185 #define NETWORK_DHCP_ADDRESS        198
186
187 #define MUSICPLAYER_TITLE           200
188 #define MUSICPLAYER_ALBUM           201
189 #define MUSICPLAYER_ARTIST          202
190 #define MUSICPLAYER_GENRE           203
191 #define MUSICPLAYER_YEAR            204
192 #define MUSICPLAYER_DURATION        205
193 #define MUSICPLAYER_TRACK_NUMBER    208
194 #define MUSICPLAYER_COVER           210
195 #define MUSICPLAYER_BITRATE         211
196 #define MUSICPLAYER_PLAYLISTLEN     212
197 #define MUSICPLAYER_PLAYLISTPOS     213
198 #define MUSICPLAYER_CHANNELS        214
199 #define MUSICPLAYER_BITSPERSAMPLE   215
200 #define MUSICPLAYER_SAMPLERATE      216
201 #define MUSICPLAYER_CODEC           217
202 #define MUSICPLAYER_DISC_NUMBER     218
203 #define MUSICPLAYER_RATING          219
204 #define MUSICPLAYER_COMMENT         220
205 #define MUSICPLAYER_LYRICS          221
206 #define MUSICPLAYER_HASPREVIOUS     222
207 #define MUSICPLAYER_HASNEXT         223
208 #define MUSICPLAYER_EXISTS          224
209 #define MUSICPLAYER_PLAYLISTPLAYING 225
210 #define MUSICPLAYER_ALBUM_ARTIST    226
211 #define MUSICPLAYER_PLAYCOUNT       227
212 #define MUSICPLAYER_LASTPLAYED      228
213 #define MUSICPLAYER_CHANNEL_NAME    229
214 #define MUSICPLAYER_CHANNEL_NUMBER  230
215 #define MUSICPLAYER_CHANNEL_GROUP   231
216
217 #define VIDEOPLAYER_TITLE             250
218 #define VIDEOPLAYER_GENRE             251
219 #define VIDEOPLAYER_DIRECTOR          252
220 #define VIDEOPLAYER_YEAR              253
221 #define VIDEOPLAYER_HASSUBTITLES      254
222 #define VIDEOPLAYER_SUBTITLESENABLED  255
223 #define VIDEOPLAYER_COVER             258
224 #define VIDEOPLAYER_USING_OVERLAYS    259
225 #define VIDEOPLAYER_ISFULLSCREEN      260
226 #define VIDEOPLAYER_HASMENU           261
227 #define VIDEOPLAYER_PLAYLISTLEN       262
228 #define VIDEOPLAYER_PLAYLISTPOS       263
229 #define VIDEOPLAYER_EVENT             264
230 #define VIDEOPLAYER_ORIGINALTITLE     265
231 #define VIDEOPLAYER_PLOT              266
232 #define VIDEOPLAYER_PLOT_OUTLINE      267
233 #define VIDEOPLAYER_EPISODE           268
234 #define VIDEOPLAYER_SEASON            269
235 #define VIDEOPLAYER_RATING            270
236 #define VIDEOPLAYER_TVSHOW            271
237 #define VIDEOPLAYER_PREMIERED         272
238 #define VIDEOPLAYER_CONTENT           273
239 #define VIDEOPLAYER_STUDIO            274
240 #define VIDEOPLAYER_MPAA              275
241 #define VIDEOPLAYER_CAST              276
242 #define VIDEOPLAYER_CAST_AND_ROLE     277
243 #define VIDEOPLAYER_ARTIST            278
244 #define VIDEOPLAYER_ALBUM             279
245 #define VIDEOPLAYER_WRITER            280
246 #define VIDEOPLAYER_TAGLINE           281
247 #define VIDEOPLAYER_HAS_INFO          282
248 #define VIDEOPLAYER_TOP250            283
249 #define VIDEOPLAYER_RATING_AND_VOTES  284
250 #define VIDEOPLAYER_TRAILER           285
251 #define VIDEOPLAYER_VIDEO_CODEC       286
252 #define VIDEOPLAYER_VIDEO_RESOLUTION  287
253 #define VIDEOPLAYER_AUDIO_CODEC       288
254 #define VIDEOPLAYER_AUDIO_CHANNELS    289
255 #define VIDEOPLAYER_VIDEO_ASPECT      290
256 #define VIDEOPLAYER_HASTELETEXT       291
257 #define VIDEOPLAYER_COUNTRY           292
258 #define VIDEOPLAYER_PLAYCOUNT         293
259 #define VIDEOPLAYER_LASTPLAYED        294
260
261 #define VIDEOPLAYER_STARTTIME         295
262 #define VIDEOPLAYER_ENDTIME           296
263 #define VIDEOPLAYER_NEXT_TITLE        297
264 #define VIDEOPLAYER_NEXT_GENRE        298
265 #define VIDEOPLAYER_NEXT_PLOT         299
266 #define VIDEOPLAYER_NEXT_PLOT_OUTLINE 300
267 #define VIDEOPLAYER_NEXT_STARTTIME    301
268 #define VIDEOPLAYER_NEXT_ENDTIME      302
269 #define VIDEOPLAYER_NEXT_DURATION     303
270 #define VIDEOPLAYER_CHANNEL_NAME      304
271 #define VIDEOPLAYER_CHANNEL_NUMBER    305
272 #define VIDEOPLAYER_CHANNEL_GROUP     306
273 #define VIDEOPLAYER_PARENTAL_RATING   307
274 #define VIDEOPLAYER_HAS_EPG           308
275 #define VIDEOPLAYER_VOTES             309
276 #define VIDEOPLAYER_IS_STEREOSCOPIC   310
277 #define VIDEOPLAYER_STEREOSCOPIC_MODE 311
278
279 #define CONTAINER_CAN_FILTER         342
280 #define CONTAINER_CAN_FILTERADVANCED 343
281 #define CONTAINER_FILTERED           344
282
283 #define CONTAINER_SCROLL_PREVIOUS   345 // NOTE: These 5 must be kept in this consecutive order
284 #define CONTAINER_MOVE_PREVIOUS     346
285 #define CONTAINER_STATIC            347
286 #define CONTAINER_MOVE_NEXT         348
287 #define CONTAINER_SCROLL_NEXT       349
288
289 #define CONTAINER_HASFILES          351
290 #define CONTAINER_HASFOLDERS        352
291 #define CONTAINER_STACKED           353
292 #define CONTAINER_FOLDERNAME        354
293 #define CONTAINER_SCROLLING         355
294 #define CONTAINER_PLUGINNAME        356
295 #define CONTAINER_PROPERTY          357
296 #define CONTAINER_SORT_DIRECTION    358
297 #define CONTAINER_NUM_ITEMS         359
298 #define CONTAINER_FOLDERTHUMB       360
299 #define CONTAINER_FOLDERPATH        361
300 #define CONTAINER_CONTENT           362
301 #define CONTAINER_HAS_THUMB         363
302 #define CONTAINER_SORT_METHOD       364
303
304 #define CONTAINER_HAS_FOCUS         367
305 #define CONTAINER_ROW               368
306 #define CONTAINER_COLUMN            369
307 #define CONTAINER_POSITION          370
308 #define CONTAINER_VIEWMODE          371
309 #define CONTAINER_HAS_NEXT          372
310 #define CONTAINER_HAS_PREVIOUS      373
311 #define CONTAINER_SUBITEM           374
312 #define CONTAINER_TVSHOWTHUMB       375
313 #define CONTAINER_NUM_PAGES         376
314 #define CONTAINER_CURRENT_PAGE      377
315 #define CONTAINER_SEASONTHUMB       378
316 #define CONTAINER_SHOWPLOT          379
317 #define CONTAINER_TOTALTIME         380
318
319 #define MUSICPM_ENABLED             381
320 #define MUSICPM_SONGSPLAYED         382
321 #define MUSICPM_MATCHINGSONGS       383
322 #define MUSICPM_MATCHINGSONGSPICKED 384
323 #define MUSICPM_MATCHINGSONGSLEFT   385
324 #define MUSICPM_RELAXEDSONGSPICKED  386
325 #define MUSICPM_RANDOMSONGSPICKED   387
326
327 #define PLAYLIST_LENGTH             390
328 #define PLAYLIST_POSITION           391
329 #define PLAYLIST_RANDOM             392
330 #define PLAYLIST_REPEAT             393
331 #define PLAYLIST_ISRANDOM           394
332 #define PLAYLIST_ISREPEAT           395
333 #define PLAYLIST_ISREPEATONE        396
334
335 #define VISUALISATION_LOCKED        400
336 #define VISUALISATION_PRESET        401
337 #define VISUALISATION_NAME          402
338 #define VISUALISATION_ENABLED       403
339
340 #define STRING_IS_EMPTY             410
341 #define STRING_COMPARE              411
342 #define STRING_STR                  412
343 #define INTEGER_GREATER_THAN        413
344 #define STRING_STR_LEFT             414
345 #define STRING_STR_RIGHT            415
346
347 #define SKIN_BOOL                   600
348 #define SKIN_STRING                 601
349 #define SKIN_HAS_MUSIC_OVERLAY      602
350 #define SKIN_HAS_VIDEO_OVERLAY      603
351 #define SKIN_THEME                  604
352 #define SKIN_COLOUR_THEME           605
353 #define SKIN_HAS_THEME              606
354 #define SKIN_ASPECT_RATIO           607
355
356 #define SYSTEM_TOTAL_MEMORY         644
357 #define SYSTEM_CPU_USAGE            645
358 #define SYSTEM_USED_MEMORY_PERCENT  646
359 #define SYSTEM_USED_MEMORY          647
360 #define SYSTEM_FREE_MEMORY          648
361 #define SYSTEM_FREE_MEMORY_PERCENT  649
362 #define SYSTEM_UPTIME               654
363 #define SYSTEM_TOTALUPTIME          655
364 #define SYSTEM_CPUFREQUENCY         656
365 #define SYSTEM_SCREEN_RESOLUTION    659
366 #define SYSTEM_VIDEO_ENCODER_INFO   660
367 #define SYSTEM_KERNEL_VERSION       667
368 #define SYSTEM_FREE_SPACE           679
369 #define SYSTEM_USED_SPACE           680
370 #define SYSTEM_TOTAL_SPACE          681
371 #define SYSTEM_USED_SPACE_PERCENT   682
372 #define SYSTEM_FREE_SPACE_PERCENT   683
373 #define SYSTEM_DVD_TRAY_STATE       700
374 #define SYSTEM_GET_BOOL             704
375 #define SYSTEM_GET_CORE_USAGE       705
376 #define SYSTEM_HAS_CORE_ID          706
377 #define SYSTEM_RENDER_VENDOR        707
378 #define SYSTEM_RENDER_RENDERER      708
379 #define SYSTEM_RENDER_VERSION       709
380 #define SYSTEM_SETTING              710
381 #define SYSTEM_HAS_ADDON            711
382 #define SYSTEM_ADDON_TITLE          712
383 #define SYSTEM_ADDON_ICON           713
384 #define SYSTEM_BATTERY_LEVEL        714
385 #define SYSTEM_IDLE_TIME            715
386 #define SYSTEM_FRIENDLY_NAME        716
387 #define SYSTEM_SCREENSAVER_ACTIVE   717
388
389 #define LIBRARY_HAS_MUSIC           720
390 #define LIBRARY_HAS_VIDEO           721
391 #define LIBRARY_HAS_MOVIES          722
392 #define LIBRARY_HAS_MOVIE_SETS      723
393 #define LIBRARY_HAS_TVSHOWS         724
394 #define LIBRARY_HAS_MUSICVIDEOS     725
395 #define LIBRARY_IS_SCANNING         726
396 #define LIBRARY_IS_SCANNING_VIDEO   727
397 #define LIBRARY_IS_SCANNING_MUSIC   728
398
399 #define SYSTEM_PLATFORM_LINUX       741
400 #define SYSTEM_PLATFORM_WINDOWS     742
401 #define SYSTEM_PLATFORM_DARWIN      743
402 #define SYSTEM_PLATFORM_DARWIN_OSX  744
403 #define SYSTEM_PLATFORM_DARWIN_IOS  745
404 #define SYSTEM_PLATFORM_DARWIN_ATV2 746
405 #define SYSTEM_PLATFORM_ANDROID     747
406
407 #define SYSTEM_CAN_POWERDOWN        750
408 #define SYSTEM_CAN_SUSPEND          751
409 #define SYSTEM_CAN_HIBERNATE        752
410 #define SYSTEM_CAN_REBOOT           753
411
412 #define SLIDESHOW_ISPAUSED          800
413 #define SLIDESHOW_ISRANDOM          801
414 #define SLIDESHOW_ISACTIVE          802
415 #define SLIDESHOW_ISVIDEO           803
416
417 #define SLIDE_INFO_START            900
418 #define SLIDE_INFO_END              980
419
420 #define FANART_COLOR1               1000
421 #define FANART_COLOR2               1001
422 #define FANART_COLOR3               1002
423 #define FANART_IMAGE                1003
424
425 #define SYSTEM_PROFILEAUTOLOGIN     1004
426
427 #define PVR_CONDITIONS_START        1100
428 #define PVR_IS_RECORDING            (PVR_CONDITIONS_START)
429 #define PVR_HAS_TIMER               (PVR_CONDITIONS_START + 1)
430 #define PVR_HAS_NONRECORDING_TIMER  (PVR_CONDITIONS_START + 2)
431 #define PVR_HAS_EPG                 (PVR_CONDITIONS_START + 3)
432 #define PVR_HAS_TXT                 (PVR_CONDITIONS_START + 4)
433 #define PVR_HAS_DIRECTOR            (PVR_CONDITIONS_START + 5)
434 #define PVR_IS_PLAYING_TV           (PVR_CONDITIONS_START + 6)
435 #define PVR_IS_PLAYING_RADIO        (PVR_CONDITIONS_START + 7)
436 #define PVR_IS_PLAYING_RECORDING    (PVR_CONDITIONS_START + 8)
437 #define PVR_ACTUAL_STREAM_ENCRYPTED (PVR_CONDITIONS_START + 9)
438 #define PVR_CONDITIONS_END          PVR_ACTUAL_STREAM_ENCRYPTED
439
440 #define PVR_STRINGS_START           1200
441 #define PVR_NEXT_RECORDING_CHANNEL  (PVR_STRINGS_START)
442 #define PVR_NEXT_RECORDING_CHAN_ICO (PVR_STRINGS_START + 1)
443 #define PVR_NEXT_RECORDING_DATETIME (PVR_STRINGS_START + 2)
444 #define PVR_NEXT_RECORDING_TITLE    (PVR_STRINGS_START + 3)
445 #define PVR_NOW_RECORDING_CHANNEL   (PVR_STRINGS_START + 4)
446 #define PVR_NOW_RECORDING_CHAN_ICO  (PVR_STRINGS_START + 5)
447 #define PVR_NOW_RECORDING_DATETIME  (PVR_STRINGS_START + 6)
448 #define PVR_NOW_RECORDING_TITLE     (PVR_STRINGS_START + 7)
449 #define PVR_BACKEND_NAME            (PVR_STRINGS_START + 8)
450 #define PVR_BACKEND_VERSION         (PVR_STRINGS_START + 9)
451 #define PVR_BACKEND_HOST            (PVR_STRINGS_START + 10)
452 #define PVR_BACKEND_DISKSPACE       (PVR_STRINGS_START + 11)
453 #define PVR_BACKEND_CHANNELS        (PVR_STRINGS_START + 12)
454 #define PVR_BACKEND_TIMERS          (PVR_STRINGS_START + 13)
455 #define PVR_BACKEND_RECORDINGS      (PVR_STRINGS_START + 14)
456 #define PVR_BACKEND_NUMBER          (PVR_STRINGS_START + 15)
457 #define PVR_TOTAL_DISKSPACE         (PVR_STRINGS_START + 16)
458 #define PVR_NEXT_TIMER              (PVR_STRINGS_START + 17)
459 #define PVR_PLAYING_DURATION        (PVR_STRINGS_START + 18)
460 #define PVR_PLAYING_TIME            (PVR_STRINGS_START + 19)
461 #define PVR_PLAYING_PROGRESS        (PVR_STRINGS_START + 20)
462 #define PVR_ACTUAL_STREAM_CLIENT    (PVR_STRINGS_START + 21)
463 #define PVR_ACTUAL_STREAM_DEVICE    (PVR_STRINGS_START + 22)
464 #define PVR_ACTUAL_STREAM_STATUS    (PVR_STRINGS_START + 23)
465 #define PVR_ACTUAL_STREAM_SIG       (PVR_STRINGS_START + 24)
466 #define PVR_ACTUAL_STREAM_SNR       (PVR_STRINGS_START + 25)
467 #define PVR_ACTUAL_STREAM_SIG_PROGR (PVR_STRINGS_START + 26)
468 #define PVR_ACTUAL_STREAM_SNR_PROGR (PVR_STRINGS_START + 27)
469 #define PVR_ACTUAL_STREAM_BER       (PVR_STRINGS_START + 28)
470 #define PVR_ACTUAL_STREAM_UNC       (PVR_STRINGS_START + 29)
471 #define PVR_ACTUAL_STREAM_VIDEO_BR  (PVR_STRINGS_START + 30)
472 #define PVR_ACTUAL_STREAM_AUDIO_BR  (PVR_STRINGS_START + 31)
473 #define PVR_ACTUAL_STREAM_DOLBY_BR  (PVR_STRINGS_START + 32)
474 #define PVR_ACTUAL_STREAM_CRYPTION  (PVR_STRINGS_START + 33)
475 #define PVR_STRINGS_END             PVR_ACTUAL_STREAM_CRYPTION
476
477 #define WINDOW_PROPERTY             9993
478 #define WINDOW_IS_TOPMOST           9994
479 #define WINDOW_IS_VISIBLE           9995
480 #define WINDOW_NEXT                 9996
481 #define WINDOW_PREVIOUS             9997
482 #define WINDOW_IS_MEDIA             9998
483 #define WINDOW_IS_ACTIVE            9999
484
485 #define CONTROL_GET_LABEL           29996
486 #define CONTROL_IS_ENABLED          29997
487 #define CONTROL_IS_VISIBLE          29998
488 #define CONTROL_GROUP_HAS_FOCUS     29999
489 #define CONTROL_HAS_FOCUS           30000
490
491 #define VERSION_MAJOR               13
492 #define VERSION_MINOR               0
493 #define VERSION_TAG                 "-ALPHA8"
494
495 #define LISTITEM_START              35000
496 #define LISTITEM_THUMB              (LISTITEM_START)
497 #define LISTITEM_LABEL              (LISTITEM_START + 1)
498 #define LISTITEM_TITLE              (LISTITEM_START + 2)
499 #define LISTITEM_TRACKNUMBER        (LISTITEM_START + 3)
500 #define LISTITEM_ARTIST             (LISTITEM_START + 4)
501 #define LISTITEM_ALBUM              (LISTITEM_START + 5)
502 #define LISTITEM_YEAR               (LISTITEM_START + 6)
503 #define LISTITEM_GENRE              (LISTITEM_START + 7)
504 #define LISTITEM_ICON               (LISTITEM_START + 8)
505 #define LISTITEM_DIRECTOR           (LISTITEM_START + 9)
506 #define LISTITEM_OVERLAY            (LISTITEM_START + 10)
507 #define LISTITEM_LABEL2             (LISTITEM_START + 11)
508 #define LISTITEM_FILENAME           (LISTITEM_START + 12)
509 #define LISTITEM_DATE               (LISTITEM_START + 13)
510 #define LISTITEM_SIZE               (LISTITEM_START + 14)
511 #define LISTITEM_RATING             (LISTITEM_START + 15)
512 #define LISTITEM_PROGRAM_COUNT      (LISTITEM_START + 16)
513 #define LISTITEM_DURATION           (LISTITEM_START + 17)
514 #define LISTITEM_ISPLAYING          (LISTITEM_START + 18)
515 #define LISTITEM_ISSELECTED         (LISTITEM_START + 19)
516 #define LISTITEM_PLOT               (LISTITEM_START + 20)
517 #define LISTITEM_PLOT_OUTLINE       (LISTITEM_START + 21)
518 #define LISTITEM_EPISODE            (LISTITEM_START + 22)
519 #define LISTITEM_SEASON             (LISTITEM_START + 23)
520 #define LISTITEM_TVSHOW             (LISTITEM_START + 24)
521 #define LISTITEM_PREMIERED          (LISTITEM_START + 25)
522 #define LISTITEM_COMMENT            (LISTITEM_START + 26)
523 #define LISTITEM_ACTUAL_ICON        (LISTITEM_START + 27)
524 #define LISTITEM_PATH               (LISTITEM_START + 28)
525 #define LISTITEM_PICTURE_PATH       (LISTITEM_START + 29)
526 // the ordering of LISTITEM_PICTURE_* is important as they're mapped to SLIDE_* items in GUIInfoManager.cpp
527 #define LISTITEM_PICTURE_START      (LISTITEM_START + 30)
528 #define LISTITEM_PICTURE_RESOLUTION (LISTITEM_PICTURE_START) // => SLIDE_RESOLUTION
529 #define LISTITEM_PICTURE_LONGDATE   (LISTITEM_START + 31)    // => SLIDE_EXIF_LONG_DATE
530 #define LISTITEM_PICTURE_LONGDATETIME (LISTITEM_START + 32)    // => SLIDE_EXIF_LONG_DATE_TIME
531 #define LISTITEM_PICTURE_DATE       (LISTITEM_START + 33)    // => SLIDE_EXIF_DATE
532 #define LISTITEM_PICTURE_DATETIME   (LISTITEM_START + 34)    // => SLIDE_EXIF_DATE_TIME
533 #define LISTITEM_PICTURE_COMMENT    (LISTITEM_START + 35)    // => SLIDE_COMMENT
534 #define LISTITEM_PICTURE_CAPTION    (LISTITEM_START + 36)    // => SLIDE_IPTC_CAPTION
535 #define LISTITEM_PICTURE_DESC       (LISTITEM_START + 37)    // => SLIDE_EXIF_DESCRIPTION
536 #define LISTITEM_PICTURE_KEYWORDS   (LISTITEM_START + 38)    // => SLIDE_IPTC_KEYWORDS
537 #define LISTITEM_PICTURE_CAM_MAKE   (LISTITEM_START + 39)    // => SLIDE_EXIF_CAMERA_MAKE
538 #define LISTITEM_PICTURE_CAM_MODEL  (LISTITEM_START + 40)    // => SLIDE_EXIF_CAMERA_MODEL
539 #define LISTITEM_PICTURE_APERTURE   (LISTITEM_START + 41)    // => SLIDE_EXIF_APERTURE
540 #define LISTITEM_PICTURE_FOCAL_LEN  (LISTITEM_START + 42)    // => SLIDE_EXIF_FOCAL_LENGTH
541 #define LISTITEM_PICTURE_FOCUS_DIST (LISTITEM_START + 43)    // => SLIDE_EXIF_FOCUS_DIST
542 #define LISTITEM_PICTURE_EXP_MODE   (LISTITEM_START + 44)    // => SLIDE_EXIF_EXPOSURE_MODE
543 #define LISTITEM_PICTURE_EXP_TIME   (LISTITEM_START + 45)    // => SLIDE_EXIF_EXPOSURE_TIME
544 #define LISTITEM_PICTURE_ISO        (LISTITEM_START + 46)    // => SLIDE_EXIF_ISO_EQUIV
545 #define LISTITEM_PICTURE_AUTHOR           (LISTITEM_START + 47) // => SLIDE_IPTC_AUTHOR
546 #define LISTITEM_PICTURE_BYLINE           (LISTITEM_START + 48) // => SLIDE_IPTC_BYLINE
547 #define LISTITEM_PICTURE_BYLINE_TITLE     (LISTITEM_START + 49) // => SLIDE_IPTC_BYLINE_TITLE
548 #define LISTITEM_PICTURE_CATEGORY         (LISTITEM_START + 50) // => SLIDE_IPTC_CATEGORY
549 #define LISTITEM_PICTURE_CCD_WIDTH        (LISTITEM_START + 51) // => SLIDE_EXIF_CCD_WIDTH
550 #define LISTITEM_PICTURE_CITY             (LISTITEM_START + 52) // => SLIDE_IPTC_CITY
551 #define LISTITEM_PICTURE_URGENCY          (LISTITEM_START + 53) // => SLIDE_IPTC_URGENCY
552 #define LISTITEM_PICTURE_COPYRIGHT_NOTICE (LISTITEM_START + 54) // => SLIDE_IPTC_COPYRIGHT_NOTICE
553 #define LISTITEM_PICTURE_COUNTRY          (LISTITEM_START + 55) // => SLIDE_IPTC_COUNTRY
554 #define LISTITEM_PICTURE_COUNTRY_CODE     (LISTITEM_START + 56) // => SLIDE_IPTC_COUNTRY_CODE
555 #define LISTITEM_PICTURE_CREDIT           (LISTITEM_START + 57) // => SLIDE_IPTC_CREDIT
556 #define LISTITEM_PICTURE_IPTCDATE         (LISTITEM_START + 58) // => SLIDE_IPTC_DATE
557 #define LISTITEM_PICTURE_DIGITAL_ZOOM     (LISTITEM_START + 59) // => SLIDE_EXIF_DIGITAL_ZOOM
558 #define LISTITEM_PICTURE_EXPOSURE         (LISTITEM_START + 60) // => SLIDE_EXIF_EXPOSURE
559 #define LISTITEM_PICTURE_EXPOSURE_BIAS    (LISTITEM_START + 61) // => SLIDE_EXIF_EXPOSURE_BIAS
560 #define LISTITEM_PICTURE_FLASH_USED       (LISTITEM_START + 62) // => SLIDE_EXIF_FLASH_USED
561 #define LISTITEM_PICTURE_HEADLINE         (LISTITEM_START + 63) // => SLIDE_IPTC_HEADLINE
562 #define LISTITEM_PICTURE_COLOUR           (LISTITEM_START + 64) // => SLIDE_COLOUR
563 #define LISTITEM_PICTURE_LIGHT_SOURCE     (LISTITEM_START + 65) // => SLIDE_EXIF_LIGHT_SOURCE
564 #define LISTITEM_PICTURE_METERING_MODE    (LISTITEM_START + 66) // => SLIDE_EXIF_METERING_MODE
565 #define LISTITEM_PICTURE_OBJECT_NAME      (LISTITEM_START + 67) // => SLIDE_IPTC_OBJECT_NAME
566 #define LISTITEM_PICTURE_ORIENTATION      (LISTITEM_START + 68) // => SLIDE_EXIF_ORIENTATION
567 #define LISTITEM_PICTURE_PROCESS          (LISTITEM_START + 69) // => SLIDE_PROCESS
568 #define LISTITEM_PICTURE_REF_SERVICE      (LISTITEM_START + 70) // => SLIDE_IPTC_REF_SERVICE
569 #define LISTITEM_PICTURE_SOURCE           (LISTITEM_START + 71) // => SLIDE_IPTC_SOURCE
570 #define LISTITEM_PICTURE_SPEC_INSTR       (LISTITEM_START + 72) // => SLIDE_IPTC_SPEC_INSTR
571 #define LISTITEM_PICTURE_STATE            (LISTITEM_START + 73) // => SLIDE_IPTC_STATE
572 #define LISTITEM_PICTURE_SUP_CATEGORIES   (LISTITEM_START + 74) // => SLIDE_IPTC_SUP_CATEGORIES
573 #define LISTITEM_PICTURE_TX_REFERENCE     (LISTITEM_START + 75) // => SLIDE_IPTC_TX_REFERENCE
574 #define LISTITEM_PICTURE_WHITE_BALANCE    (LISTITEM_START + 76) // => SLIDE_EXIF_WHITE_BALANCE
575 #define LISTITEM_PICTURE_IMAGETYPE        (LISTITEM_START + 77) // => SLIDE_IPTC_IMAGETYPE
576 #define LISTITEM_PICTURE_SUBLOCATION      (LISTITEM_START + 78) // => SLIDE_IPTC_SUBLOCATION
577 #define LISTITEM_PICTURE_TIMECREATED      (LISTITEM_START + 79) // => SLIDE_IPTC_TIMECREATED
578 #define LISTITEM_PICTURE_GPS_LAT    (LISTITEM_START + 80)    // => SLIDE_EXIF_GPS_LATITUDE
579 #define LISTITEM_PICTURE_GPS_LON    (LISTITEM_START + 81)    // => SLIDE_EXIF_GPS_LONGITUDE
580 #define LISTITEM_PICTURE_GPS_ALT    (LISTITEM_START + 82)    // => SLIDE_EXIF_GPS_ALTITUDE
581 #define LISTITEM_PICTURE_END        (LISTITEM_PICTURE_GPS_ALT)
582 #define LISTITEM_STUDIO             (LISTITEM_START + 83)
583 #define LISTITEM_MPAA               (LISTITEM_START + 84)
584 #define LISTITEM_CAST               (LISTITEM_START + 85)
585 #define LISTITEM_CAST_AND_ROLE      (LISTITEM_START + 86)
586 #define LISTITEM_WRITER             (LISTITEM_START + 87)
587 #define LISTITEM_TAGLINE            (LISTITEM_START + 88)
588 #define LISTITEM_TOP250             (LISTITEM_START + 89)
589 #define LISTITEM_RATING_AND_VOTES   (LISTITEM_START + 90)
590 #define LISTITEM_TRAILER            (LISTITEM_START + 91)
591 #define LISTITEM_STAR_RATING        (LISTITEM_START + 92)
592 #define LISTITEM_FILENAME_AND_PATH  (LISTITEM_START + 93)
593 #define LISTITEM_SORT_LETTER        (LISTITEM_START + 94)
594 #define LISTITEM_ALBUM_ARTIST       (LISTITEM_START + 95)
595 #define LISTITEM_FOLDERNAME         (LISTITEM_START + 96)
596 #define LISTITEM_VIDEO_CODEC        (LISTITEM_START + 97)
597 #define LISTITEM_VIDEO_RESOLUTION   (LISTITEM_START + 98)
598 #define LISTITEM_VIDEO_ASPECT       (LISTITEM_START + 99)
599 #define LISTITEM_AUDIO_CODEC        (LISTITEM_START + 100)
600 #define LISTITEM_AUDIO_CHANNELS     (LISTITEM_START + 101)
601 #define LISTITEM_AUDIO_LANGUAGE     (LISTITEM_START + 102)
602 #define LISTITEM_SUBTITLE_LANGUAGE  (LISTITEM_START + 103)
603 #define LISTITEM_IS_FOLDER          (LISTITEM_START + 104)
604 #define LISTITEM_ORIGINALTITLE      (LISTITEM_START + 105)
605 #define LISTITEM_COUNTRY            (LISTITEM_START + 106)
606 #define LISTITEM_PLAYCOUNT          (LISTITEM_START + 107)
607 #define LISTITEM_LASTPLAYED         (LISTITEM_START + 108)
608 #define LISTITEM_FOLDERPATH         (LISTITEM_START + 109)
609 #define LISTITEM_DISC_NUMBER        (LISTITEM_START + 110)
610 #define LISTITEM_FILE_EXTENSION     (LISTITEM_START + 111)
611 #define LISTITEM_IS_RESUMABLE       (LISTITEM_START + 112)
612 #define LISTITEM_PERCENT_PLAYED     (LISTITEM_START + 113)
613 #define LISTITEM_DATE_ADDED         (LISTITEM_START + 114)
614 #define LISTITEM_DBTYPE             (LISTITEM_START + 115)
615 #define LISTITEM_DBID               (LISTITEM_START + 116)
616
617 #define LISTITEM_STARTTIME          (LISTITEM_START + 117)
618 #define LISTITEM_ENDTIME            (LISTITEM_START + 118)
619 #define LISTITEM_STARTDATE          (LISTITEM_START + 119)
620 #define LISTITEM_ENDDATE            (LISTITEM_START + 120)
621 #define LISTITEM_NEXT_TITLE         (LISTITEM_START + 121)
622 #define LISTITEM_NEXT_GENRE         (LISTITEM_START + 122)
623 #define LISTITEM_NEXT_PLOT          (LISTITEM_START + 123)
624 #define LISTITEM_NEXT_PLOT_OUTLINE  (LISTITEM_START + 124)
625 #define LISTITEM_NEXT_STARTTIME     (LISTITEM_START + 125)
626 #define LISTITEM_NEXT_ENDTIME       (LISTITEM_START + 126)
627 #define LISTITEM_NEXT_STARTDATE     (LISTITEM_START + 127)
628 #define LISTITEM_NEXT_ENDDATE       (LISTITEM_START + 128)
629 #define LISTITEM_NEXT_DURATION      (LISTITEM_START + 129)
630 #define LISTITEM_CHANNEL_NAME       (LISTITEM_START + 130)
631 #define LISTITEM_CHANNEL_NUMBER     (LISTITEM_START + 131)
632 #define LISTITEM_CHANNEL_GROUP      (LISTITEM_START + 132)
633 #define LISTITEM_HASTIMER           (LISTITEM_START + 133)
634 #define LISTITEM_ISRECORDING        (LISTITEM_START + 134)
635 #define LISTITEM_ISENCRYPTED        (LISTITEM_START + 135)
636 #define LISTITEM_PARENTALRATING     (LISTITEM_START + 136)
637 #define LISTITEM_PROGRESS           (LISTITEM_START + 137)
638 #define LISTITEM_HAS_EPG            (LISTITEM_START + 138)
639 #define LISTITEM_VOTES              (LISTITEM_START + 139)
640
641 #define LISTITEM_PROPERTY_START     (LISTITEM_START + 200)
642 #define LISTITEM_PROPERTY_END       (LISTITEM_PROPERTY_START + 1000)
643 #define LISTITEM_END                (LISTITEM_PROPERTY_END)
644
645 #define MUSICPLAYER_PROPERTY_OFFSET 800 // 100 id's reserved for musicplayer props.
646 #define LISTITEM_ART_OFFSET         900 // 100 id's reserved for listitem art.
647
648 #define CONDITIONAL_LABEL_START       LISTITEM_END + 1 // 36001
649 #define CONDITIONAL_LABEL_END         37000
650
651 // the multiple information vector
652 #define MULTI_INFO_START              40000
653 #define MULTI_INFO_END                99999
654 #define COMBINED_VALUES_START        100000
655
656 // forward
657 class CInfoLabel;
658 class CGUIWindow;
659 namespace EPG { class CEpgInfoTag; }
660
661 // Info Flags
662 // Stored in the top 8 bits of GUIInfo::m_data1
663 // therefore we only have room for 8 flags
664 #define INFOFLAG_LISTITEM_WRAP        ((uint32_t) (1 << 25))  // Wrap ListItem lookups
665 #define INFOFLAG_LISTITEM_POSITION    ((uint32_t) (1 << 26))  // Absolute ListItem lookups
666
667 // structure to hold multiple integer data
668 // for storage referenced from a single integer
669 class GUIInfo
670 {
671 public:
672   GUIInfo(int info, uint32_t data1 = 0, int data2 = 0, uint32_t flag = 0)
673   {
674     m_info = info;
675     m_data1 = data1;
676     m_data2 = data2;
677     if (flag)
678       SetInfoFlag(flag);
679   }
680   bool operator ==(const GUIInfo &right) const
681   {
682     return (m_info == right.m_info && m_data1 == right.m_data1 && m_data2 == right.m_data2);
683   };
684   uint32_t GetInfoFlag() const;
685   uint32_t GetData1() const;
686   int GetData2() const;
687   int m_info;
688 private:
689   void SetInfoFlag(uint32_t flag);
690   uint32_t m_data1;
691   int m_data2;
692 };
693
694 /*!
695  \ingroup strings
696  \brief
697  */
698 class CGUIInfoManager : public IMsgTargetCallback, public Observable
699 {
700 public:
701   CGUIInfoManager(void);
702   virtual ~CGUIInfoManager(void);
703
704   void Clear();
705   virtual bool OnMessage(CGUIMessage &message);
706
707   /*! \brief Register a boolean condition/expression
708    This routine allows controls or other clients of the info manager to register
709    to receive updates of particular expressions, in a particular context (currently windows).
710
711    In the future, it will allow clients to receive pushed callbacks when the expression changes.
712
713    \param expression the boolean condition or expression
714    \param context the context window
715    \return an identifier used to reference this expression
716
717    \sa GetBoolValue
718    */
719   unsigned int Register(const CStdString &expression, int context = 0);
720
721   /*! \brief Get a previously registered boolean expression's value
722    Checks the cache and evaluates the boolean expression if required.
723    \sa Register
724    */
725   bool GetBoolValue(unsigned int expression, const CGUIListItem *item = NULL);
726
727   /*! \brief Evaluate a boolean expression
728    \param expression the expression to evaluate
729    \param context the context in which to evaluate the expression (currently windows)
730    \return the value of the evaluated expression.
731    \sa Register, GetBoolValue
732    */
733   bool EvaluateBool(const CStdString &expression, int context = 0);
734
735   int TranslateString(const CStdString &strCondition);
736
737   /*! \brief Get integer value of info.
738    \param value int reference to pass value of given info
739    \param info id of info
740    \param context the context in which to evaluate the expression (currently windows)
741    \param item optional listitem if want to get listitem related int
742    \return true if given info was handled
743    \sa GetItemInt, GetMultiInfoInt
744    */
745   bool GetInt(int &value, int info, int contextWindow = 0, const CGUIListItem *item = NULL) const;
746   CStdString GetLabel(int info, int contextWindow = 0, CStdString *fallback = NULL);
747
748   CStdString GetImage(int info, int contextWindow, CStdString *fallback = NULL);
749
750   CStdString GetTime(TIME_FORMAT format = TIME_FORMAT_GUESS) const;
751   CStdString GetDate(bool bNumbersOnly = false);
752   CStdString GetDuration(TIME_FORMAT format = TIME_FORMAT_GUESS) const;
753
754   void SetCurrentItem(CFileItem &item);
755   void ResetCurrentItem();
756   // Current song stuff
757   /// \brief Retrieves tag info (if necessary) and fills in our current song path.
758   void SetCurrentSong(CFileItem &item);
759   void SetCurrentAlbumThumb(const CStdString thumbFileName);
760   void SetCurrentMovie(CFileItem &item);
761   void SetCurrentSlide(CFileItem &item);
762   const CFileItem &GetCurrentSlide() const;
763   void ResetCurrentSlide();
764   void SetCurrentSongTag(const MUSIC_INFO::CMusicInfoTag &tag);
765   void SetCurrentVideoTag(const CVideoInfoTag &tag);
766
767   const MUSIC_INFO::CMusicInfoTag *GetCurrentSongTag() const;
768   const CVideoInfoTag* GetCurrentMovieTag() const;
769
770   CStdString GetMusicLabel(int item);
771   CStdString GetMusicTagLabel(int info, const CFileItem *item);
772   CStdString GetVideoLabel(int item);
773   CStdString GetPlaylistLabel(int item) const;
774   CStdString GetMusicPartyModeLabel(int item);
775   const CStdString GetMusicPlaylistInfo(const GUIInfo& info);
776   CStdString GetPictureLabel(int item);
777
778   int64_t GetPlayTime() const;  // in ms
779   CStdString GetCurrentPlayTime(TIME_FORMAT format = TIME_FORMAT_GUESS) const;
780   CStdString GetCurrentSeekTime(TIME_FORMAT format = TIME_FORMAT_GUESS) const;
781   int GetPlayTimeRemaining() const;
782   int GetTotalPlayTime() const;
783   CStdString GetCurrentPlayTimeRemaining(TIME_FORMAT format) const;
784   CStdString GetVersion();
785   CStdString GetBuild();
786
787   bool GetDisplayAfterSeek();
788   void SetDisplayAfterSeek(unsigned int timeOut = 2500, int seekOffset = 0);
789   void SetSeeking(bool seeking) { m_playerSeeking = seeking; };
790   void SetShowTime(bool showtime) { m_playerShowTime = showtime; };
791   void SetShowCodec(bool showcodec) { m_playerShowCodec = showcodec; };
792   void SetShowInfo(bool showinfo) { m_playerShowInfo = showinfo; };
793   void ToggleShowCodec() { m_playerShowCodec = !m_playerShowCodec; };
794   bool ToggleShowInfo() { m_playerShowInfo = !m_playerShowInfo; return m_playerShowInfo; };
795   bool m_performingSeek;
796
797   std::string GetSystemHeatInfo(int info);
798   CTemperature GetGPUTemperature();
799
800   void UpdateFPS();
801   void UpdateAVInfo();
802   inline float GetFPS() const { return m_fps; };
803
804   void SetNextWindow(int windowID) { m_nextWindowID = windowID; };
805   void SetPreviousWindow(int windowID) { m_prevWindowID = windowID; };
806
807   void ResetCache();
808   bool GetItemInt(int &value, const CGUIListItem *item, int info) const;
809   CStdString GetItemLabel(const CFileItem *item, int info, CStdString *fallback = NULL);
810   CStdString GetItemImage(const CFileItem *item, int info, CStdString *fallback = NULL);
811
812   // Called from tuxbox service thread to update current status
813   void UpdateFromTuxBox();
814
815   /*! \brief containers call here to specify that the focus is changing
816    \param id control id
817    \param next true if we're moving to the next item, false if previous
818    \param scrolling true if the container is scrolling, false if the movement requires no scroll
819    */
820   void SetContainerMoving(int id, bool next, bool scrolling)
821   {
822     // magnitude 2 indicates a scroll, sign indicates direction
823     m_containerMoves[id] = (next ? 1 : -1) * (scrolling ? 2 : 1);
824   }
825
826   void SetLibraryBool(int condition, bool value);
827   bool GetLibraryBool(int condition);
828   void ResetLibraryBools();
829   CStdString LocalizeTime(const CDateTime &time, TIME_FORMAT format) const;
830
831   int TranslateSingleString(const CStdString &strCondition);
832
833   int RegisterSkinVariableString(const INFO::CSkinVariableString* info);
834   int TranslateSkinVariableString(const CStdString& name, int context);
835   CStdString GetSkinVariableString(int info, bool preferImage = false, const CGUIListItem *item=NULL);
836
837   /// \brief iterates through boolean conditions and compares their stored values to current values. Returns true if any condition changed value.
838   bool ConditionsChangedValues(const std::map<int, bool>& map);
839
840   bool m_AVInfoValid;
841
842 protected:
843   friend class INFO::InfoSingle;
844   bool GetBool(int condition, int contextWindow = 0, const CGUIListItem *item=NULL);
845
846   // routines for window retrieval
847   bool CheckWindowCondition(CGUIWindow *window, int condition) const;
848   CGUIWindow *GetWindowWithCondition(int contextWindow, int condition) const;
849
850   /*! \brief class for holding information on properties
851    */
852   class Property
853   {
854   public:
855     Property(const CStdString &property, const CStdString &parameters);
856
857     const CStdString &param(unsigned int n = 0) const;
858     unsigned int num_params() const;
859
860     CStdString name;
861   private:
862     std::vector<CStdString> params;
863   };
864
865   bool GetMultiInfoBool(const GUIInfo &info, int contextWindow = 0, const CGUIListItem *item = NULL);
866   bool GetMultiInfoInt(int &value, const GUIInfo &info, int contextWindow = 0) const;
867   CStdString GetMultiInfoLabel(const GUIInfo &info, int contextWindow = 0, CStdString *fallback = NULL);
868   int TranslateListItem(const Property &info);
869   int TranslateMusicPlayerString(const CStdString &info) const;
870   TIME_FORMAT TranslateTimeFormat(const CStdString &format);
871   bool GetItemBool(const CGUIListItem *item, int condition) const;
872
873   /*! \brief Split an info string into it's constituent parts and parameters
874    Format is:
875      
876      info1(params1).info2(params2).info3(params3) ...
877    
878    where the parameters are an optional comma separated parameter list.
879    
880    \param infoString the original string
881    \param info the resulting pairs of info and parameters.
882    */
883   void SplitInfoString(const CStdString &infoString, std::vector<Property> &info);
884
885   // Conditional string parameters for testing are stored in a vector for later retrieval.
886   // The offset into the string parameters array is returned.
887   int ConditionalStringParameter(const CStdString &strParameter, bool caseSensitive = false);
888   int AddMultiInfo(const GUIInfo &info);
889   int AddListItemProp(const CStdString &str, int offset=0);
890
891   /*!
892    * @brief Get the EPG tag that is currently active
893    * @param tag The active tag
894    * @return True if an EPG tag is active and 'tag' was updated, false otherwise
895    */
896   bool GetEpgInfoTag(EPG::CEpgInfoTag& tag) const;
897
898   // Conditional string parameters are stored here
899   CStdStringArray m_stringParameters;
900
901   // Array of multiple information mapped to a single integer lookup
902   std::vector<GUIInfo> m_multiInfo;
903   std::vector<std::string> m_listitemProperties;
904
905   CStdString m_currentMovieDuration;
906
907   // Current playing stuff
908   CFileItem* m_currentFile;
909   CStdString m_currentMovieThumb;
910   CFileItem* m_currentSlide;
911
912   // fan stuff
913   unsigned int m_lastSysHeatInfoTime;
914   int m_fanSpeed;
915   CTemperature m_gpuTemp;
916   CTemperature m_cpuTemp;
917
918   //Fullscreen OSD Stuff
919   unsigned int m_AfterSeekTimeout;
920   int m_seekOffset;
921   bool m_playerSeeking;
922   bool m_playerShowTime;
923   bool m_playerShowCodec;
924   bool m_playerShowInfo;
925
926   // FPS counters
927   float m_fps;
928   unsigned int m_frameCounter;
929   unsigned int m_lastFPSTime;
930
931   std::map<int, int> m_containerMoves;  // direction of list moving
932   int m_nextWindowID;
933   int m_prevWindowID;
934
935   std::vector<INFO::InfoBool*> m_bools;
936   std::vector<INFO::CSkinVariableString> m_skinVariableStrings;
937   unsigned int m_updateTime;
938
939   int m_libraryHasMusic;
940   int m_libraryHasMovies;
941   int m_libraryHasTVShows;
942   int m_libraryHasMusicVideos;
943   int m_libraryHasMovieSets;
944
945   SPlayerVideoStreamInfo m_videoInfo;
946   SPlayerAudioStreamInfo m_audioInfo;
947
948   CCriticalSection m_critInfo;
949 };
950
951 /*!
952  \ingroup strings
953  \brief
954  */
955 extern CGUIInfoManager g_infoManager;
956 #endif
957
958
959
960