Files
addon/plugin.video.alfa/channels/miltorrents.json
2017-11-17 17:01:06 -03:00

32 lines
684 B
JSON
Executable File

{
"id": "miltorrents",
"name": "Miltorrents",
"active": true,
"adult": false,
"language": ["cast"],
"thumbnail": "http://imgur.com/KZoska0.png",
"banner": "miltorrents.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": "include_in_newest_torrent",
"type": "bool",
"label": "Incluir en Novedades - Torrent",
"default": true,
"enabled": true,
"visible": true
}
]
}