File tree Expand file tree Collapse file tree 3 files changed +288
-74
lines changed
resources/language/resource.language.en_gb Expand file tree Collapse file tree 3 files changed +288
-74
lines changed Original file line number Diff line number Diff line change 10
10
'com.widevine.alpha' : 'widevine'
11
11
}
12
12
13
- ARCHS = {
13
+ CDM_EXTENSIONS = (
14
+ '.so' ,
15
+ '.dll' ,
16
+ '.dylib'
17
+ )
18
+
19
+ X86_MAP = {
14
20
'x86_64' : 'x86_64' ,
15
21
'AMD64' : 'x86_64' ,
16
22
'x86' : 'x86' ,
17
23
'i386' : 'x86' ,
18
24
'i686' : 'x86'
19
25
}
20
26
21
- WIDEVINE_ARCH_MAP = {
27
+ WIDEVINE_SUPPORTED_ARCHS = [
28
+ 'x86_64' ,
29
+ 'x86' ,
30
+ 'armv7' ,
31
+ 'armv8' ,
32
+ 'aarch64' ,
33
+ 'aarch64_be'
34
+ ]
35
+
36
+ WIDEVINE_ARCH_MAP_X86 = {
22
37
'x86_64' :
23
38
{
24
39
'Linux' : 'x64' ,
39
54
'Darwin' : 'mac'
40
55
}
41
56
42
- WIDEVINE_CDM_EXTENSIONS = (
43
- '.so' ,
44
- '.dll' ,
45
- '.dylib'
46
- )
47
-
48
- WIDEVINE_SUPPORTED_ARCHS = [
49
- 'x86_64' ,
50
- 'x86' ,
51
- 'aarch64' ,
52
- 'aarch64_be' ,
53
- 'armv7' ,
54
- 'armv7l'
55
- 'armv8' ,
56
- 'arm64'
57
- ]
58
-
59
57
WIDEVINE_SUPPORTED_OS = [
60
58
'Linux' ,
61
59
'Windows' ,
62
60
'Darwin'
63
61
]
64
62
65
- WIDEVINE_DOWNLOAD_UNAVAILABLE = [
66
- 'aarch64' ,
67
- 'aarch64_be' ,
68
- 'armv7' ,
69
- 'armv7l'
70
- 'armv8' ,
71
- 'arm64'
72
- ]
73
-
74
63
WIDEVINE_ANDROID_MINIMUM_KODI_VERSION = '18.0'
75
64
76
65
WIDEVINE_MINIMUM_KODI_VERSION = '17.4'
79
68
80
69
WIDEVINE_DOWNLOAD_URL = 'https://dl.google.com/widevine-cdm/{0}-{1}-{2}.zip'
81
70
71
+ CHROMEOS_RECOVERY_CONF = 'https://dl.google.com/dl/edgedl/chromeos/recovery/recovery.conf'
72
+
73
+ CHROMEOS_ARM_HWID = 'SPRING'
74
+
75
+ CHROMEOS_BLOCK_SIZE = 512
76
+
77
+ LOOP_DEV = '/dev/loop1'
78
+
82
79
HLS_MINIMUM_IA_VERSION = '2.0.10'
You can’t perform that action at this time.
0 commit comments