"sort by" button (1 Viewer)

z3us

Portal Pro
December 4, 2007
1,047
123
44
Home Country
Spain Spain
Hi
I want to remove the words "sort by" from its button in the films list screen, so the button only would show "rating","name","date", etc Is it possible?
thanks
 

zebons

Portal Pro
January 2, 2006
1,484
114
Hi
I want to remove the words "sort by" from its button in the films list screen, so the button only would show "rating","name","date", etc Is it possible?
thanks
Only by modifying your language file (for english users strings_en.xml in the language directory).
Strings used by that plugin for sort labels :
<String id="103">Sort by: Name</String>
<String id="366">Sort by: Year</String>
<String id="367">Sort by: Rating</String>
<String id="621">Sort by: Date</String>


Be carefull those modifications'll be actives for all MP's modules... and lost each time the language file'll be delivered ...
 

z3us

Portal Pro
December 4, 2007
1,047
123
44
Home Country
Spain Spain
TY
Perhaps u can help me.
I use spanish as language. My problem is that the whole text is too big and I can only see "Ordenar por:" ("sort by:"), the other word is out of the button.
My skin is xface and I have resized up all fonts... so What font number affects the text inside buttons???

I hope u could understand me
TY again
 

zebons

Portal Pro
January 2, 2006
1,484
114
TY
Perhaps u can help me.
I use spanish as language. My problem is that the whole text is too big and I can only see "Ordenar por:" ("sort by:"), the other word is out of the button.
My skin is xface and I have resized up all fonts... so What font number affects the text inside buttons???

I hope u could understand me
TY again
You can try to add a font clause ( <font>font14</font> ) and change the size in the sort button control (ID 2) in the MesFilms.xml file in the Xface skin directory :

<control>
<description>Sort button</description>
<type>sortbutton</type>
<id>2</id>
<onleft>6</onleft>
<onright>1026</onright>
<onup>6</onup>
<ondown>3</ondown>
<font>font8</font>
<textureFocus>menu_list_focus.png</textureFocus>
<disabledcolor>60ffffff</disabledcolor>
<label>103</label>
<textcolor>White</textcolor>
<textureNoFocus>menu_list_nofocus.png</textureNoFocus>
<textureAscendingFocused>arrow_round_up_focus.png</textureAscendingFocused>
<textureAscending>arrow_round_up_nofocus.png</textureAscending>
<textureDescending>arrow_round_down_nofocus.png</textureDescending>
<textureDescendingFocused>arrow_round_down_focus.png</textureDescendingFocused>
</control>

TY
Perhaps u can help me.
I use spanish as language. My problem is that the whole text is too big and I can only see "Ordenar por:" ("sort by:"), the other word is out of the button.
My skin is xface and I have resized up all fonts... so What font number affects the text inside buttons???

I hope u could understand me
TY again
You can try to add a font clause ( <font>font14</font> ) and change the size in the sort button control (ID 2) in the MesFilms.xml file in the Xface skin directory :

<control>
<description>Sort button</description>
<type>sortbutton</type>
<id>2</id>
<onleft>6</onleft>
<onright>1026</onright>
<onup>6</onup>
<ondown>3</ondown>
<font>font8</font>
<textureFocus>menu_list_focus.png</textureFocus>
<disabledcolor>60ffffff</disabledcolor>
<label>103</label>
<textcolor>White</textcolor>
<textureNoFocus>menu_list_nofocus.png</textureNoFocus>
<textureAscendingFocused>arrow_round_up_focus.png</textureAscendingFocused>
<textureAscending>arrow_round_up_nofocus.png</textureAscending>
<textureDescending>arrow_round_down_nofocus.png</textureDescending>
<textureDescendingFocused>arrow_round_down_focus.png</textureDescendingFocused>
</control>
 

Users who are viewing this thread

Similar threads

You can always try, select any window, turn off the Media Portal, change the ID of the selected one to the desired one (plugin) and check.
You can always try, select any window, turn off the Media Portal, change the ID of the selected one to the desired one (plugin) and...
I don't have a TV card in my HTPC setup, so I really only use plugins that browse and show media files, like MP TV-Series, Moving...
Replies
5
Views
440
Yes, unfortunately, this would need a code change to support it. Next time I'm doing something on the plugin I'll try and remember to add support for this sort order.
Yes, unfortunately, this would need a code change to support it. Next time I'm doing something on the plugin I'll try and...
Hi, I was wondering if there is anyone who might be able to help me out. Is there a way to either use the sort feature and/or a...
Replies
6
Views
854
I tried setting the windows screensaver to power off the display on my MP1 HTPC but in fact it only blanks the screen ("no video signal") on the TV I suspect the AVR has something to do with that. If I manually put the TV only into standby when TV is playing but paused then on wakeup I could not immediately take it out of pause and...
I tried setting the windows screensaver to power off the display on my MP1 HTPC but in fact it only blanks the screen ("no video...
Hi all, I´m using MP 1.30 at the moment and have a problem which also exists on my system on previous versions. So I don´t think...
Replies
3
Views
899
I had the same issue and found the executable under C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\BasicHome.Editor\TitanEditor.exe Only the shortcut was missing.
I had the same issue and found the executable under C:\ProgramData\Team...
Hi all, Not a rant, more a sharing of experience (maybe hoping to get some clarification on which wrong turn I took) It has been...
Replies
9
Views
2K
I have all of my media on a NAS. I guess it might just be a network issue, then.
I have all of my media on a NAS. I guess it might just be a network issue, then.
Whenever I go into the back end for Moving Pictures, it almost immediately hangs on the Movie Importer tab. If I want to go into...
Replies
4
Views
547
Top Bottom