Files
addon/plugin.video.alfa/channels/grantorrent.json
2017-11-19 15:10:12 +01:00

34 lines
661 B
JSON

{
"id": "grantorrent",
"name": "GranTorrent",
"active": true,
"adult": false,
"language": ["cast"],
"thumbnail": "grantorrent.jpg",
"banner": "grantorrent.png",
"fanart": "grantorrent.png",
"categories": [
"torrent",
"movie",
"tvshow"
],
"settings": [
{
"id": "include_in_global_search",
"type": "bool",
"label": "Incluir en busqueda global",
"default": true,
"enabled": true,
"visible": true
},
{
"id": "modo_grafico",
"type": "bool",
"label": "Buscar información extra (TMDB)",
"default": true,
"enabled": true,
"visible": true
}
]
}