• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 13
Release Skin XML Converter + Formatter
#61
Something else i've noticed, checking the ID's ...

Undefined IDs:
142

but ID 142 is for DialogFullScreenInfo
<window type="dialog" id="142">

Searched all xml's in the skin folder, no double entries found for id="142". Is this a known behaviour ? Or i'm just missunderstanding something ?

thanx
Reply
#62
no, it´s an error. there are probaby some more little flaws so always double-check the changes.
will tackle those bugs in some time, busy with other stuff atm.
you should use Window.IsVisible(fullscreeninfo) though, jmarshall mentioned that some time ago here in the forums.

(2013-02-28, 22:20)butchabay Wrote:
(2013-02-28, 21:51)phil65 Wrote:
(2013-02-28, 21:44)butchabay Wrote: Hi dudes,

just wondering,
how we can assign a dot --> • to a label without getting invalid encoded character error ?

example: $INFO[VideoPlayer.Year] • $INFO[VideoPlayer.Genre]

thanx

when do you get that error?
crash or log entry?

in the log entry it says

Ungültiges Zeichen in der angegebenen Codierung. Zeile 91, Position 26.

are your skin xml´s unicode-encoded?

(2013-02-28, 22:14)Balinus Wrote: Hello!

The provided link for the compiled version (.exe) leads to a 404 page... ?

Thanks!

fixed.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#63
Hi Phil,

thanx mate ...

sorry my fault, converted the xml's and now it's fine Smile
Reply
#64
Quick question:

When there is a Double XML Tag and you let the tool autocorrect that - it will remove the last one.
Isn't that the one that the XBMC engine actually uses when there are two ?
I have many cases where they aren't identical and just wanted to make sure.
Reply
#65
If you mean -

Code:
<posx>10</posx>
<posx>20</posx>

Then XBMC uses the first one.
Reply
#66
That is exactly what I meant.

Thanks Hitcher!
Reply
#67
Hi Phil,

When converting 720 to 1080, if I use <bordersize>top,left,right,bottom</bordersize> format on an image, I get the log error 'Input string was not in a correct format'. However If I use a single number, so <bordersize>number</bordersize>, it converts ok.

Any ideas? Bug or me being stupid!?

Thanks
Reply
#68
It's invalid. Bordersize takes a single number only or the wiki is missing information.

Edit: Scratch that... phil might have forgotten to check that.
Image
Reply
#69
when i try to convert a skin, i cant convert animations, it says tween is an unexpected token. can anyone advise me how to convert animations manually if this cant, thank-you
Reply
#70
I can't run this on Windows 8, any ideas?

Thanks.
Reply
#71
I recently changed the tool to use left/right/top and add some new tags, I use windows 8 myself, so it should work.
https://dl.dropboxusercontent.com/u/2115...20v1.1.exe

But I think the old version also worked on windows 8 for me, so not sure if this will help you.
Reply
#72
It works, cheers.
Reply
#73
Hi Phil,

Any chance we can get the tool fully updated for Gotham? BigNoid's changes work great but it still flags stuff like the colordiffuse attribute for textures.

Thanks!
bit(ten) skin (Thread) (Project Site)
metroTV skin (Thread) (Project Site)

Reply
#74
Couple of bugs when converting from 720 > 1080.
  • Zoom animation values get converted when using two values (horizontal size,vertical size) even though they should stay the same.
  • Slide animation end values get converted by 2.25 instead of 1.25.

Thanks.
Reply
#75
The original developer of this tool doesnt maintain it anymore. The changes I made are pure for my own use, if this tool is to be developed for gotham and beyond someone (else) has to step up.
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 13

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