-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibrivoxConfig.json
More file actions
80 lines (80 loc) · 2.56 KB
/
LibrivoxConfig.json
File metadata and controls
80 lines (80 loc) · 2.56 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Librivox Audiobooks",
"platformUrl": "https://librivox.org/",
"description": "Free public domain audiobooks read by volunteers from around the world",
"author": "Vijay Prema",
"authorUrl": "https://futo.org",
"repositoryUrl": "https://github.com/vijay-prema/librivox-grayjay",
"sourceUrl": "https://raw.githubusercontent.com/vijay-prema/librivox-grayjay/refs/heads/main/LibrivoxConfig.json",
"scriptUrl": "./LibrivoxScript.js",
"version": 3,
"iconUrl": "./LibrivoxIcon.png",
"id": "971285f6-289a-40da-8df8-97aedb905927",
"subscriptionRateLimit": 10,
"scriptSignature": "",
"scriptPublicKey": "",
"packages": [
"Http"
],
"allowEval": false,
"allowUrls": [
"librivox.org",
"archive.org"
],
"settings": [
{
"variable": "allowExplicit",
"name": "Allow Explicit Content",
"description": "Allow listening to audiobooks with explicit content warnings",
"type": "Boolean",
"default": "true"
},
{
"variable": "preferredLanguage",
"name": "Preferred Language",
"description": "Select your preferred language for audiobook results",
"type": "Dropdown",
"default": "0",
"options": [
"English",
"French",
"German",
"Spanish",
"Italian",
"Portuguese",
"Dutch",
"All Languages"
]
},
{
"variable": "contentRecommendationOptionIndex",
"name": "Content recommendations source",
"description": "Select the source of content recommendations",
"type": "Dropdown",
"default": "0",
"options": [
"Popular audiobooks",
"Recently added audiobooks"
]
}
],
"authentication": null,
"changelog": {
"1": [
"Initial release: Support for Librivox audiobooks",
"Search audiobooks by title, author, or genre",
"Browse popular and recently added audiobooks",
"Support for multiple languages",
"Chapter-based navigation for audiobooks"
],
"2": [
"Audiobook are now returned as playlists with chapters"
],
"3": [
"Revert playlist approach and try something else"
],
"4": [
"Added thumbnail support for audiobooks and authors"
]
}
}