"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
4K
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that these were never part of the install package itself, but rather downloaded during the install, and that link no longer exists. Shame that the installer doesn't indicate this. Last time when I installed the...
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that...
Hi all, I've recently retired my MP2 setup for my main HTPC and gone back to separates, but I wanted to retain the ability to play...
Replies
4
Views
785
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
4K
Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
Replies
2
Views
590
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
1K
Top Bottom