Posts: 6,684
Joined: Mar 2009
Reputation:
147
phil65
Retired Team-Kodi Member
Posts: 6,684
ok, thx, will have a look.
Posts: 215
Joined: Sep 2013
Reputation:
0
ztrust
Senior Member
Posts: 215
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
Posts: 17,859
Joined: Jul 2011
Reputation:
371
2014-11-15, 00:36
(This post was last modified: 2014-11-15, 00:37 by Martijn.)
indenting in TABS is in "theory" faster than when using spaces. less processing time for reading the XML files
Posts: 149
Joined: Apr 2011
Reputation:
1
Is this tool yet developed? is compatible with kodi helix?
Posts: 6,684
Joined: Mar 2009
Reputation:
147
phil65
Retired Team-Kodi Member
Posts: 6,684
2015-02-15, 16:04
(This post was last modified: 2015-02-15, 16:05 by phil65.)
yes and yes. (I didnt upload an exe with latest commits yet though)
Posts: 149
Joined: Apr 2011
Reputation:
1
2015-02-15, 21:23
(This post was last modified: 2015-02-15, 21:24 by henrava.)
Thank you Phil. This tool is very useful to find the errors when creating / modify a skin.
i'm waiting for a new build!
Posts: 149
Joined: Apr 2011
Reputation:
1
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 ?
Posts: 149
Joined: Apr 2011
Reputation:
1
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>