diff --git a/720p/DialogMusicInfo.xml b/720p/DialogMusicInfo.xml index 0ec2af3..f71e164 100644 --- a/720p/DialogMusicInfo.xml +++ b/720p/DialogMusicInfo.xml @@ -76,7 +76,7 @@ 0 0 - 140 + 160 30 font13 right @@ -86,9 +86,9 @@ ListItem.Label - 150 + 170 0 - 610 + 590 30 font13 left @@ -111,7 +111,7 @@ 0 0 - 140 + 160 30 font13 right @@ -121,9 +121,9 @@ ListItem.Label - 150 + 170 0 - 610 + 590 30 font13 left diff --git a/720p/Home.xml b/720p/Home.xml index c7a5a6b..7ff3479 100644 --- a/720p/Home.xml +++ b/720p/Home.xml @@ -1189,54 +1189,54 @@ 55r Window_OpenClose_Animation - Power push button + Favourites push button 55 0 45 45 - ActivateWindow(ShutdownMenu) + ActivateWindow(Favourites) floor_buttonFO.png floor_button.png 21 - 21 + noop 9002 9003 - Power Icon + Favourites Icon 60 5 35 35 keep - icon_power.png + icon_favourites.png - Favourites push button + Power push button 0 0 45 45 - ActivateWindow(Favourites) + ActivateWindow(ShutdownMenu) floor_buttonFO.png floor_button.png - 20 + noop 20 9002 9003 - Favourites Icon + Power Icon 5 5 35 35 keep - icon_favourites.png + icon_power.png diff --git a/720p/Includes.xml b/720p/Includes.xml index 7ed3b45..a9d8c28 100644 --- a/720p/Includes.xml +++ b/720p/Includes.xml @@ -1962,6 +1962,26 @@ $INFO[ListItem.Property(Artist_YearsActive)] !String.IsEmpty(ListItem.Property(Artist_YearsActive)) + + + $INFO[ListItem.Property(Artist_Sortname)] + !String.IsEmpty(ListItem.Property(Artist_Sortname)) + + + + $INFO[ListItem.Property(Artist_Type)] + !String.IsEmpty(ListItem.Property(Artist_Type)) + + + + $INFO[ListItem.Property(Artist_Gender)] + !String.IsEmpty(ListItem.Property(Artist_Gender)) + + + + $INFO[ListItem.Property(Artist_Disambiguation)] + !String.IsEmpty(ListItem.Property(Artist_Disambiguation)) + diff --git a/addon.xml b/addon.xml index bb19876..e33d8c8 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -145,6 +145,6 @@ resources/screenshot-08.jpg resources/screenshot-09.jpg - Added support for new episode spoilers feature. + Updated music artist info.