Posts: 583
Joined: Apr 2014
Reputation:
11
Would it be possible to have an option to set the default view? I would really like to have Low List view throughout the skin. I tried altering the MyVideoNav.xml as I did successfully on Jarvis but it does not stick exclusively to Low List view throughout the skin. If not can you guide me on how to make it happen within Amber on Krypton?
Posts: 201
Joined: Sep 2015
Reputation:
5
ace310
Senior Member
Posts: 201
I would like this feature as part of skin settings as manually changing it every time an update is made is troublesome. Also, it should be possible to override the settings. Just my thoughts.
LibreELEC v8.2.1 + Rpi 3
Android s912 (kodi v17.6)
Posts: 390
Joined: Sep 2014
Reputation:
28
From what I know Kodi uses the viewtype in the xml to try and keep the views consistent where possible, I have noticed that both the "Panel" and "Low list" views both have it set as "info". Is it mixing up these two views?
It may be possible to disable certain views with a skin setting, I'll see if that is possible for a future version.
Posts: 390
Joined: Sep 2014
Reputation:
28
Ah, I think I see the issue, for some reason Amber doesn't have a views xml tag, that should list all the different views in the order they are cycled through. If you add the tag just with a value of 54 that may work. I'm not at my pc to check right now though.
Posts: 583
Joined: Apr 2014
Reputation:
11
New update looks really nice but still can not default to Low List view.
Posts: 390
Joined: Sep 2014
Reputation:
28
I've just uploaded a new commit to the Krypton4 branch which should allow you to disable any views you don't like in the skin settings. It's only working in the Video library at the moment and I haven't regression tested everything but let me know if you can test it and, if so, how you get on.
There isn't a way to set a default view unfortunately without modifying the xml like you have done before but also reordering the <views> tag so that view 54 (LowList) is the first option.
Posts: 390
Joined: Sep 2014
Reputation:
28
Thanks for the feedback. I've had to change the implementation as it was very buggy (especially with addons) could you try the latest Krypton5 version, it now pops out a view selection box instead of cycling.