Files
addon/plugin.video.alfa/channels/crunchyroll.json

102 lines
2.2 KiB
JSON
Executable File

{
"id": "crunchyroll",
"name": "Crunchyroll",
"language": ["cast", "lat"],
"active": true,
"adult": false,
"version": 1,
"changes": [
{
"date": "16/05/2017",
"description": "Primera versión"
}
],
"thumbnail": "http://i.imgur.com/O49fDS1.png",
"categories": [
"anime",
"tvshow"
],
"settings": [
{
"id": "crunchyrolluser",
"type": "text",
"color": "0xFF25AA48",
"label": "@30014",
"enabled": true,
"visible": true
},
{
"id": "crunchyrollpassword",
"type": "text",
"color": "0xFF25AA48",
"hidden": true,
"label": "@30015",
"enabled": "!eq(-1,'')",
"visible": true
},
{
"id": "crunchyrollidioma",
"type": "list",
"label": "Idioma de los textos de la web",
"default": 6,
"enabled": true,
"visible": true,
"lvalues": [
"Alemán",
"Portugués",
"Francés",
"Italiano",
"Inglés",
"Español Latino",
"Español España"
]
},
{
"id": "crunchyrollsub",
"type": "list",
"label": "Idioma de subtítulos preferido en Crunchyroll",
"default": 6,
"enabled": true,
"visible": true,
"lvalues": [
"Alemán",
"Portugués",
"Francés",
"Italiano",
"Inglés",
"Español Latino",
"Español España"
]
},
{
"id": "proxy_usa",
"type": "bool",
"label": "Usar proxy para ver el catálogo de USA",
"default": false,
"visible": true,
"enabled": "!eq(+1,true)"
},
{
"id": "proxy_spain",
"type": "bool",
"label": "Usar proxy para ver el catálogo de España",
"default": false,
"visible": true,
"enabled": "!eq(-1,true)"
},
{
"id": "perfil",
"type": "list",
"label": "Perfil de color",
"default": 3,
"enabled": true,
"visible": true,
"lvalues": [
"Sin color",
"Perfil 3",
"Perfil 2",
"Perfil 1"
]
}
]
}