From 05a6ade3484ad75b8ed6870bce645eb2b4aaaf18 Mon Sep 17 00:00:00 2001 From: DaVukovic Date: Sun, 22 Apr 2018 13:24:33 +0200 Subject: Add functionality to show profile name --- addons/skin.estuary/xml/Includes.xml | 25 +++++++++++++++++++++++++ addons/skin.estuary/xml/SkinSettings.xml | 6 ++++++ addons/skin.estuary/xml/Variables.xml | 5 +++++ 3 files changed, 36 insertions(+) (limited to 'addons/skin.estuary/xml') diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml index a8fb1562d8..5953bf2f76 100644 --- a/addons/skin.estuary/xml/Includes.xml +++ b/addons/skin.estuary/xml/Includes.xml @@ -893,6 +893,31 @@ right + + Integer.IsGreater(System.ProfileCount,1) + !Player.HasMedia + + Skin.HasSetting(show_profileavatar) + 25 + -70 + 50 + 50 + WindowClose + $INFO[System.ProfileThumb] + scale + + + Skin.HasSetting(show_profilename) + font45 + right + -630 + text_shadow + center + 110 + auto + WindowClose + + + font_clock text_shadow diff --git a/addons/skin.estuary/xml/SkinSettings.xml b/addons/skin.estuary/xml/SkinSettings.xml index 0f2ed54034..a342cea21f 100644 --- a/addons/skin.estuary/xml/SkinSettings.xml +++ b/addons/skin.estuary/xml/SkinSettings.xml @@ -67,6 +67,12 @@ Skin.SelectBool($LOCALIZE[31024], 38018|circle_userrating, 563|circle_rating, 16018|) $VAR[RatingSettingLabel2Var] + + + DefaultSettingButton + Skin.SelectBool(31164, 31165|show_profilename, 31166|show_profileavatar, 16018|show_none) + $VAR[ProfileIdentificationLabel2Var] + 160 diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index fd4bb7f4ba..d57aeba763 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -141,6 +141,11 @@ $LOCALIZE[38018] $LOCALIZE[16018] + + $LOCALIZE[31165] + $LOCALIZE[31166] + $LOCALIZE[16018] + icons/addonstatus/disable.png icons/addonstatus/orphan.png -- cgit v1.2.3