12 lines
497 B
JSON
12 lines
497 B
JSON
{
|
|
"name" : "ViewIT (Globale Suche)",
|
|
"plugin" : "plugin.video.viewit",
|
|
"priority" : 900,
|
|
"assert" : {
|
|
"search_movie": ["title"],
|
|
"search_episode": ["showname"]
|
|
},
|
|
"search_movie" : "plugin://plugin.video.viewit/?action=search&query={title_url}",
|
|
"search_episode" : "plugin://plugin.video.viewit/?action=search&query={showname_url}"
|
|
}
|