diff --git a/1080i/DialogAddonInfo.xml b/1080i/DialogAddonInfo.xml index 84a9a16..968edbb 100644 --- a/1080i/DialogAddonInfo.xml +++ b/1080i/DialogAddonInfo.xml @@ -214,14 +214,14 @@ SendClick(146,8) - Control.IsEnabled(12) + SubString(Control.GetLabel(13),*) + Control.IsEnabled(8) + SubString(Control.GetLabel(13),*) - SendClick(146,13) - Control.IsEnabled(12) + !SubString(Control.GetLabel(13),*) + Control.IsEnabled(8) + !SubString(Control.GetLabel(13),*) - diff --git a/1080i/DialogProgress.xml b/1080i/DialogProgress.xml index 79fa0e1..e475045 100644 --- a/1080i/DialogProgress.xml +++ b/1080i/DialogProgress.xml @@ -39,7 +39,7 @@ 468 60 center - + black diff --git a/1080i/View_Photos.xml b/1080i/View_Photos.xml index ebda4f9..65a4d68 100644 --- a/1080i/View_Photos.xml +++ b/1080i/View_Photos.xml @@ -33,7 +33,7 @@ center center regularStrong - textActive + textDisabled @@ -45,7 +45,7 @@ center center buttonTitle - textActive + textDisabled diff --git a/1080i/View_VideoRecentItems.xml b/1080i/View_VideoRecentItems.xml index 7f29726..05ecc48 100644 --- a/1080i/View_VideoRecentItems.xml +++ b/1080i/View_VideoRecentItems.xml @@ -3,7 +3,6 @@ fadeInOut - @@ -24,7 +23,6 @@ stretch - @@ -38,7 +36,6 @@ colors/black.png ccffffff - @@ -48,10 +45,8 @@ - col-1-begin row-12-begin - Container(9123).HasFocus(1) 24-col @@ -65,7 +60,6 @@ true - Container(9123).HasFocus(2) 24-col @@ -81,7 +75,6 @@ - @@ -98,7 +91,8 @@ activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season]) Control.SetFocus(50) $INFO[control.getlabel(9123)] - + RunScript(script.skin.helper.service,action=showinfo,movieid=$INFO[container(9998).listitem.dbid]) + RunScript(script.skin.helper.service,action=showinfo,tvshowid=$INFO[container(9998).listitem.dbid]) 0 diff --git a/1080i/custom_musicPlayerFullscreen.xml b/1080i/custom_musicPlayerFullscreen.xml index 5256862..d346798 100644 --- a/1080i/custom_musicPlayerFullscreen.xml +++ b/1080i/custom_musicPlayerFullscreen.xml @@ -1,7 +1,6 @@ 9876 - RunScript(script.artistslideshow) activateWindow(MusicLibrary) Skin.SetString(showRecentMusicItems,true) @@ -130,15 +129,31 @@ 66FFFFFF + + Fake button - decorative only + MusicPlayer.HasNext + 3-col + 168 + 2-col-gutter + 1-row + smallStrong + center + black + black + colors/white.png + colors/white.png + + noop + - 3-col - 156 + 348 + 168 12-col itemSubTitle left 66FFFFFF false - + diff --git a/1080i/script-skin_helper_service-CustomInfo.xml b/1080i/script-skin_helper_service-CustomInfo.xml new file mode 100755 index 0000000..ff0b134 --- /dev/null +++ b/1080i/script-skin_helper_service-CustomInfo.xml @@ -0,0 +1,301 @@ + + + 5 + fadeInOut + + + + + + 0 + 0 + + + + + + + 0 + 0 + dimensionsFullscreen + colors/black.png + ffffffff + stretch + + + 0 + 0 + dimensionsFullscreen + $INFO[Container(999).listitem.art(fanart)] + ffffffff + stretch + kenBurnsey + + + dimensionsFullscreen + vignette.png + ffffffff + stretch + + + 1-col + row-22-begin + 6-col + 4-col + $INFO[Container(999).ListItem.Art(clearlogo)] + keep + + + + + col-15-begin + 0 + + + + + + + + + + 0 + 0 + 10-col + fullscreenHeight + colors/black.png + cc111111 + stretch + + + 0 + 0 + 10-col + row-5-begin + colors/white.png + highlight + stretch + + + 0 + row-5-begin + 10-col + 1-row + colors/white.png + stretch + + + + 12 + 7-row + 10-col + 6-row + false + + + 12 + 0 + 4-col-gutter + itemSubTitle + highlight + + - + + + 12 + 32 + 4-col-gutter + itemSubTitle + textActive + + - + + + + + + + + $INFO[Container(999).ListItem.year] + - + noop + + + + $INFO[Container(999).ListItem.director] + - + noop + + + + $INFO[Container(999).ListItem.genre] + - + noop + + + + $INFO[Container(999).ListItem.UserRating,,/10] + - + noop + + + + + + 24 + row-1-begin + + 0 + 0 + 672 + left + 3-row + center + pageTitle + textActive + + true + + + 0 + 4-row + 672 + left + itemSubTitle + black + + - + + + + 0 + 10-row + textbox + 672 + left + textActive + 484 + + + - + + + + + 0 + 26-row + 10-col + 6-row + 3 + vertical + + + 0 + 0 + 1-col-textbox + 2-row + stretch + colors/black.png + textboxInactive + + + 0 + 0 + 1-col + 2-row + center + center + symbolLarge + textActive + + - + + + 1-col + 0 + 4-col + 2-row + stretch + colors/black.png + textboxInactive + + + 1-col-indent + 0 + 4-col-gutter + 2-row + center + buttonTitle + textActive + + - + + + + + 0 + 0 + 1-col + 2-row + stretch + colors/white.png + highlight + spinFocusIcon + + + 1-col + 0 + 4-col + 2-row + stretch + colors/white.png + + + 0 + 0 + 1-col + 2-row + center + center + symbolLarge + textActive + + - + + + 1-col-indent + 0 + 4-col-gutter + 2-row + center + buttonTitle + black + + - + + + + + + + - + sendclick(2003,5) + + + + + - + PlayMedia($ESCINFO[Container(999).ListItem.Trailer]) + + + + + + + false + + play + + + + \ No newline at end of file diff --git a/addon.xml b/addon.xml index 374b977..4b80e13 100644 --- a/addon.xml +++ b/addon.xml @@ -2,6 +2,7 @@ + diff --git a/changelog.txt b/changelog.txt index ce94272..3708080 100644 --- a/changelog.txt +++ b/changelog.txt @@ -34,8 +34,14 @@ ***To do*** +Hide album cover on fullscreenmusic if no cover (e.g. radio) + +scripted video info screen TEST PLAYMEDIA WORKS + MyVideoPlaylist.xml +Use Appropriate weather backgrounds based on todays weather conditions + Finish Pictures section update (info screen esp.) Openelec settings link (more important than Rom collection browser stuff) @@ -43,9 +49,9 @@ Openelec settings link (more important than Rom collection browser stuff) PVR Recording indicators PVR Recording scheduler (integrate with recordings) -Check extra button to dialogAddonInfo.xml (auto update) +Check extra button to dialogAddonInfo.xml actually works (auto update) -on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems) +(use skin helper?) on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems) Radio RDS test @@ -54,6 +60,7 @@ Touchscreen controls on Android tablets (file seeking etc) Expand menu system to add options for sub menu etc (see xbox NXE for inspiration) + [B]0.1.0[/B] - Initial Commit diff --git a/colors/custom.xml b/colors/custom.xml deleted file mode 100644 index c720e0d..0000000 --- a/colors/custom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - ff111111 - ff222222 - ff00ae5f - 44ffffff - fff0f0f0 - ff757575 - aaf0f0f0 - ff919191 - 99FFFFFF - aa212121 - ffBDBDBD - \ No newline at end of file