forked from a4k-openproject/plugin.program.openwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvanced.json
More file actions
20 lines (20 loc) · 841 Bytes
/
Copy pathadvanced.json
File metadata and controls
20 lines (20 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"presets": [
{
"name": "Enable All Artwork",
"section": false,
"url": "https://raw.githubusercontent.com/drinfernoo/repository.openwizard/master/presets/artwork_preset.xml",
"icon": "",
"fanart": "",
"description": "This preset adds all of the available arttypes, to be used with library scrapers which collect their own artwork. Only has any effect on Kodi 18+."
},
{
"name": "Cache & Network Presets",
"section": true,
"url": "https://raw.githubusercontent.com/drinfernoo/repository.openwizard/master/presets/cache_presets.json",
"icon": "",
"fanart": "",
"description": "All presets related to caching, network, and buffering."
}
]
}