• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
Release Skin XML Converter + Formatter
(2014-11-08, 19:03)Hitcher Wrote: They weren't detected by the converter though rather they appeared in Kodi's debug log. Sorry if that wasn't clear.

(2014-11-08, 18:57)phil65 Wrote:
(2014-11-08, 14:46)Hitcher Wrote: [quote='Hitcher' pid='1770587' dateline='1407705551']
A few more additions please -
Code:
ERROR: unmatched parentheses in StringCompare(Skin.String(Home_List_4),Home_Album_List))
ERROR: unmatched parentheses in StringCompare(Skin.String(Home_List_3),Home_Episode_List))
ERROR: unmatched parentheses in StringCompare(Skin.String(Home_List_2),Home_Movie_List))
Many thanks.
those errors seem valid, one of the last two ")" should be removed for those strings.
for the rest: will push some fixes when I find the time.

could you tell me in which xml tags those were used? in <visible> tags?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Include condition -

Code:
<include condition="StringCompare(Skin.String(Home_List_4),Home_Album_List))">Home_Album_List</include>
Reply
ok, thx, will have a look.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Could I use this to convert confluence to 1080 ?
and what settings should be used like the animations multiplier and indenting ?
hope you can help
ztrust
Reply
(2014-11-15, 00:18)ztrust Wrote: Could I use this to convert confluence to 1080 ?
and what settings should be used like the animations multiplier and indenting ?
hope you can help
ztrust
yes, any skin should work.
animations multiplier should change untouched (unless you want it, it can be used to speed up / slow down all animations of the selected skin)
Indenting is your personal preference (common is indent with spaces and indenting = 4 I would say)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
indenting in TABS is in "theory" faster than when using spaces. less processing time for reading the XML files
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
thanks
Reply
(2014-11-15, 00:36)Martijn Wrote: indenting in TABS is in "theory" faster than when using spaces. less processing time for reading the XML files

doesnt matter for runtime though since the skin xmls are loaded into memory as an XMLObject.
For maximum processing speed my suggestion is to set indenting to nothing. Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Is this tool yet developed? is compatible with kodi helix?
Reply
yes and yes. (I didnt upload an exe with latest commits yet though)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Thank you Phil. This tool is very useful to find the errors when creating / modify a skin.
i'm waiting for a new build!
Reply
I'm sorry for the bump if is inappropriate.

When i use the texture check, I have some errors relevant to the folder flags in the media parent folder, also for the general icons in the root of media folder.

Phil, can you compile a new exe ?
Reply
(2015-03-07, 18:02)henrava Wrote: I'm sorry for the bump if is inappropriate.

When i use the texture check, I have some errors relevant to the folder flags in the media parent folder, also for the general icons in the root of media folder.

Phil, can you compile a new exe ?
Which errors exactly?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
the texture check output is wrong about unused textures:

-- Unused Textures --

flags/audio/0.png
flags/audio/1.png
...(all the audio)
flags/cases/560p.png
flags/codec/aac.png
flags/codec/ac-3.png
flags/codec/ac3.png
... (all the codec)
flags/subtitles/flags/ar.png
... (all the country flags)

but in my dialogvideoinfo.xml:

<texture>$INFO[Listitem.AudioCodec,flags/codec/,.png]</texture>
<texture>$INFO[Listitem.VideoCodec,flags/codec/,.png]</texture>

and in my dialogsubtitles.xml:

<texture>flags/subtitles/flags/$INFO[ListItem.Art(thumb).png</texture>
Reply
(2015-03-08, 15:13)henrava Wrote: the texture check output is wrong about unused textures:

-- Unused Textures --

flags/audio/0.png
flags/audio/1.png
...(all the audio)
flags/cases/560p.png
flags/codec/aac.png
flags/codec/ac-3.png
flags/codec/ac3.png
... (all the codec)
flags/subtitles/flags/ar.png
... (all the country flags)

but in my dialogvideoinfo.xml:

<texture>$INFO[Listitem.AudioCodec,flags/codec/,.png]</texture>
<texture>$INFO[Listitem.VideoCodec,flags/codec/,.png]</texture>

and in my dialogsubtitles.xml:

<texture>flags/subtitles/flags/$INFO[ListItem.Art(thumb).png</texture>

As already pointed out many times, I cannot detect which InfoLabels are used so there are some false positives. It´s impossible to check that in a "perfect" way.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13

Logout Mark Read Team Forum Stats Members Help
Skin XML Converter + Formatter3