Files
addon/specials/community.json
Alhaziel 1043a62d87 Community Channel
- Supporto a Pagination
- Visualizzazione in Stagioni
- Filtri nel menu di 2° livello
- Thumbnails e plot nei filtri
2019-10-21 18:21:50 +02:00

31 lines
573 B
JSON

{
"id": "community",
"name": "Community",
"active": true,
"adult": false,
"language": ["*"],
"thumbnail": "",
"banner": "",
"fanart": "",
"categories": [],
"settings": [
{
"id": "pagination",
"type": "list",
"label": "Pagination",
"default": 2,
"enabled": true,
"visible": true,
"lvalues": ["@70708", "20", "40", "60", "80", "100"]
},
{
"id": "show_seasons",
"type": "bool",
"label": "Show Seasons",
"default": false,
"enabled": true,
"visible": true
}
]
}