(2014-04-13, 23:24)robweber Wrote: Do you need anything to map these on my end (for the fanart grabber)? Is there a code or specific property (like the weather codes) that would help you identify them?
Well, at first I was thinking about doing something with $INFO[ListItem.DBID] but then I would still need a way to "link" that ID to the logos. And I just don't know enough about how Artwork Downloader (which provides the logos) works regarding storing the logos.
Quote:Also, I believe I've found a small bug in the menu system. When you click "live tv" the first submenu item does not get highlighted like it does with the other menus. I only have EPG and Recordings enabled so maybe this is why? Still you have to click to regain focus, and then click again to get to the next menu option.
Yes, for some reason the selection doesn't move up to the next item if the previous one is not enabled. As the method used here is exactly the same as with the other menu items and their sub-menu items, I haven't got a clue at the moment why that is. Need some time to look further into this. Cheers
Quote:Last, a small suggestion. For the weather icon next to the clock, could you use the Current.FanartCode instead of the Day0.FanartCode property? The current status seems more applicable next to the clock than the forecast. I've been decieved a few times thinking it is raining when actually it isn't as the forecast was for rain but in reality it was only cloudy. If not no big deal (I've already changed this for myself!).
Yeah that makes sense, changed on Git.
(2014-04-13, 23:39)spoco2 Wrote: Bug 1:
I too have noticed the 'can scroll up, but not down' issue. If I'm in movies or TV Shows and bring up the left menu and then want to scroll down to change the view type I can't, I have to scroll up, off the top and back around.
I'm pretty sure this didn't happen when I first installed the skin, only since I installed a new git update over it. So either the newer version has the bug, or installing over the old one has caused it.
I might uninstall refocus and install from scratch.
Thanks, let me know. If you encounter it again, I would like to know whether or not one of the items in the options menu is disabled / greyed out (so for example in certain nodes, playlists or add-ons the sort direction can be unavailable). In that case the options menu should ignore the disabled button and skip over it. I have been randomly skipping through the options menu in various views and nodes, but I just haven't come across the problem.
Quote:Bug 2:
When playing music, if you go to pictures and try to look at some while it's playing, the 'now playing' info part is up, and stays up forever... should only come up briefly when the track changes like it used to yeah?
I actually had to install the old reFocus to see how it was there
And the track info doesn't even show at all there when browsing pictures.
I don't think the default behaviour is to hide after a couple of seconds though, not in confluence at least. I guess it could be done, but then I would have to start messing around with timers and such. It does auto-hide when in the visualisation/now playing screen. I pushed a change that corrects it to that.
What I found is that if you press "info" to either show or hide the now playing info, that setting will be remembered next time you enter. In any case you should always be able to hide it.
(2014-04-13, 23:40)stuCONNERS Wrote: can thumbnail view,small and large be added as a view, This skin would work well with metro icons.
Add thumbnail view as a view? I don't know what you mean by that.
(2014-04-14, 01:28)mortstar Wrote: I've just updated with your latest changes and I think I've found a bug with the unwatched overlay (sorry again!) and then another thing which is a bit more - personal choice.
Firstly the bug - I see you removed /media/OverlayUnwatched.png - but this seems to be the file that the system is looking for, so it is no longer displayer. If I move the file from /media/overlays/OverlayUnwathced.png to the /media folder it works again.
Damn. I had copies of those textures in another folder. I only meant to remove those. Sorry about that, I have reverted that commit so it should be fixed on Git.
Quote:Secondly, the change to library.data.provider handling watchlist creation. To get similar functionality as the old Watchlist behaviour, you must set the view sort to 'Last Played - Descending' and 'Hide Watched' episodes. However, this view setting is global for the library - so if I then go to 'Browse' my entire library, I have to change the sort settings to get the normal Alphabetical order with watched episodes showing. As well as this, if a series has multiple seasons that haven't been watched there is an additional menu to browse through (series selection -> season selection -> episode), as opposed to the old list where you were just presented with the next episode to watch. This seems to me to be what the Watchlist should achieve.
Hmm, hadn't thought about that. Good point, let me think about that.