aboutsummaryrefslogtreecommitdiff
path: root/xbmc/guilib/guiinfo/GUIInfoLabels.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/guilib/guiinfo/GUIInfoLabels.h')
-rw-r--r--xbmc/guilib/guiinfo/GUIInfoLabels.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/xbmc/guilib/guiinfo/GUIInfoLabels.h b/xbmc/guilib/guiinfo/GUIInfoLabels.h
index ae6f255b31..b926d860e9 100644
--- a/xbmc/guilib/guiinfo/GUIInfoLabels.h
+++ b/xbmc/guilib/guiinfo/GUIInfoLabels.h
@@ -224,6 +224,9 @@
#define MUSICPLAYER_CONTENT 246
#define MUSICPLAYER_ISMULTIDISC 247
+// More Musicplayer infolabels
+#define MUSICPLAYER_CHANNEL_LOGO 248
+
// Videoplayer infolabels
#define VIDEOPLAYER_HDR_TYPE 249
// Keep videoplayer infolabels that work with offset and position together
@@ -318,6 +321,9 @@
#define RETROPLAYER_STRETCH_MODE 331
#define RETROPLAYER_VIDEO_ROTATION 332
+// More PVR infolabels
+#define VIDEOPLAYER_CHANNEL_LOGO 333
+
#define CONTAINER_HAS_PARENT_ITEM 341
#define CONTAINER_CAN_FILTER 342
#define CONTAINER_CAN_FILTERADVANCED 343
@@ -486,7 +492,6 @@
#define SYSTEM_PLATFORM_DARWIN_TVOS 755
#define SYSTEM_SUPPORTED_HDR_TYPES 756
#define SYSTEM_PLATFORM_WEBOS 757
-#define SYSTEM_PVR_COUNT 758
#define SLIDESHOW_ISPAUSED 800
#define SLIDESHOW_ISRANDOM 801
@@ -594,7 +599,6 @@ static constexpr unsigned int SYSTEM_LOCALE = 1012;
#define PVR_CAN_RECORD_PLAYING_CHANNEL (PVR_CONDITIONS_START + 17)
#define PVR_IS_RECORDING_PLAYING_CHANNEL (PVR_CONDITIONS_START + 18)
#define PVR_IS_PLAYING_ACTIVE_RECORDING (PVR_CONDITIONS_START + 19)
-#define PVR_CONDITIONS_END PVR_IS_PLAYING_ACTIVE_RECORDING
#define PVR_STRINGS_START 1200
#define PVR_NEXT_RECORDING_CHANNEL (PVR_STRINGS_START)
@@ -670,7 +674,9 @@ static constexpr unsigned int SYSTEM_LOCALE = 1012;
#define PVR_TIMESHIFT_SEEKBAR (PVR_STRINGS_START + 73)
#define PVR_BACKEND_PROVIDERS (PVR_STRINGS_START + 74)
#define PVR_BACKEND_CHANNEL_GROUPS (PVR_STRINGS_START + 75)
-#define PVR_STRINGS_END PVR_BACKEND_CHANNEL_GROUPS
+
+#define PVR_INTS_START 1300
+#define PVR_CLIENT_COUNT (PVR_INTS_START)
#define RDS_DATA_START 1400
#define RDS_HAS_RDS (RDS_DATA_START)
@@ -979,7 +985,9 @@ static constexpr unsigned int SYSTEM_LOCALE = 1012;
#define LISTITEM_ISVIDEOEXTRA (LISTITEM_START + 214)
#define LISTITEM_VIDEOVERSION_NAME (LISTITEM_START + 215)
#define LISTITEM_HASVIDEOEXTRAS (LISTITEM_START + 216)
-#define LISTITEM_BACKEND_INSTANCE_NAME (LISTITEM_START + 217)
+#define LISTITEM_PVR_CLIENT_NAME (LISTITEM_START + 217)
+#define LISTITEM_PVR_INSTANCE_NAME (LISTITEM_START + 218)
+#define LISTITEM_CHANNEL_LOGO (LISTITEM_START + 219)
#define LISTITEM_END (LISTITEM_START + 2500)