From 826d874705be3324a10de5c8fdd1628cd3cec9e3 Mon Sep 17 00:00:00 2001 From: karandras Date: Mon, 10 Feb 2014 09:57:53 +0000 Subject: [PATCH 1/6] Update DialogVideoInfo.xml Added video extras button to movie information screen --- 720p/DialogVideoInfo.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/720p/DialogVideoInfo.xml b/720p/DialogVideoInfo.xml index a66df98d..b3bb838b 100644 --- a/720p/DialogVideoInfo.xml +++ b/720p/DialogVideoInfo.xml @@ -1,5 +1,8 @@  +XBMC.RunScript(script.tvtunes,backend=True) + XBMC.RunScript(script.videoextras,check,"$INFO[ListItem.FilenameAndPath]") + XBMC.RunScript(script.videoextras,hasExtras,flag,"$INFO[ListItem.FilenameAndPath]") 8 no @@ -1255,8 +1258,18 @@ XBMC.RunScript(script.artwork.downloader, mode=custom, mediatype=tvshow, clearart, tvthumb, poster, banner, fanart, clearlogo, dbid=$INFO[ListItem.DBID]) Container.Content(tvshows) + !Skin.HasSetting(LockViews) + + Extras + ButtonInfoDialogsCommonValues + + XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]") + System.HasAddon(script.videoextras) + + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)] + + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton")) + System.HasAddon(script.videoextras) + !IsEmpty(Window(movieinformation).Property(flag)) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(TVShows)] + - \ No newline at end of file + From acd717aa3951aeda220df2bc5cd404349e8ab32c Mon Sep 17 00:00:00 2001 From: karandras Date: Wed, 12 Feb 2014 15:36:36 +0000 Subject: [PATCH 2/6] Update SkinSettings.xml Fixed label positions on skin settings --- 720p/SkinSettings.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/720p/SkinSettings.xml b/720p/SkinSettings.xml index 47388520..6b2fa75d 100644 --- a/720p/SkinSettings.xml +++ b/720p/SkinSettings.xml @@ -1,4 +1,4 @@ - + 9000 @@ -55,7 +55,7 @@ 135 - 25 + -10 230 font24caps_title @@ -78,7 +78,7 @@ 135 - 25 + -10 230 @@ -3649,4 +3649,4 @@ Time - \ No newline at end of file + From a46a543cbfe23fa10a88dadeb2dac453fce19c74 Mon Sep 17 00:00:00 2001 From: karandras Date: Wed, 12 Feb 2014 15:38:44 +0000 Subject: [PATCH 3/6] Update DialogSeekBar.xml fixed label positions on seekbar --- 720p/DialogSeekBar.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/720p/DialogSeekBar.xml b/720p/DialogSeekBar.xml index d9119a8d..944a6e1f 100644 --- a/720p/DialogSeekBar.xml +++ b/720p/DialogSeekBar.xml @@ -1,4 +1,4 @@ - + Window.IsActive(2005) + !Window.IsActive(SubtitleSearch) + !Window.IsActive(2901) + !Window.IsActive(142) + !Control.IsVisible(10) + [Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding] @@ -16,10 +16,10 @@ buffering label - 465 + 65 15 - 300 + 30 center center red @@ -152,11 +152,11 @@ VideoPlayer.Content(episodes)+ ![[Player.Paused + Player.Caching] + !Player.Seeking] - 140 + 80 120 300 25 - right + left Font_RSS_Unicode mainblue @@ -176,11 +176,11 @@ !VideoPlayer.Content(episodes)+ ![[Player.Paused + Player.Caching] + !Player.Seeking] - 130 + 20 121 300 25 - right + left Font_RSS_Unicode mainblue @@ -528,4 +528,4 @@ - \ No newline at end of file + From f29138a98dab7849a9ff80216f4a8cdf2b0a79f5 Mon Sep 17 00:00:00 2001 From: karandras Date: Wed, 12 Feb 2014 15:39:54 +0000 Subject: [PATCH 4/6] Update DialogFullScreenInfo.xml fixed label positions on dialog full screen info --- 720p/DialogFullScreenInfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/720p/DialogFullScreenInfo.xml b/720p/DialogFullScreenInfo.xml index 9d14aa6c..ae680f27 100644 --- a/720p/DialogFullScreenInfo.xml +++ b/720p/DialogFullScreenInfo.xml @@ -76,7 +76,7 @@ osd/slidernibfo1.png Player.Progress13013540020!Skin.HasSetting(no_global_clock) - 125 + -180 125 300 25 From 36ddc5925fc016059191527c46d257f78a16c524 Mon Sep 17 00:00:00 2001 From: karandras Date: Wed, 12 Feb 2014 15:41:32 +0000 Subject: [PATCH 5/6] Update DialogOk.xml updated to gotham skinning requirements --- 720p/DialogOk.xml | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/720p/DialogOk.xml b/720p/DialogOk.xml index f19f2b77..4424c62e 100644 --- a/720p/DialogOk.xml +++ b/720p/DialogOk.xml @@ -43,41 +43,17 @@ center white - - dialog line 1 + + text 20 60 560 30 center - center - - white - Font_Neon_20 - - - dialog line 2 - 20 - 85 - 560 - 30 - center - center - - Font_Neon_20 - white - - - dialog line 3 - 20 - 110 - 560 - 30 - center - center Font_Neon_20 white + Skin.HasSetting(AutoScroll) OK button @@ -100,4 +76,4 @@ - \ No newline at end of file + From 4773ec19bdc63bfae528ad2bf43ccec7ab55d4f4 Mon Sep 17 00:00:00 2001 From: karandras Date: Wed, 12 Feb 2014 16:01:57 +0000 Subject: [PATCH 6/6] Update MyVideoNav.xml Updated myvideonav.xml for gotham removed flatten and stack buttons --- 720p/MyVideoNav.xml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/720p/MyVideoNav.xml b/720p/MyVideoNav.xml index 77b5369a..e2b25dbb 100644 --- a/720p/MyVideoNav.xml +++ b/720p/MyVideoNav.xml @@ -1,4 +1,4 @@ - + RunScript(script.tvtunes,backend=True&loop=False) @@ -392,19 +392,6 @@ Search - - - Flatten - 170 - WindowMenuButton_Vertical - - !Skin.HasSetting(LockViews) - PartyMode @@ -496,4 +483,4 @@ Time Library Totals - \ No newline at end of file +