jurialmunkey
jurialmunkey
None of that will work. You should read how variables, includes and params work in the skinning manual because you are mixing syntax and just randomly copy pasting stuff is...
https://github.com/jurialmunkey/skin.arctic.horizon/blob/matrix/1080i/Includes_DialogVideoInfo.xml#L487-L642
Looks way too cluttered. Whitespace is really important in design and the skin has a set of padding requirements to ensure that elements can breathe. Here's a good article on...
I think probably the only real way to fit it whilst keeping a sense of space to the elements would be to do something similar to how the episode title...
Widget label is defined here: https://github.com/jurialmunkey/skin.arctic.horizon/blob/matrix/1080i/Includes_View.xml#L99-L118 First label control is the bold left part, second label is the divider, and third label is the right side label. Just duplicate the...
Definitely will be including these. I've just got to write some code to allow dropping in an icon pack because some of these are non-commercial use only which is incompatible...
Oh wait you were asking about the genres themselves not the icon pack. But yeah same again - will definitely be adding, I just need to get the spare time...
Yeah by default I will use that approach for the icons (use default trakt icon) and then will override if icon pack is installed. And yeah "personal use only" or...
> I didnt think the genre listings were region specific on tmdb - they shouldnt be because the genres are just ids which a movie either has or doesn't. If...
Okay that's really odd! I had assumed language/region wouldn't matter for genres since it is ID based (and surely an Action movie is an Action movie everywhere in the world!)