Working on it.

IamWar schrieb:
What Channel-List are you using?
This skin has multiple channel-lists including the CoolTV Guide Channel list (which I personally prefer).
It will depend on this if you can enlarge the specific list without having cut-off texts all over the place.![]()
Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von IamWar ()
IamWar schrieb:
Update: AutoTimer ist in 1.34
Da ich ihn nicht nutze bitte um Feedback.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von IamWar ()
IamWar schrieb:
You have different channel lists like this one (vuplus-support.org/wbb3/index.…cf2bc051a192a6e3be04aad27).
If you hit the GUIDE key long the box should show you all available guides / channelselections
Re-Configuration of your key-assignments can be handled with the plugin "Multiquickbutton". For example I replaced the key-assignment for "Up" and "Down" with opening the Cool-Channel-Selection as in the picture above.
I guess the texts in there might be even smaller and harder to read for you.
For the selection you are using at the moment you could go into skin.xml and search for the screens called "ChannelSelection" and/or "SimpleChannelSelection".
There you fint the widget with name="list".
In order to change sizes you can edit the font-sizes in the attributes serviceNameFont, serviceNumberFont and serviceInfoFont to something bigger. If this does work but text is cut-off you might have to increase the serviceItemHeight as well (which is the height of each line-entry). If you find a fitting configuration for you, please let me know - I could probably add it to the default skin (since I am not using it - it would not disturb me or - even more important - my wife.
As an alternative you could create a skinpart for the specific screen - so an update of my skin would not mean that you'd have to update this each time I update the skin.
IamWar schrieb:
As far as I remember correctly you can create a subfolder "skinpart" in the skin directory and place XML files in there. The file can then contain the xml code for only the screens that you want to overwrite. You can find examples in the OpenStore (myMetrix).![]()
IamWar schrieb:
You should not have to use a specific name - as far as I see from other examples.
You can find examples for skinparts in the openstore. E.g. open-store.net/?page=view-skin…fobar%201.4%20MJC%20Style
There you can go to to view the source code. So it's just a section from an original skin.xml with your modifications. Just give it a meaningful name, you'll recognize in future.![]()
memnos schrieb:
Tnx Iamwar,IamWar schrieb:
You should not have to use a specific name - as far as I see from other examples.
You can find examples for skinparts in the openstore. E.g. open-store.net/?page=view-skin…fobar%201.4%20MJC%20Style
There you can go to to view the source code. So it's just a section from an original skin.xml with your modifications. Just give it a meaningful name, you'll recognize in future.![]()
i managed today to modify channel list, now i have to try some size to fit at best.
Than i'll try to make a skin part to see if it works and let you know.
In channel list, i see that after last line of channels there is a sort of transparent box and if last line is on it it's cut, what shall i modify to make the box fit?
Tnx
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von IamWar ()
IamWar schrieb:
Ich glaube IMDB habe ich nicht geskinnt. Ist dort oben Links eine Markierung zu sehen (ggfs. ein Text: BB007)?
IamWar schrieb:
memnos schrieb:
Tnx Iamwar,IamWar schrieb:
You should not have to use a specific name - as far as I see from other examples.
You can find examples for skinparts in the openstore. E.g. open-store.net/?page=view-skin…fobar%201.4%20MJC%20Style
There you can go to to view the source code. So it's just a section from an original skin.xml with your modifications. Just give it a meaningful name, you'll recognize in future.![]()
i managed today to modify channel list, now i have to try some size to fit at best.
Than i'll try to make a skin part to see if it works and let you know.
In channel list, i see that after last line of channels there is a sort of transparent box and if last line is on it it's cut, what shall i modify to make the box fit?
Tnx
The name="list" object has it's size attribute. It is size in pixels size=",". The height should be around 800px but should also be a multiplier of your defined serviceItemHeight. This should help to avoid that the last entry is cut-off.
(e.g. my height could be 800, serviceItemHeight 40 --> I'd have 20 full lines)