42 lines
880 B
JSON
42 lines
880 B
JSON
{
|
|
"id": "pelisplusco",
|
|
"name": "PelisPlus.co",
|
|
"active": true,
|
|
"adult": false,
|
|
"language": ["cast", "lat"],
|
|
"thumbnail": "https://s26.postimg.cc/jov1pmbh5/pelisplusco.png",
|
|
"banner": "https://s26.postimg.cc/4hf259jmh/pelisplusco-banner.png",
|
|
"version": 1,
|
|
"categories": [
|
|
"movie",
|
|
"tvshow",
|
|
"documentary",
|
|
"direct"
|
|
|
|
],
|
|
"settings": [
|
|
{
|
|
"id": "include_in_global_search",
|
|
"type": "bool",
|
|
"label": "Incluir en busqueda global",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "filter_languages",
|
|
"type": "list",
|
|
"label": "Mostrar enlaces en idioma...",
|
|
"default": 0,
|
|
"enabled": true,
|
|
"visible": true,
|
|
"lvalues": [
|
|
"No filtrar",
|
|
"Lat",
|
|
"Cast",
|
|
"VOSE"
|
|
]
|
|
}
|
|
]
|
|
}
|