2014-07-12, 13:55
No problem, just wondering that's all. I would try it myself if I had the knowledge.
(2014-07-11, 00:12)Bumpaneer Wrote: 1.2.4 available here: https://dl.dropboxusercontent.com/u/1681...v1.2.4.exeBumpaneer,
Changes:
- Special characters in variables should work now ( including () and : )
- The camera element is now valid for all controls
- <onleft>, <onright>, etc are now value checked for "-" and "noop" is recommended instead
- The window should now resize properly
As usual let me know if you find any bugs. I'm still working on file names/line numbers for the remaining checks.
rating0.png
rating1.png
rating2.png
rating3.png
rating4.png
rating5.png.png
OverlayRAR.png
OverlayTrainer.png
OverlayWatched.png
OverlayUnwatched.png
OverlayLocked.png
0.png
...
47.png
na.png
(2014-07-12, 16:35)Hitcher Wrote: If you're going to add them you might as well go the whole hog and add the rest.
Code:rating0.png
rating1.png
rating2.png
rating3.png
rating4.png
rating5.png.png
OverlayRAR.png
OverlayTrainer.png
OverlayWatched.png
OverlayUnwatched.png
OverlayLocked.png
Quote:And for weather -That one might be a bit harder as if the skinner includes those images (usually included in the XBMC directories, not skin directories), where exactly do they included them? Not sure how Bumpaneer could go about checking for any images that do not appear in the root directory of /media (Textures.xbt) without a lot of messing around.
Code:0.png
...
47.png
na.png
Anymore?
(2014-07-12, 19:55)Bumpaneer Wrote: Here is the list of folders/images that phil65 was ignoring in his checks:
"flags\", "cerberus", "default", "stars", "rating", "\480p.png", "\540p.png", "\720p.png", "\576p.png", "\1080p.png", "overlay", ".xbt"
I can change it to ignore just the specific images you guys have posted, regardless of folder if you think that would be a better solution. The problem with the way phil had it set up is that it seems very specific to a subset of skins, not broad enough to allow skin authors to place the images where desired.
(2014-08-10, 23:19)Hitcher Wrote: A few more additions please -
- defaultinprogressshows.png
- colordiffuse to scrollbar control
Thanks.
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<icon>DefaultActor.png</icon>
...
<icon>DefaultVideoPlugins.png</icon>
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))
(2014-11-08, 14:46)Hitcher Wrote: [quote='Hitcher' pid='1770587' dateline='1407705551']those errors seem valid, one of the last two ")" should be removed for those strings.
A few more additions please -
Many thanks.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))
(2014-11-08, 18:57)phil65 Wrote:(2014-11-08, 14:46)Hitcher Wrote: [quote='Hitcher' pid='1770587' dateline='1407705551']those errors seem valid, one of the last two ")" should be removed for those strings.
A few more additions please -
Many thanks.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))
for the rest: will push some fixes when I find the time.