[RELEASE] Skin XML Converter + Formatter

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
butchabay Online
Skilled Skinner
Posts: 3,419
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #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
find quote
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #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.
(This post was last modified: 2013-02-28 23:36 by phil65.)
find quote
butchabay Online
Skilled Skinner
Posts: 3,419
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #63
Hi Phil,

thanx mate ...

sorry my fault, converted the xml's and now it's fine Smile
find quote
Kibje Online
Team-XBMC Member
Posts: 918
Joined: Jan 2010
Reputation: 29
Location: Netherlands
Post: #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.

When your issue is solved, please edit your original post and select Solved Issue from the pulldown menu. Thanks!
(This post was last modified: 2013-03-04 20:18 by Kibje.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #65
If you mean -

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

Then XBMC uses the first one.

[Image: sig_zps3af3b48e.jpg]
find quote
Kibje Online
Team-XBMC Member
Posts: 918
Joined: Jan 2010
Reputation: 29
Location: Netherlands
Post: #66
That is exactly what I meant.

Thanks Hitcher!

When your issue is solved, please edit your original post and select Solved Issue from the pulldown menu. Thanks!
(This post was last modified: 2013-03-04 21:45 by Kibje.)
find quote
liquidskin76 Offline
Skilled Skinner
Posts: 1,287
Joined: Aug 2009
Reputation: 16
Location: UK
Post: #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

Welo... a skin for XBMC

HTPC: Streacom FC1 Evo Case | Asus P8H77-I ITX | Intel Core i3 3220T | Kingston HyperX SSD | Kingston DDR3 RAM
Home AV: Sony KDL-40HX723 | Sky+HD | Sony BDP-S480 BD Player | Sony STR-DH820 AV Receiver | Sony Speaker System | Sony PS3 Slim | Logitech Harmony Touch
find quote
`Black Offline
Skilled Skinner
Posts: 2,000
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #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: xp1080.png]
(This post was last modified: 2013-05-07 12:11 by `Black.)
find quote
Post Reply