dev: bump to 0.1.88.0-dev TMDb Helper Player, Metadaten-Fix, Menü-Icons, Filmpalast veeve

This commit is contained in:
2026-04-10 14:07:01 +02:00
parent 29da28ebc3
commit a8a85ef14f
22 changed files with 301 additions and 44 deletions

View File

@@ -0,0 +1,21 @@
{
"name" : "ViewIT (SerienStream)",
"plugin" : "plugin.video.viewit",
"priority" : 1000,
"provider" : "SerienStream",
"is_resolvable" : "true",
"assert" : {
"play_movie": ["title"],
"play_episode": ["showname", "season", "episode"],
"search_movie": ["title"],
"search_episode": ["showname"]
},
"play_movie" : "plugin://plugin.video.viewit/?action=play_direct&plugin=Serienstream&type=movie&query={title_url}",
"play_episode" : "plugin://plugin.video.viewit/?action=play_direct&plugin=Serienstream&type=episode&query={showname_url}&season={season}&episode={episode}",
"search_movie" : [
"plugin://plugin.video.viewit/?action=plugin_search&plugin=Serienstream&query={title_url}"
],
"search_episode" : [
"plugin://plugin.video.viewit/?action=plugin_search&plugin=Serienstream&query={showname_url}"
]
}