Files
addon/plugin.video.alfa/channels/pelisplus.json
2017-10-27 19:43:01 +02:00

38 lines
817 B
JSON

{
"id": "pelisplus",
"name": "PelisPlus",
"active": true,
"adult": false,
"language": ["lat"],
"thumbnail": "https://s13.postimg.org/z5dbzfasn/pelisplus.png",
"banner": "https://s16.postimg.org/p9xz2vlo5/pelisplus_banner.png",
"categories": [
"movie",
"tvshow",
"documentary",
"direct"
],
"settings": [
{
"id": "include_in_global_search",
"type": "bool",
"label": "Incluir en busqueda global",
"default": true,
"enabled": false,
"visible": false
},
{
"id": "filter_languages",
"type": "list",
"label": "Mostrar enlaces en idioma...",
"default": 0,
"enabled": true,
"visible": true,
"lvalues": [
"No filtrar",
"Latino"
]
}
]
}