-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathEpubExtractor.install
More file actions
37 lines (37 loc) · 870 Bytes
/
EpubExtractor.install
File metadata and controls
37 lines (37 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{ "def": "interface", "assoc": { "interface": "application" } },
{ "def": "interface", "assoc": { "interface": "extractor" } },
{
"def": "handlerId",
"assoc": {
"handlerId": "com.notmarek.extractor",
"props": {
"lib": "/mnt/us/KOI/libKOIExtractor.so",
"entry": "load_extractors"
}
}
},
{
"def": "association",
"assoc": {
"interface": "extractor",
"handlerId": "com.notmarek.extractor",
"contentIds": ["GL:*.epub"],
"default": "true"
}
},
{
"def": "mimetype",
"assoc": {
"mimetype": "MT:application/epub+zip",
"extensions": ["epub"]
}
},
{
"def": "association",
"assoc": {
"interface": "application",
"handlerId": "com.github.koreader.helper",
"contentIds": ["MT:application/epub+zip"],
"default": "true"
}
}