Files
addon/specials/community.json
2019-05-24 16:01:32 +02:00

34 lines
556 B
JSON

{
"id": "community",
"name": "Community",
"active": true,
"adult": false,
"language": ["cast", "lat"],
"thumbnail": "",
"banner": "",
"fanart": "",
"categories": [
"direct",
"movie",
"tvshow",
"vo"
],
"settings": [
{
"id": "filterlanguages",
"type": "list",
"label": "Mostrar enlaces del canal en idioma...",
"default": 3,
"enabled": true,
"visible": true,
"lvalues": [
"No Filtrar",
"LAT",
"CAST",
"VO",
"VOSE"
]
}
]
}