From 8bb1a0baec7ee5c5928a463497abd45bf7dd2c4c Mon Sep 17 00:00:00 2001 From: Chris Bevan Date: Wed, 25 Nov 2015 16:55:01 +0000 Subject: [PATCH] various --- 1080i/DialogExtendedProgressBar.xml | 18 ++++++++++++++++++ 1080i/Includes_variables.xml | 3 +-- 1080i/SmartPlaylistRule.xml | 2 +- 1080i/View_MusicRecentItems.xml | 6 ++---- changelog.txt | 4 +--- extras/playlists/randomAlbums.xsp | 7 +++++++ extras/playlists/topAlbums.xsp | 7 +++++++ 7 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 extras/playlists/randomAlbums.xsp create mode 100644 extras/playlists/topAlbums.xsp diff --git a/1080i/DialogExtendedProgressBar.xml b/1080i/DialogExtendedProgressBar.xml index 273da53..be5daa8 100644 --- a/1080i/DialogExtendedProgressBar.xml +++ b/1080i/DialogExtendedProgressBar.xml @@ -27,6 +27,7 @@ + !StringCompare(control.getlabel(30),control.getlabel(31)) heading 24 0 @@ -42,6 +43,23 @@ + + StringCompare(control.getlabel(30),control.getlabel(31)) + heading + 24 + 0 + itemSubTitle + 468 + 60 + center + + black + - + + + + + message 24 diff --git a/1080i/Includes_variables.xml b/1080i/Includes_variables.xml index a43e1ba..d60f248 100644 --- a/1080i/Includes_variables.xml +++ b/1080i/Includes_variables.xml @@ -20,7 +20,7 @@ $LOCALIZE[20342] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR] $LOCALIZE[20343] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR] $INFO[container.foldername] - $LOCALIZE[31012] + $LOCALIZE[31012] $LOCALIZE[31053] $LOCALIZE[31058] @@ -29,7 +29,6 @@ $LOCALIZE[31182] $LOCALIZE[31199] [COLOR highlight]$INFO[container.foldername][/COLOR] - $INFO[container.foldername] $LOCALIZE[31053] diff --git a/1080i/SmartPlaylistRule.xml b/1080i/SmartPlaylistRule.xml index 8935626..e5e1536 100644 --- a/1080i/SmartPlaylistRule.xml +++ b/1080i/SmartPlaylistRule.xml @@ -192,7 +192,7 @@ Cancel - + - SendClick(129,19) diff --git a/1080i/View_MusicRecentItems.xml b/1080i/View_MusicRecentItems.xml index 373bd93..2a07b0e 100644 --- a/1080i/View_MusicRecentItems.xml +++ b/1080i/View_MusicRecentItems.xml @@ -38,12 +38,10 @@ colors/black.png ccffffff - col-1-begin row-6-begin - 24-col 0 @@ -236,12 +234,12 @@ noop - + 31187 noop - + 31181 noop diff --git a/changelog.txt b/changelog.txt index a6d7e0b..a8748cb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -34,11 +34,9 @@ ***To do*** -Finish Info screen rework for the OSD (match movie info style instead) +Finish Info screen rework for the OSD (match movie info style instead - use a fillbar for duration) Check extra button to dialogAddonInfo.xml (auto update) -Music smartplaylists - Touch support for file seeking etc on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems) diff --git a/extras/playlists/randomAlbums.xsp b/extras/playlists/randomAlbums.xsp new file mode 100644 index 0000000..9a3c1e1 --- /dev/null +++ b/extras/playlists/randomAlbums.xsp @@ -0,0 +1,7 @@ + + + randomAlbums + all + 10 + random + diff --git a/extras/playlists/topAlbums.xsp b/extras/playlists/topAlbums.xsp new file mode 100644 index 0000000..839429a --- /dev/null +++ b/extras/playlists/topAlbums.xsp @@ -0,0 +1,7 @@ + + + topAlbums + all + 10 + playcount +