From 33e1f8deedeef379f581048d0e95c2f22528bbcf Mon Sep 17 00:00:00 2001 From: beatmasterRS Date: Fri, 11 Jan 2019 15:15:32 +0100 Subject: [PATCH] [music info dialog] added support for record labels --- 1080i/DialogMusicInfo.xml | 18 ++++++++++++++---- 1080i/DialogVideoInfo.xml | 2 +- 1080i/Includes_Images.xml | 6 ++++-- 1080i/Includes_Labels.xml | 4 ++++ 1080i/SkinSettings.xml | 11 ++++++++++- 5 files changed, 33 insertions(+), 8 deletions(-) diff --git a/1080i/DialogMusicInfo.xml b/1080i/DialogMusicInfo.xml index 5d3b66233..08eae644d 100644 --- a/1080i/DialogMusicInfo.xml +++ b/1080i/DialogMusicInfo.xml @@ -168,6 +168,7 @@ 300 9000 62 + 50 50 list @@ -181,7 +182,7 @@ Tiny - + Dark2 50 @@ -212,9 +213,7 @@ 750 - - - + @@ -580,6 +579,17 @@ center + + + 120 + 180 + 0 + -185 + keep + $VAR[ThumbImageRecordLabelDialogInfo] + !String.IsEmpty(Skin.String(recordlabel.logos.path)) + + 36 diff --git a/1080i/DialogVideoInfo.xml b/1080i/DialogVideoInfo.xml index be244b50e..12c4317fc 100644 --- a/1080i/DialogVideoInfo.xml +++ b/1080i/DialogVideoInfo.xml @@ -211,7 +211,7 @@ 224 335 - right + right 60 180 diff --git a/1080i/Includes_Images.xml b/1080i/Includes_Images.xml index 61d87d7da..ff0ccdef6 100644 --- a/1080i/Includes_Images.xml +++ b/1080i/Includes_Images.xml @@ -194,8 +194,10 @@ $INFO[Skin.String(studio.logos.path),,/]$INFO[ListItem.Studio,,.png] - $INFO[Skin.String(record.labels.path),,/]$INFO[ListItem.Studio,,.png] - + $INFO[Skin.String(record.labels.path),,/]$INFO[ListItem.Studio,,.png] + + + $INFO[Skin.String(recordlabel.logos.path),,/]$INFO[ListItem.Property(Album_Label),,.png] $INFO[Player.Art(tvshow.poster)] diff --git a/1080i/Includes_Labels.xml b/1080i/Includes_Labels.xml index 3a05f8544..61a5ce54c 100644 --- a/1080i/Includes_Labels.xml +++ b/1080i/Includes_Labels.xml @@ -338,6 +338,10 @@ $INFO[Skin.String(studio.logos.name)] none + + $INFO[Skin.String(recordlabel.logos.name)] + none + mp3 diff --git a/1080i/SkinSettings.xml b/1080i/SkinSettings.xml index 75cb61583..76449bfc8 100644 --- a/1080i/SkinSettings.xml +++ b/1080i/SkinSettings.xml @@ -371,7 +371,16 @@ $VAR[Label_StudioIcons] RunScript(script.image.resource.select,property=studio.logos&type=resource.images.studios) - + + + + 1310 + ControlGroup(9100).HasFocus(9110) + DefSettingsButton + + $VAR[Label_RecordLabelIcons] + RunScript(script.image.resource.select,property=recordlabel.logos&type=resource.images.recordlabels) +