diff --git a/1080i/Custom_SetHub.xml b/1080i/Custom_SetHub.xml index a3745f2..c649dcc 100644 --- a/1080i/Custom_SetHub.xml +++ b/1080i/Custom_SetHub.xml @@ -101,7 +101,74 @@ - + + All Movies + + special://skin/extras/icons/title.png + Skin.SetString(moviehub.1.Label,$LOCALIZE[31156]) + Skin.SetString(moviehub.1.Icon,special://skin/extras/icons/title.png) + Skin.SetString(moviehub.1.Path,ActivateWindow(Videos,MovieTitles,return)) + Close + + + + Recent Movies + + 20342 + special://skin/extras/icons/timer.png + Skin.SetString(moviehub.1.Label,$LOCALIZE[31109]) + Skin.SetString(moviehub.1.Icon,special://skin/extras/icons/timer.png) + Skin.SetString(moviehub.1.Path,ActivateWindow(Videos,RecentlyAddedMovies,return)) + Close + + + + Genre Movies + + 20342 + special://skin/extras/icons/genre.png + Skin.SetString(moviehub.1.Label,$LOCALIZE[135]) + Skin.SetString(moviehub.1.Icon,special://skin/extras/icons/genre.png) + Skin.SetString(moviehub.1.Path,ActivateWindow(Videos,MovieGenres,return)) + Close + + + + Files Videos + + 10025 + special://skin/extras/icons/files.png + Skin.SetString(moviehub.1.Label,$LOCALIZE[1214]) + Skin.SetString(moviehub.1.Icon,special://skin/extras/icons/files.png) + Skin.SetString(moviehub.1.Path,ActivateWindow(videos,Files,return)) + Close + + + + + Playlists Videos + + 10025 + special://skin/extras/icons/playlist.png + Skin.SetString(moviehub.1.Label,$LOCALIZE[136]) + Skin.SetString(moviehub.1.Icon,special://skin/extras/icons/playlist.png) + Skin.SetString(moviehub.1.Path,ActivateWindow(videos,special://videoplaylists/,return)) + Close + + + + Update Videos + + 10025 + special://skin/extras/icons/update.png + Skin.SetString(moviehub.1.Label,$LOCALIZE[653]) + Skin.SetString(moviehub.1.Icon,special://skin/extras/icons/update.png) + Skin.SetString(moviehub.1.Path,UpdateLibrary(video)) + Close + + + + Custom Addon 24001 @@ -116,7 +183,7 @@ Skin.SetBool($INFO[Window(3067).Property(item),,.enabled]) - + Custom Video Playlist 20012 @@ -129,7 +196,7 @@ Skin.SetBool($INFO[Window(3067).Property(item),,.enabled]) - + Custom Fav 1036 @@ -138,7 +205,10 @@ Skin.SetBool($INFO[Window(3067).Property(item),,.enabled]) - + + + + Custom Path 748 @@ -147,7 +217,7 @@ Skin.SetString($INFO[Window(3067).Property(item),,.Path]) - + Custom Label 13334 @@ -155,7 +225,7 @@ Skin.SetString($INFO[Window(3067).Property(item),,.label]) - + Custom Icon 31165 @@ -165,18 +235,7 @@ - - Remove - - special://skin/extras/icons/forbidden.png - Skin.Reset($INFO[Window(3067).Property(item),,.label]) - Skin.Reset($INFO[Window(3067).Property(item),,.icon]) - Skin.Reset($INFO[Window(3067).Property(item),,.enabled]) - Close - - - - + Done special://skin/extras/icons/close.png diff --git a/1080i/DialogSeekBar.xml b/1080i/DialogSeekBar.xml index 10d5b3f..1344916 100644 --- a/1080i/DialogSeekBar.xml +++ b/1080i/DialogSeekBar.xml @@ -26,7 +26,7 @@ 251 280 Conditional - Window.IsVisible(visualisation) + [[[Window.IsVisible(musicosd) | Player.ShowInfo] + Skin.HasSetting(Vis.ExtraInfo)] | Window.IsVisible(script-XBMC_Lyrics-main.xml)] + Window.IsVisible(visualisation) + [[[Window.IsVisible(musicosd) | Player.ShowInfo] + Skin.HasSetting(Vis.ExtraInfo)] | Window.IsVisible(script-cu-lrclyrics-main.xml)] Animation.SlideOpen.LeftToRight 1416 @@ -73,7 +73,7 @@ justify Font-ListInfo - !Window.IsVisible(script-XBMC_Lyrics-main.xml) + !Window.IsVisible(script-cu-lrclyrics-main.xml) diff --git a/1080i/SkinSettings.xml b/1080i/SkinSettings.xml index 7fd5acc..8e0c466 100644 --- a/1080i/SkinSettings.xml +++ b/1080i/SkinSettings.xml @@ -21,7 +21,7 @@ WindowClose Hidden DialogVisibility - Conditional + !Window.IsVisible(3067) @@ -29,7 +29,7 @@ topoffset !Window.IsVisible(3065) + !Window.IsVisible(3078) DialogVisibility - Conditional + !Window.IsVisible(3067) Animation.SlideOpen.Left DefSideLabelCoords @@ -40,7 +40,7 @@ 160 Conditional - Conditional + !Window.IsVisible(3067) DialogVisibility Animation.FadeIn Animation.FadeOut diff --git a/1080i/script-XBMC_Lyrics-main.xml b/1080i/script-cu-lrclyrics-main.xml similarity index 100% rename from 1080i/script-XBMC_Lyrics-main.xml rename to 1080i/script-cu-lrclyrics-main.xml diff --git a/changelog.txt b/changelog.txt index a93c04b..2fa2a1f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ [B]1.1.8[/B] Kaitoast changes +Fix lyrics window [B]1.1.7[/B] Fully Customisable Hubs for Movies, TvShows and Music (resets previous customisations)