bozza canale streamtime

This commit is contained in:
mac12m99
2019-08-12 21:39:40 +02:00
parent 0d931a0bd7
commit aa490aefe2
3 changed files with 99 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
{
"id": "streamtime",
"name": "streamtime",
"language": ["ita"],
"active": true,
"adult": false,
"thumbnail": "",
"banner": "",
"categories": ["tvshow", "movie"],
"settings": [
{
"id": "include_in_global_search",
"type": "bool",
"label": "Includi in Ricerca Globale",
"default": true,
"enabled": true,
"visible": true
},
{
"id": "include_in_newest_peliculas",
"type": "bool",
"label": "Includi in Novità - Film",
"default": true,
"enabled": true,
"visible": true
},
{
"id": "include_in_newest_italiano",
"type": "bool",
"label": "Includi in Novità - Italiano",
"default": true,
"enabled": true,
"visible": true
},
{
"id": "checklinks",
"type": "bool",
"label": "Verifica se i link esistono",
"default": false,
"enabled": true,
"visible": true
},
{
"id": "checklinks_number",
"type": "list",
"label": "Numero di link da verificare",
"default": 1,
"enabled": true,
"visible": "eq(-1,true)",
"lvalues": [ "5", "10", "15", "20" ]
}
]
}