Posts: 8,283
Joined: Jul 2014
(2016-05-03, 13:06)loggio Wrote: 1. Ability to be able to change the opacity of the "unfocused" part of the menu, I feel that I need this to be more hidden and the 'focused' item to be more visible.
2. Add ability to move the menu more to the left, so that the submenu is not overlapping the widgets when in focus.
This is a hard one to fix. I understand the request but it's not or very, very difficult to fix that in a correct way.
One way could be to align the entries to the left, which I can easily add as an option.
Moving the submenu more to the left won't be possible because even with the menu entries left aligned there is no way to determine the length of the items. The position of the submenu is fixed, it can not "shift" along with the labels.
There is an alternative way I implemented with a lot of workarounds which is to display the submenu "inline" which you can find as an option. That way the submenu is displayed within the mainmenu and it won't popout to the right (thus not overlapping any widgets).
I hope you understand my ramblings ;-)
(2016-05-03, 13:06)loggio Wrote: These two little cosmetics have been bugging me for a while, but I've more or less been concentrating on helping iron out the bugs.
If these two things can be fixed I think i'd have to conclude that this skin is absolutely without a doubt perfect!
Thanks for all the hard work you've put in to Titan and Kodi,your work certainly does not go unnoticed. Kodi needs more people like you
Keep up the great work!
Loggio.
Thanks for the kind works and thank you for helping out ironing out the bugs!
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 15:00)icemanmaverick Wrote: Only a little thing. I noticed the watched indicators in the widget view are still not showing in the latest update.
They show up fine with me. Can you provide a little more info...?
- Do the watched indicators not show up only for episodes or also other content ?
- Do the watched indicators work inside the media library ?
- If the indicators only not show up within a home widget, what home widget ?
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 15:42)oattes Wrote: 1) Kodi declares the codec to be 'HEVC' which is not one of the cases you seem to handle explicitly. As such the codec variable created by the skin is set to 'HEVC'. No problems there, but there while you have a texture for 'h265.png' you don't have one for 'hevc.png'. A simple copy of the texture file and rebuild the xbt library fixes that one ;-).
Thanks for the catch, just added hevc.png ;-)
(2016-05-03, 15:42)oattes Wrote: 2) While I was looking at the skin code for assigning the codec variable, I note that you convert both the codec values 'h265' and 'h264' to 'h.265' and 'h.264' respectively. This works fine for text based media info strings, but I think it breaks the links to the correct textures for the classic (and perhaps other media info styles). In these cases, the graphical lookup would be 'h.265.png' and 'h.264.png' respectively. However the textures present are 'h264.png' and 'h265.png'. I guess you could just rename the texture files, but that might introduce '.' problems in the filenames (dang windows). Alternately, you could create two variables for codec names: one for use in text media info styles and one for use in texture based media info styles.
Not needed, the code you were looking at is only used for the textbased flags, the fix mentioned above already fixes the issue.
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 15:45)komplex Wrote: Also if you bring up the OSD by pressing select/enter it still shows the media info under the plot
Will be fixed in next update.
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 15:59)oattes Wrote: update: yes, the codec info is coming from the videoplayer when the video is playing rather than from the library. This would be a DSplayer issue (among many ;-). I, for one, would not ask Marcel to overcome its deficiencies -- unless, of course, Marcel uses the DSplayer build too and it annoys our totally amazing skin developer!
Sorry I can't help that. It's an issue when you use the DSplayer. Apparently the codec/stream info is incorrectly reported.
Instead of a nice human readable (and skin interpretable!) label the full technical stuff shows up.
Maybe report it on the forums threads for DSplayer if it can be fixed by one of the devs ?
(2016-05-03, 15:59)oattes Wrote: However, I would like to see the video info gone from the plot display.
Sorry, I forgot about this one. It's now an optional setting ;-)
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 17:04)Grumpyman Wrote: would also be nice if the quick jump alphabet could stay hidden until you scroll too it...not sure if that's what any of the mentions above are meaning
In fact I have just changed it so it now behaves exactly the same as the scrollbar does by default.
If you focus it it will become visible (or when you're scrolling).
Available in next beta
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 21:24)Turgon Wrote: Yeah, I had the large thumbnail on and did not enable the 'disable first row' widget. It simply displayed no picture in the corner... Until I turned on the fanart background option, which solved the problem. Not sure if this is intended, looks like a bug.
Will be fixed in next update... Small bug indeed which I missed.
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 23:16)leo06 Wrote: I try in fresh install in my PC and that options are not there also
And you are 100% sure that content has been scraped to your library ?
If so, can you please send me your kodi logfile ?
Posts: 8,283
Joined: Jul 2014
(2016-05-03, 23:56)Morphy99 Wrote: Has this been pushed to the stable yet? I'm on 3.6.59 and still have this error at boot and sometimes causes a crash:
No, not yet. I pushed the new skin update before the skinhelper update. That one I will push to stable later this week.
You can manually install the new skinhelper if you want..
http://www.mb3admin.com/downloads/addons...1.0.89.zip
Posts: 8,283
Joined: Jul 2014
(2016-05-04, 07:07)diedrichg Wrote: 2. I wanted to come on here to let you know that I LOVE the quick-jump alphabet, it works perfectly and I looks great too! Regarding the above request, could you provide the option to "always show" just as you do with the scroll bar, please.
It follows the exact same behaviour as the scrollbar, so if you set the scrollbar to always show, so will the alphabet