Hey, love this skin!
I have a couple of issues though.
In my setup, I have sources pointing a different folders based on what there is in them; movies for grownups, animation movies for my daugthers, TV recordings, etc.
In a previous version, I added some items "below" the main movie entry, with custom bitmaps, so that I'd go from movies, to cartoons, to documentaries, etc, etc.
It used to display my custom icons fine, but now I only see the movie icon; Actually sometimes I can see a shadow of the actual bitmap I'm supposed to see when I select, just before it fades out, but that's about it. I spent a couple of hours trying to figure out how to change this with no luck. It seems like there is a bitmap object that takes precedence over the ones set for each item of the list or something like that.
Some help would be much appreciated on that matter!
Secondly, and I just noticed that recently, in order to display only the proper data in each categories, I call a custom version of ActivateWindow:
ActivateWindow(MyVideoLibrary,M:\Movies\,return) for movies for example, and I change the name of the folder based on what I want to see.
That works fine, except that in the original version which calls (MyVideoLibrary, movietitles, return) I can see all sort of information related to the film selected (synopsis, genre, year, codecs, etc) while when doing it on a specific folder all those aren't showing.
Any way to fix that that I wouldn't know of? Or is it a problem with how xbmc handles the data?
Thanks in advance to anyone who will read this post and try to give me some clues