MQ6 - Widget Titles
#1
Not sure if this is a skinning deal or if I need to post in the addon section. When at the home screen, any menu option that has a widget, has the name of the widget directly below it (Movies - Random / Albums - Recently Added). How can I hide that label? I have my widgets setup in kiosk mode so they can't be changed, so I really don't need a label.
Reply
#2
So.....is this an MQ file I can edit or should I be looking at the widgets/skin info addons?
Reply
#3
Home.xml delete labels for widgets

Code:
<control type="label"><!-- video -->
    <include>MainMenuWidgetsMode</include>
    <label>$VAR[value_widgetsmodevideo] $VAR[value_widgetscounter]</label>    
    <visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100) + Control.IsVisible(510)] + StringCompare(Container(9000).ListItem.Property(target),video)</visible>
    </control>
    <control type="label"><!-- musica -->
    <include>MainMenuWidgetsMode</include>
    <label>$VAR[value_widgetsmodemusic] $VAR[value_widgetscounter]</label>    
    <visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100) + Control.IsVisible(510)] + StringCompare(Container(9000).ListItem.Property(target),music)</visible>
    </control>
.
..
.
.
.
For video,music,extra...alllllllllllllllll
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#4
oh sweet, thank you so much Angelinas! You are the man!!

*EDIT* Ok, so what exactly do I do with this code? I placed it in the beginning of home.xml and a no go. I placed it at the end and no go. I went through home.xml and tried to remove widget titles, but the only thing I was able to accomplish was removing the labels from choosing the widgets. Maybe I didn't explain well enough or I'm just too stupid to know what I'm looking for. I have NO skills in coding and am barely scraping by with what you have posted in other forum sections. I have attached a screenshot of what I am trying to accomplish in case I didn't explain well enough.

Thank you for your time and patience!

Image
Reply
#5
+1
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#6
Home.xml delete labels for widgets......

Read this "delete" - erase - clean - remove - destroyed ,one of this word is what I mean....


This mean to delete this lines not to add
PHP Code:
<control type="label"><!-- video -->
    <include>
MainMenuWidgetsMode</include>
    <
label>$VAR[value_widgetsmodevideo$VAR[value_widgetscounter]</label>    
    <
visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100) + Control.IsVisible(510)] + StringCompare(Container(9000).ListItem.Property(target),video)</visible>
    </
control
This is for video's
Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#7
(2015-08-24, 23:29)Angelinas Wrote: Home.xml delete labels for widgets......

Read this "delete" - erase - clean - remove - destroyed ,one of this word is what I mean....


This mean to delete this lines not to add
PHP Code:
<control type="label"><!-- video -->
    <include>
MainMenuWidgetsMode</include>
    <
label>$VAR[value_widgetsmodevideo$VAR[value_widgetscounter]</label>    
    <
visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100) + Control.IsVisible(510)] + StringCompare(Container(9000).ListItem.Property(target),video)</visible>
    </
control
This is for video's
Image

I apologize for not stating the obvious that I looked for that code in the xml.....I figured I was doing something wrong or that MAYBE I had modified my home.xml already and didn't realize it, so I redownloaded the skin and checked home.xml and those lines do not exist. I downloaded version 2.4.0(the one released here on the forums), maybe that's the difference? Like I said, I just downloaded that from the forums and those lines of code do not exist in home.xml. Next time, try not to be a prick. I'll go ahead and figure this one out on my own, seems to be a better way without feeling stupid after saying I'm trying and thanking you so much for the help already. So, again thank you for the help you have provided.
Reply
#8
(2015-08-24, 23:29)Angelinas Wrote: Home.xml delete labels for widgets......

Read this "delete" - erase - clean - remove - destroyed ,one of this word is what I mean....


This mean to delete this lines not to add
PHP Code:
<control type="label"><!-- video -->
    <include>
MainMenuWidgetsMode</include>
    <
label>$VAR[value_widgetsmodevideo$VAR[value_widgetscounter]</label>    
    <
visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100) + Control.IsVisible(510)] + StringCompare(Container(9000).ListItem.Property(target),video)</visible>
    </
control
This is for video's

Can you please upload Home.xml with these changes?

Couldn't find <control type="label"><!-- video --> anywhere in this xml.

Thanks!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#9
@movie78:

try to find: <label>$VAR[value_widgets

you should get 3 hits:
videos
music
others
Reply
#10
(2015-08-25, 08:37)zeifink Wrote: @movie78:

try to find: <label>$VAR[value_widgets

you should get 3 hits:
videos
music
others

This is what i found

Code:
<label>$VAR[value_widgetsmode] $VAR[value_widgetsmodecounter]</label>    
    <include>Animation_WidgetsSelector</include>
    <animation effect="slide" start="0,0" end="0,-190" condition="Skin.HasSetting(higherwidgets)  | Skin.HasSetting(highermainmenu) + Skin.HasSetting(higherwidgets)">Conditional</animation>
    <visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100)] + ![StringCompare(Container(9000).ListItem.Property(widgets),weather) | StringCompare(Container(9000).ListItem.Property(id),weather)]</visible>
    </control>    
    </control>
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#11
hm, can't help with that. if no one can help you in time, i could upload my home.xml as soon as i get home.
Reply
#12
(2015-08-25, 13:18)zeifink Wrote: hm, can't help with that. if no one can help you in time, i could upload my home.xml as soon as i get home.

NP.

Thanks for your help!!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#13
(2015-08-25, 13:34)movie78 Wrote:
(2015-08-25, 13:18)zeifink Wrote: hm, can't help with that. if no one can help you in time, i could upload my home.xml as soon as i get home.

NP.

Thanks for your help!!

there you go: edit
Reply
#14
(2015-08-25, 21:44)zeifink Wrote:
(2015-08-25, 13:34)movie78 Wrote:
(2015-08-25, 13:18)zeifink Wrote: hm, can't help with that. if no one can help you in time, i could upload my home.xml as soon as i get home.

NP.

Thanks for your help!!

there you go: https://qualy.biz/G5kE/Home.xml
Thanks for your help..
Will try when i get home.

Did a comparison check with the original Home.xml and your and there is a lot of changes.
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#15
Code:
    <control type="label">
    <left>340</left>
    <top>517</top>
    <width>600</width>
    <height>27</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20</font>
    <textcolor>FFFFFAF0</textcolor>
    <label>$VAR[value_widgetsmode] $VAR[value_widgetsmodecounter]</label>    
    <include>Animation_WidgetsSelector</include>
    <animation effect="slide" start="0,0" end="0,-190" condition="Skin.HasSetting(higherwidgets)  | Skin.HasSetting(highermainmenu) + Skin.HasSetting(higherwidgets)">Conditional</animation>
    <visible>[Control.IsVisible(510) + Control.IsVisible(8003) | Control.HasFocus(5100)] + ![StringCompare(Container(9000).ListItem.Property(widgets),weather) | StringCompare(Container(9000).ListItem.Property(id),weather)]</visible>
    </control>    
    </control>

This is the section of code I was looking for. Delete where it says label and the widget titles are gone. This is based off of 2.4.0 released here on the forums. Starts at about line 1000
Reply

Logout Mark Read Team Forum Stats Members Help
MQ6 - Widget Titles0