Posts: 25
Joined: Apr 2015
Reputation:
1
Can this be used to scan the skin folders of scripts?
Like in [...]\Kodi\addons\script.tv.show.next.aired\resources\skins or [...]\Kodi\addons\script.games.rom.collection.browser\resources\skins
I tried it and it seems it doesnt except any of them as valid skin folder.
Posts: 6,684
Joined: Mar 2009
Reputation:
147
phil65
Retired Team-Kodi Member
Posts: 6,684
nope, doesnt work for scripts. (also, not every feature makes sense for script xmls because they cannot have includes, variables etc)
for a workaround you can just put those xmls into a skin folder and convert that one then.
Posts: 6,684
Joined: Mar 2009
Reputation:
147
phil65
Retired Team-Kodi Member
Posts: 6,684
2015-05-13, 17:38
(This post was last modified: 2015-05-13, 17:39 by phil65.)
for code checking please use SublimeKodi from now on. That one is a lot easier to maintain for me and also contains improved skin sanity checks. not sure if it can deal properly with your special usage though (never seen that before), would be nice if you could report back in the appropriate thread then.
Posts: 5
Joined: Apr 2016
Reputation:
0
I am looking for skin/theme development using my personal image on kodi. Where I can see all this files/folders to get the following files:
skin.name/addon.xml
This contains the information that Kodi uses to find the other files that Kodi requires to describe it's skin. It also contains credits information, and versioning information.
skin.name/fonts
This sub-folder contains all fonts used by the skin. you can add/replace fonts here
skin.name/media
This sub-folder contains all the media files (.png/.gif/.jpg...)
skin.name/sounds
This sub-folder contains all the audio files (sounds.xml/.wav...)
skin.name/colors
This sub-folder contains xml files describing the colors (text/diffuse) used in the skin, to allow different color themes.; skin.name/media
skin.name/_screenshots
This sub-folder contains 5 to 10 1280x720 sized jpeg images, showcasing your skin
skin.name/720p
This is a resolution-specific folder.
skin.name/PAL16x9
This is a resolution-specific folder.
skin.name/NTSC
This is a resolution-specific folder.
skin.name/NTSC16x9
This is a resolution-specific folder.
skin.name/720p
This is a resolution-specific folder.
skin.name/1080i
This is a resolution-specific folder.
Posts: 1,035
Joined: Mar 2014
Reputation:
213
Although the tool is very old, due to personal demand i made some QOL improvements to it (including more conversion options for resolutions (1080->2160 720->2160)
If anyone is interested, i'd share it on github.