diff --git a/16x9/DialogSeekBar.xml b/16x9/DialogSeekBar.xml index d72df12..3b579bc 100644 --- a/16x9/DialogSeekBar.xml +++ b/16x9/DialogSeekBar.xml @@ -5,6 +5,9 @@ !Player.HasGame + [VideoPlayer.IsFullscreen | Window.IsVisible(visualisation)] Player.Caching | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding | Player.ShowInfo | Window.IsVisible(DialogFullScreenInfo.xml) | Window.IsVisible(musicosd) | Window.IsVisible(videoosd) | Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(DialogBusy.xml) | Window.IsActive(DialogVolumeBar.xml) | Player.Muted | !String.IsEmpty(Player.SeekNumeric) 0 + Play + ClearProperty(OSDExtendedInfo,Home) + ClearProperty(extinfo,home) Window_Seekbar_Video diff --git a/16x9/Includes_Window.xml b/16x9/Includes_Window.xml index db7130b..4d781ae 100644 --- a/16x9/Includes_Window.xml +++ b/16x9/Includes_Window.xml @@ -1385,9 +1385,18 @@ Extra Info - - + SetProperty(OSDExtendedInfo,1,Home) + SetProperty(1190_MainLabel,$VAR[Furniture_TopBar_Header_MainLabel],home) + SetProperty(1190_SubLabel,$VAR[Furniture_TopBar_Header_SubLabel],home) + Pause + Action(Close) + + RunScript(plugin.video.themoviedb.helper,add_path=$INFO[Player.Title,videodb://movies/titles/?xsp=%7B%22order%22%3A%7B%22direction%22%3A%22ascending%22%2C%22ignorefolders%22%3A0%2C%22method%22%3A%22sorttitle%22%7D%2C%22rules%22%3A%7B%22and%22%3A%5B%7B%22field%22%3A%22title%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%5B%22,%22%5D%7D%5D%7D%2C%22type%22%3A%22movies%22%7D],call_auto=1190,return) + RunScript(plugin.video.themoviedb.helper,add_path=$INFO[VideoPlayer.TvShowTitle,videodb://tvshows/titles/?xsp=%7B%22order%22%3A%7B%22direction%22%3A%22ascending%22%2C%22ignorefolders%22%3A0%2C%22method%22%3A%22sorttitle%22%7D%2C%22rules%22%3A%7B%22and%22%3A%5B%7B%22field%22%3A%22title%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%5B%22,%22%5D%7D%5D%7D%2C%22type%22%3A%22tvshows%22%7D],call_auto=1190,return) + RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=movie&imdb_id=$INFO[VideoPlayer.IMDBNumber],call_auto=1190,return) + RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=movie&tmdb_id=$INFO[VideoPlayer.IMDBNumber],call_auto=1190,return) + RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=movie&query=$INFO[Player.Title],call_auto=1190,return) + RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=tv&query=$INFO[VideoPlayer.TvShowTitle],call_auto=1190,return) Defs_OSDButton diff --git a/addon.xml b/addon.xml index d143447..5a37e81 100644 --- a/addon.xml +++ b/addon.xml @@ -1,4 +1,4 @@ - +