(2017-04-21, 07:54)Blackkatt Wrote: Perhaps the rating stars could go on the posters? they could go anywhere really. Could be one star with numbers in it. Also I've noted if your show is a favorite, the "watched icon" is replaced, me don't like. please move the favorite icon. Or make it optional. Perhaps the "unwatched count" could go on the poster as well? like with the Titan skin. It's better that way so you don't have to move your eye site (lose focus) EMINENCE 2's design and Titans features, that would be a skin made in heaven these are all suggestion ofc. This is not, I notice the other day that ratings on the "info page" don't show vote count, please tell me that's just an oversight?
Or I could do all of this myself if you tell me what .xml files to look in? I had a look the other day but it's hard to find when the debug info just tells you MyVideos.xml don't have the patience or energy to get into it. Long time ago I was set out to make a Titan skin mod. It last for months then I got fed up with the repetition of "creating" a skin so I do commend/respect all of you skinners. You have a boring job, still you do it
Well, as far as the ratings and stuff goes, the main problem I have with all these alternatives is that I'm crap at making the image files needed to support them. Sadly, I can't just take some images from the internet, they have to match the overall skin look. My original plan was to have them with the flags, but I was unable to find a compact rating image system. The current ratings and their placement were simply the best I was able to come up with. I'm always open to suggestions and improving the user experience, but my abilities are simply limited in some areas. Of course, if you are able to find/make some new images, then we can talk at length on all the options presented to us.
The rating and votes are indeed missing from the info page, since there's no space for them. It shows the TMDB, IMDB and Metacritic ratings, if/when available. If not, only then you'll have rating + votes. This was done for two reasons. One was to conserve space, since when there are a lot of votes, it can take up the place of two regular ratings. And two, these values don't really update once scraped. The Skin Helper values are retrieved using their apis, and should be more up to date, minus the votes. The display in other info-heavy views is the scraped rating, with the votes hidden. In any case, modifying both these values should be a matter of editing a few lines of code to match your preferences. Let me know if you'd like me to tell you where.
As for the favourites icon - what? I've never had that happen. I've just added some watched shows to my favourites, and nothing's changed? I've only ever seen 4 icons used in that area - default unwatched (empty circle), in progress (arrow in the circle), watched (check-mark in the circle), and new (star in the circle). The "new" designation disappears after some time has passed, and the episode is no longer new. Granted, I've never been much of a favourites user, so perhaps I'm doing something wrong? Would you mind taking a screen-shot?
Now, a rant about the skin structure.
Since the watched/unwatched indicators have selectable colours and whatnot, they are all dealt with in a block. That means you have a background with a colour overlay, and on it rests an icon variable. In most cases, all this is set as a block include. Now, where these watched/unwatched elements will be placed depends on the view being used and the specific space available in it. So in some cases, like in the RightList view, the poster is on the opposite side of the screen, so it makes sense why the indicators are with the text. In some other views (like in PosterList, I believe) it's already placed on the poster. So, any change you'd like (me) to make will depend on the view in question. A further complication is that a great number of list-based views have the same list include. So removing the indicators from the list template will result in their removal from all such views. Also, the poster is usually a template include. So adding an element to a poster might result in it being added to various other views, including those with list template includes. And so a small, innocuous change turns in to a mess. That's why it needs to be dealt with on a view per view basis, to see what is possible, and what are the consequences.