Difference between revisions of "ItemType"
Jump to navigation
Jump to search
(Created page with "{{Api_Enum_Spec| Description=Enum with possible Item Type in the System. |Values= {{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0" {{!}}- style="backg...") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 59: | Line 59: | ||
{{!}} REC | {{!}} REC | ||
{{!}} Recording | {{!}} Recording | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! 512 | ||
| + | {{!}} LSR | ||
| + | {{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 8.2!''' New ItemType for LiveSeries (LSR) object | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! 1024 | ||
| + | {{!}} LSE | ||
| + | {{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 8.2!''' New ItemType for LiveSeasons (LSE) object | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! 2048 | ||
| + | {{!}} RSR | ||
| + | {{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2023.R1!''' New ItemType for RecordingSeries (RSR) object | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! 4096 | ||
| + | {{!}} RSE | ||
| + | {{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2023.R1!''' New ItemType for RecordingSeasons (RSE) object | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Latest revision as of 08:24, 22 February 2023
Enum with possible Item Type in the System.
Values
| Value | Name | Details |
|---|---|---|
| 0 | None | None |
| 1 | MOV | Movie |
| 2 | EPI | Episode |
| 4 | SEA | Season |
| 8 | SER | Serie |
| 16 | SUB | Subscription |
| 32 | CHA | Vod Channel |
| 64 | LCH | Live Channel |
| 128 | LSC | Live Schedule |
| 256 | REC | Recording |
| 512 | LSR | NEW IN 8.2! New ItemType for LiveSeries (LSR) object |
| 1024 | LSE | NEW IN 8.2! New ItemType for LiveSeasons (LSE) object |
| 2048 | RSR | NEW IN 2023.R1! New ItemType for RecordingSeries (RSR) object |
| 4096 | RSE | NEW IN 2023.R1! New ItemType for RecordingSeasons (RSE) object |
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial enum design | José Manuel Escartin |