openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Components.Converter.PliExtraInfo Namespace Reference

Classes

class  PliExtraInfo
 

Functions

def addspace (text)
 

Variables

tuple caid_data
 
dictionary codec_data
 

Function Documentation

◆ addspace()

def Components.Converter.PliExtraInfo.addspace (   text)

Variable Documentation

◆ caid_data

tuple Components.Converter.PliExtraInfo.caid_data
Initial value:
1 = (
2  ("0x100", "0x1ff", "Seca", "S", True),
3  ("0x500", "0x5ff", "Via", "V", True),
4  ("0x600", "0x6ff", "Irdeto", "I", True),
5  ("0x900", "0x9ff", "NDS", "Nd", True),
6  ("0xb00", "0xbff", "Conax", "Co", True),
7  ("0xd00", "0xdff", "CryptoW", "Cw", True),
8  ("0xe00", "0xeff", "PowerVU", "P", False),
9  ("0x1000", "0x10FF", "Tandberg", "TB", False),
10  ("0x1700", "0x17ff", "Beta", "B", True),
11  ("0x1800", "0x18ff", "Nagra", "N", True),
12  ("0x2600", "0x2600", "Biss", "Bi", False),
13  ("0x4ae0", "0x4ae1", "Dre", "D", False),
14  ("0x4aee", "0x4aee", "BulCrypt", "B1", False),
15  ("0x5581", "0x5581", "BulCrypt", "B2", False)
16 )

◆ codec_data

dictionary Components.Converter.PliExtraInfo.codec_data
Initial value:
1 = {
2  -1: "N/A",
3  0: "MPEG2",
4  1: "AVC",
5  2: "H263",
6  3: "VC1",
7  4: "MPEG4-VC",
8  5: "VC1-SM",
9  6: "MPEG1",
10  7: "HEVC",
11  8: "VP8",
12  9: "VP9",
13  10: "XVID",
14  11: "N/A 11",
15  12: "N/A 12",
16  13: "DIVX 3.11",
17  14: "DIVX 4",
18  15: "DIVX 5",
19  16: "AVS",
20  17: "N/A 17",
21  18: "VP6",
22  19: "N/A 19",
23  20: "N/A 20",
24  21: "SPARK",
25 }