"sort by" button (1 Viewer)

z3us

Portal Pro
December 4, 2007
1,047
123
46
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
46
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

MP1 MP2 [solved] Ignore "The" for Sort Name? DE
Added to 1.38 Final
Added to 1.38 Final
I don't want to remove the title prefix from a movie title (i.e. "The Matrix" -> "Matrix, The", but I don't want to manually remove...
Replies
20
Views
2K
If everything works, I'll add it to 1.38 Pre
If everything works, I'll add it to 1.38 Pre
Would it be possible to add a star rating (1-5) for pictures in the database, preferably even within browsing files? This way, you...
Replies
11
Views
2K
That screen is generated by the file "MyVideo.xml", but it uses various other files too. When the list on the right is a list of episodes, the area in the middle contains the programme information for the episode that has the focus. In your screen shot, the list on the right is a list of folders. You could fill the area in the...
That screen is generated by the file "MyVideo.xml", but it uses various other files too. When the list on the right is a list of...
Can someone please assist me in the file name and location of which XML controls this screen. I want to create an additional box...
Replies
1
Views
881
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is "ACTION", the "cmdproperty" is the actual window id, but it makes sense that it is. Try this for yourself. First backup your working profile for the remote, then in the "Mapping" panel make a change to...
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is...
I would like to be able to go directly to the Scheduled recordings window without having to first go to the home menu. I saw this...
Replies
1
Views
1K
Sorry, it's my fault -- I did not notice that you are using MP2. :( MP1 has a separate configuration utility, similar to "TV Server Config". I have tried MP2 only a couple of times, and have never used it seriously. I don't know what MP2 supports with regard to adjusting audio delay, but I do know that all of the adjustments of...
Sorry, it's my fault -- I did not notice that you are using MP2. :( MP1 has a separate configuration utility, similar to "TV...
Hi. I recently upgraded my home cinema AVR which also meant changed from sending audio from my HTPC as 5.1 using optical to 7.1...
Replies
5
Views
1K
Top Bottom