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

36 lines
811 B
JSON
Executable File

{
"id": "metaserie",
"name": "MetaSerie (Latino)",
"active": true,
"adult": false,
"language": ["lat"],
"thumbnail": "https://s32.postimg.cc/7g50yo39h/metaserie.png",
"banner": "https://s31.postimg.cc/u6yddil8r/metaserie_banner.png",
"categories": [
"tvshow"
],
"settings": [
{
"id": "include_in_global_search",
"type": "bool",
"label": "Incluir en busqueda global",
"default": false,
"enabled": false,
"visible": false
},
{
"id": "filter_languages",
"type": "list",
"label": "Mostrar enlaces en idioma...",
"default": 0,
"enabled": true,
"visible": true,
"lvalues": [
"No filtrar",
"Latino",
"Español",
"VOS"
]
}
]
}