(2013-08-13, 16:44)ferent Wrote: Thanks!! only one thing. It's possible to allow the thumbnails title to be scrolabe? Or better, to show the tittle of the selected thumbnail at the botton or at the top of the skin?
For some reason xbmc just wont scroll the label and I can't figure out why. I set it to scroll and it looks like it should (its cut off rather than showing the "..." ), but it just doesn't move. I'll let you know if I manage to get it working.
(2013-08-13, 17:49)bakito Wrote: hello, great skin so far, I think I found a bug, in some menu ( like advanced launchers one ) landscape view does not display fanart but cover which show a weird thing...
Also one small request, could you add a square shape wall ( or poster ) view? because for some game box ( dreamcast by example) the "dvd" shape does not work well...
Yeah the advance launcher section needs a bit of an overhaul in general. Fanart is probably the better option for landscape view - most of my roms are Super NES which have the horizontal box art, but I guess most other consoles have vertical art, so fanart would make more sense really -- I'll change it when I get a chance. In the latest git I've added the thumbnail view to advanced launcher (I really don't know why I didn't before...), so that will give you squares.
(2013-08-14, 09:37)magico77 Wrote: My idea is to add a green dot for the films that have more than one language available that says "audio track available."
Unfortunately, as far as I can tell its simply not possible. Video info uses black's script to show the available language flags, but that needs a DBID to be passed to it and there is only ListItem.DBID not Player.DBID so it simply won't work for the currently playing video.
(2013-08-14, 12:41)hfmls Wrote: OMG pvr skin is awesome!!
Thanks
(2013-08-14, 13:21)Hetfiled Wrote: but I saw that this skin creates some artifact on the border of screen.. flickering or something like that
very annoying
(2013-08-14, 20:48)el_cabong Wrote: i have also noticed the flicker on the bottom half of the screen. this happens most noticeably during video playback (happens sporadically) and every once and a while when browsing lists of movies or tv shows.
Strange. This just doesn't happen for me. Is it just a one pixel line sort of flicker at the bottom? I'm wondering if it has something to do with HDMI, because I output to my TV via VGA (my TV wont accept a separate audio source with HDMI - the audio has to come through HDMI and I just don't have any way to do that).
el_cabong can you try with the latest git? I made a few minor changes to the way the background is drawn which might fix it, but its really hard to tell when I can't reproduce the issue myself. I'm really not sure what it would be otherwise. The only other thing I can think is changing overscan settings slightly.
(2013-08-14, 20:48)el_cabong Wrote: in addition to protocol77's request, can we even it out by increasing the profile picture size slightly.
I see what you are suggesting, but I can't really change the size because it has to align properly with the now playing info on the right hand side. However, what I was thinking of doing was extending the info length. So all on the one line it would be:
## TvShows - ## Episodes (## Unwatched) etc.
(2013-08-14, 23:34)Stantor Wrote: Hi Jurialmunkey, i have a request for the best skin I never knew I wanted, I'm not desperate as I am pretty damn happy with it as it is.
Mouse support would be nice, with mouse over support on the main screen. Also, something that hasn't been done on other skins is a sensor at the bottom and top of screen in movie view that scrolls automatically. There is support for left and right on aeon not, but not in the views.
Also, Ace's right view would be nice as well, maybe with and Arctic flavour.
Once again, I am not desperate, and my wife is having a xbromance with your skin, so take your time and stay smiling :-)
Thanks
Now that the simple and panel homescreens use the same menu, it might be possible to add mouse support. It might be a while off yet though (and I'm not entirely sure if its possible without compromising other elements of the home screen). One of the main reasons it isn't currently supported is that I don't have the time to ensure that it works for everything or that it isn't broken whenever I add something new so it's simply easier to say that it isn't supported. I'm a bit of a purist in that I only use a remote to interact with xbmc, so the only design criteria I set for myself is to ensure that all navigation can be achieved with just a remote. That said, I would like to get mouse support working properly eventually
I'll have to have another look at Ace to see what view you mean, I haven't used it in quite a while. However, there are a few other things that have priority over adding new views - for instance, I want to make it so that any widget can be set for any category.
(2013-08-15, 01:13)pentaflake Wrote: Finally got to update the skin again, congrats on getting added to the WIP section and repo. Is there anyway to bring Games back to the main home menu again without editing files? It disappeared with what looks like 0.3.0. I've tried adding various Paths to replace Pictures. However none will open right to Games section of advanced launcher. Am I missing something when it comes to these paths for custom.
The best way to do it is to go into advanced launcher, find the games path you want then open the context menu (C on a keyboard) and add it to your favourites. Then when customising the category, set the type to "favourite" and choose the favourite you just set.
Also, if you are running the git version make sure you update to the latest because I accidentally introduced a bug in 0.3.1 where the favourites selection dialog was hidden by the icon selection dialog, thus making it impossible to see what you are choosing (this is fixed in 0.3.2 - latest from git). It shouldn't be a problem with the repo version, as that is still 0.3.0 I'm pretty sure and the icon selection dialog doesn't automatically pop up in that version.