2016-11-29, 13:02
The wall view is Viewtype52.xml (or if you wanted to add it for all video views MyVideoNav.xml, or if you wanted to add it to the media flags in the bottom left Includes.xml > MediaFlags).
(2016-11-29, 13:02)BobCratchett Wrote: The wall view is Viewtype52.xml (or if you wanted to add it for all video views MyVideoNav.xml, or if you wanted to add it to the media flags in the bottom left Includes.xml > MediaFlags).
(2016-11-29, 09:45)BobCratchett Wrote: The wide view is now fixed, and both the original font and dark colour scheme have been re-added.I can confirm that the wide view is fixed and the dark color scheme is working as expected, but the new "classic" font is definitely NOT the original Conq font that was included in the previous version; it just looks like a slightly wider version of the "alternative" font...
(2016-12-09, 19:49)meccs Wrote: Love the update. Very nice changes! Keep up the excellent work!
(2016-12-10, 00:26)Oral-B Wrote: Finally had the chance to install and use version 17.2.2 for a bit. Overall I like it a lot (and I'm glad to have the "classic" font back, thanks BobCratchett for adressing this!), but I hope you don't mind if I have a few issues to report:
- the curve overlay in the home menu seems to be gone, even with the "Show curves" setting checked in the skin settings menu;
(2016-12-10, 00:26)Oral-B Wrote: - speaking of curves, the one that appears on the information screen (the one that you get when you press "i" for a film or TV series, with the plot and cast) seems to overlap the screen to the right... I'm using 1920x1080, I didn't check if that occurs with other resolutions as well;
(2016-12-10, 00:26)Oral-B Wrote: - I prefer not to see the watched indicators on my Films/TV Series view (I use the wide view for both) as I find them to be irrelevant and visually distractive, so I unchecked "Show watched indicators" in the skin settings. The problem is that it also disables the little square watched indicators in the list view, which I use a lot to keep track of what I have/haven't watched in my "new files" folder... Would it be possible to have separate settings for the list view and other views? Or alternatively, could you point me in the right direction to comment out some xml so I can disable watched indicators in views other than the list view?
<value condition="Skin.HasSetting(WatchedIndicators) + !Control.IsVisible(50) + !Control.IsVisible(51)" />
(2016-12-10, 00:41)BobCratchett Wrote:(2016-12-10, 00:26)Oral-B Wrote: - I prefer not to see the watched indicators on my Films/TV Series view (I use the wide view for both) as I find them to be irrelevant and visually distractive, so I unchecked "Show watched indicators" in the skin settings. The problem is that it also disables the little square watched indicators in the list view, which I use a lot to keep track of what I have/haven't watched in my "new files" folder... Would it be possible to have separate settings for the list view and other views? Or alternatively, could you point me in the right direction to comment out some xml so I can disable watched indicators in views other than the list view?I'll consider how easy it would be to make it a separate option for at least the list view, but I can't make any promises. The views are in the files ViewType5x.xml - if memory serves views 50 and 51 are the two lists. However it might be easier to modify the variable for the the watched indicators - variables.xml 'StatusOverlay'. Try changing the first condition to something like (the completely untested and possibly completely wrong):
Code:<value condition="Skin.HasSetting(WatchedIndicators) + !Control.IsVisible(50) + !Control.IsVisible(51)" />