Tikipeter / tikipeter.github.io

93 stars 15 forks source link

Skinning - static list content #174

Open loggio opened 4 days ago

loggio commented 4 days ago

Hi there,

I've modified the default skin to display properly in PAL 4:3 resolution so I can use the addon when working on my old crt TVs.

One thing I would like to request is a workaround for your static list content in the settings windows to point to a separate file or separate includes.xml

This is so that any changes or content that you make to these windows does not need to be added/maintained across all skins. Is this possible?

Also, there is currently no way to select a skin on your addon, do you plan to add this option?

Tikipeter commented 4 days ago

Addons don't have access to many skin engine features. Unfortunately using includes is one of them.

Tikipeter commented 1 day ago

I'll include an alternative way of achieving what you want in the next update. I'll have to make the content each time the settings window is opened.

That should allow you to edit the xml and not worry about inserting any new settings when they're added.

loggio commented 19 hours ago

I'll include an alternative way of achieving what you want in the next update. I'll have to make the content each time the settings window is opened.

That should allow you to edit the xml and not worry about inserting any new settings when they're added.

Perfect. Thank you!