Hi Skiners,
I have changed the type of the TVChannels listcontrol from updownlistcontrol to playlistcontrol in the file Settings_tvSort.XML. This was needed to get a better control of the sorting (equal to the playlist in myMusic).
You have to do the following changes in your skins, to adjust them to the new playlistcontrol:
1) Replace <type>updownlistcontrol</type> with
2) Add the following tags to the control:
and adjust the values to your needs.
The changes are already done for B2 and B2wide.
Bavarian
I have changed the type of the TVChannels listcontrol from updownlistcontrol to playlistcontrol in the file Settings_tvSort.XML. This was needed to get a better control of the sorting (equal to the playlist in myMusic).
You have to do the following changes in your skins, to adjust them to the new playlistcontrol:
1) Replace <type>updownlistcontrol</type> with
Code:
<type>playlistcontrol</type>
2) Add the following tags to the control:
Code:
<upBtnWidth>35</upBtnWidth>
<downBtnWidth>35</downBtnWidth>
<deleteBtnWidth>50</deleteBtnWidth>
<upBtnHeight>50</upBtnHeight>
<downBtnHeight>50</downBtnHeight>
<deleteBtnHeight>50</deleteBtnHeight>
<upBtnXOffset>327</upBtnXOffset>
<downBtnXOffset>362</downBtnXOffset>
<deleteBtnXOffset>397</deleteBtnXOffset>
and adjust the values to your needs.
The changes are already done for B2 and B2wide.
Bavarian