From 05ecab0478e39b8c355c37d72048b937ee8c9f1a Mon Sep 17 00:00:00 2001 From: Chris Bevan Date: Sat, 25 Mar 2017 13:14:51 +0000 Subject: [PATCH] Tweaks to music playlist --- 1080i/Includes.xml | 2 + 1080i/MyPlaylist.xml | 2 +- 1080i/View_MusicPlaylist.xml | 176 ++++++++++++++++++++++------------- changelog.txt | 1 + 4 files changed, 116 insertions(+), 65 deletions(-) diff --git a/1080i/Includes.xml b/1080i/Includes.xml index 27a6ef5..c8ce915 100644 --- a/1080i/Includes.xml +++ b/1080i/Includes.xml @@ -33,6 +33,8 @@ container.content(episodes) + !Substring(Container.folderpath,plugin) container.content(musicvideos) + !Substring(Container.folderpath,plugin) + container.content(playlists) + !Substring(Container.folderpath,plugin) + diff --git a/1080i/MyPlaylist.xml b/1080i/MyPlaylist.xml index 9ef170f..9856871 100644 --- a/1080i/MyPlaylist.xml +++ b/1080i/MyPlaylist.xml @@ -51,7 +51,7 @@ 0 0 12-col - 1-row + 2-row 0 horizontal diff --git a/1080i/View_MusicPlaylist.xml b/1080i/View_MusicPlaylist.xml index 37db248..27fb26d 100644 --- a/1080i/View_MusicPlaylist.xml +++ b/1080i/View_MusicPlaylist.xml @@ -6,7 +6,7 @@ col-1-begin row-5-begin - 24-col + 15-col 23-row 9000 60 @@ -15,21 +15,12 @@ 9000 60 200 - + 1-col 0 - 21-col-indent - 69 - stretch - colors/black.png - overlay - - - 1599 - 0 - 2-col - 69 + 14-col + 87 stretch colors/black.png overlay @@ -37,7 +28,7 @@ ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi 12 - 0 + 12 1-col-gutter 1-col-gutter equaliser.gif @@ -60,7 +51,7 @@ 0 0 1-col-textbox - 2-row + 90 center center symbolLarge @@ -71,7 +62,7 @@ !ListItem.IsPlaying 0 - 3 + 12 66 66 stretch @@ -79,20 +70,42 @@ 1-col-indent - 0 - 11-col-gutter + -8 + 6-col 2-row center itemTitle textActive - - + + + + 1-col-indent + 26 + 6-col + 2-row + center + smallStrong + textActive + - + + + + 15-col + 0 + 6-col + 2-row + center + itemTitle + textActive + - + 24 0 3-col-gutter - 2-row + 87 center right itemTitle @@ -100,34 +113,13 @@ - - - 2-col - 0 - 8-col-gutter - 2-row - right - center - itemTitle - textActive - - - - - + 1-col 0 - 21-col-indent - 69 - stretch - colors/white.png - highlight - - - 1599 - 0 - 2-col - 69 + 14-col + 87 stretch colors/white.png highlight @@ -135,7 +127,7 @@ ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi 12 - 0 + 12 1-col-gutter 1-col-gutter equaliser.gif @@ -149,7 +141,7 @@ 0 0 1-col-textbox - 2-row + 90 center center symbolLarge @@ -166,7 +158,7 @@ 0 0 1-col-textbox - 2-row + 90 center center symbolLarge @@ -181,7 +173,7 @@ !ListItem.IsPlaying 0 - 3 + 12 66 66 stretch @@ -193,20 +185,42 @@ 1-col-indent - 0 - 11-col-gutter + -8 + 6-col 2-row center itemTitle textActive - - + + + + 1-col-indent + 26 + 6-col + 2-row + center + smallStrong + textActive + - + + + + 15-col + 0 + 6-col + 2-row + center + itemTitle + textActive + - + 24 0 3-col-gutter - 2-row + 87 center right itemTitle @@ -214,20 +228,54 @@ - - - 2-col - 0 - 8-col-gutter - 2-row - right - center - itemTitle - textActive - - - - + + + col-17-begin + row-5-begin + + 0 + 0 + 4-col + 4-col + stretch + $INFO[container(59).listitemAbsolute(2).art(thumb)] + + + 4-col + 0 + 4-col + 4-col + stretch + $INFO[container(59).listitemAbsolute(4).art(thumb)] + + + 0 + 4-col + 4-col + 4-col + stretch + $INFO[container(59).listitemAbsolute(6).art(thumb)] + + + 4-col + 4-col + 4-col + 4-col + stretch + $INFO[container(59).listitemAbsolute(8).art(thumb)] + + + 0 + 0 + 8-col + 8-col + vignette.png + ffffffff + stretch + + diff --git a/changelog.txt b/changelog.txt index 08c9685..956c478 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ **Changelog** [PLANNED WORKS] +- Improve playlist display in music view (rework as per video) [V1.2.0] - [NEW] Extended fanart support for video info and seasons (active by default)