41 lines
926 B
JSON
41 lines
926 B
JSON
{
|
|
"id": "pelispedia",
|
|
"name": "PelisPedia",
|
|
"active": true,
|
|
"adult": false,
|
|
"language": ["cast", "lat"],
|
|
"fanart": "http://i.imgur.com/9QbyJrf.jpg",
|
|
"thumbnail": "pelispedia.png",
|
|
"banner": "pelispedia.png",
|
|
"categories": [
|
|
"movie",
|
|
"tvshow",
|
|
"vos"
|
|
],
|
|
"settings": [
|
|
{
|
|
"id": "modo_grafico",
|
|
"type": "bool",
|
|
"label": "Buscar información extra",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "orden_episodios",
|
|
"type": "bool",
|
|
"label": "Mostrar los episodios de las series en orden descendente",
|
|
"default": false,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "include_in_newest_peliculas",
|
|
"type": "bool",
|
|
"label": "Incluir en Novedades - Peliculas",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
}
|
|
]
|
|
} |