Release Skin XML Converter + Formatter
phil65,

Once again thanks for this super tool, it has pointed out numerous problems with my skin over the years. This time I'm pretty sure the problem is with the tool and not my skin.

When scanning the skin for problems with includes the tool flags a number of include files as not being used when they are in fact are, for example:

PHP Code:
Unused Include: HorzHomeMenu - [Includes_HorzHome.xml Line 3

In my skin, I am using the following line to include the above include in my Home.xml file.

PHP Code:
    <include condition="Skin.HasSetting(homemenu-horizontal) | [!Skin.HasSetting(homemenu-vertical) + !Skin.HasSetting(homemenu-icon)]" file="Includes_HorzHome.xml">HorzHomeMenu</include> 

I think the issue with the line that your program does not pickup is that I use file="Includes_HorzHome.xml", which is a valid way to include code within Kodi. That is instead of pulling all of the include type files into the main includes.xml file and then accessing the include from there I choose to include directly from my assorted custom include files and hopefully save a little bit of memory.

Hope I have made the problem clear. I'm pretty sure this has happened with all versions of the tool, but it definitely is a problem with 1.2.6

Wyrm (AppTV)
If required a FULL debug log can now be submitted from the skin in settings->skin settings->support. Or follow instructions here if you can't access skin settings.

FAQ's located at :- http://kodi.wiki/view/Add-on:AppTV
Reply


Messages In This Thread
Skin XML Converter + Formatter - by phil65 - 2012-05-30, 00:17
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-06-04, 02:14
RE: [RELEASE] Skin XML Converter - by Jezz_X - 2012-06-04, 05:24
RE: [RELEASE] Skin XML Converter - by Tobby - 2012-06-04, 06:13
RE: [RELEASE] Skin XML Converter - by Jezz_X - 2012-06-04, 07:07
RE: [RELEASE] Skin XML Converter - by Jezz_X - 2012-06-04, 07:23
RE: [RELEASE] Skin XML Converter - by Hitcher - 2012-06-04, 11:10
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-06-04, 12:01
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-06-04, 12:21
RE: [RELEASE] Skin XML Converter - by Hitcher - 2012-06-04, 12:47
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-06-04, 13:01
RE: [RELEASE] Skin XML Converter - by Jezz_X - 2012-06-05, 11:14
RE: [RELEASE] Skin XML Converter - by Martijn - 2012-06-05, 11:24
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-06-05, 14:12
RE: [RELEASE] Skin XML Converter - by Jezz_X - 2012-06-05, 15:28
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-06-05, 15:40
RE: [RELEASE] Skin XML Converter - by Hitcher - 2012-06-10, 15:07
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-07-26, 08:13
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-07-26, 12:37
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-10-17, 03:23
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-10-17, 16:02
RE: [RELEASE] Skin XML Converter - by MassIV - 2012-10-17, 16:21
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-11-25, 05:14
RE: [RELEASE] Skin XML Converter - by MassIV - 2012-11-25, 07:42
RE: [RELEASE] Skin XML Converter - by phil65 - 2012-11-26, 00:01
RE: [RELEASE] Skin XML Converter - by phil65 - 2013-01-15, 17:32
RE: [RELEASE] Skin XML Converter - by phil65 - 2013-01-25, 02:56
RE: [RELEASE] Skin XML Converter - by Kib - 2013-01-25, 10:27
RE: [RELEASE] Skin XML Converter - by Kib - 2013-01-25, 11:25
RE: [RELEASE] Skin XML Converter - by phil65 - 2013-01-25, 17:54
RE: [RELEASE] Skin XML Converter - by phil65 - 2013-01-27, 02:57
RE: Skin XML Converter + Formatter - by braz - 2015-03-24, 17:23
RE: Skin XML Converter + Formatter - by wyrm - 2015-05-13, 17:28
Error Checking - by mcborzu - 2013-02-16, 05:40
RE: Error Checking - by MassIV - 2013-02-16, 07:39
RE: Error Checking - by phil65 - 2013-02-17, 06:37
RE: Error Checking - by mcborzu - 2013-02-17, 06:44
RE: Error Checking - by ronie - 2013-02-17, 12:54
RE: Error Checking - by Sharpe - 2013-02-17, 13:40
RE: Error Checking - by phil65 - 2013-02-17, 19:33
RE: Error Checking - by ronie - 2013-02-17, 19:46
Logout Mark Read Team Forum Stats Members Help
Skin XML Converter + Formatter3