Posts: 7,969
Joined: Feb 2013
Reputation:
1,558
2020-08-12, 08:15
(This post was last modified: 2020-08-12, 08:20 by jurialmunkey.)
Thanks for confirming guys!
Just pushed a commit which disables the wall view by default. It can still be enabled in the settings, it just won't be on by default.
Looks like I'm going to have to rethink how it works. Looks like I've hit the limit (or "wall" lol) for how many includes I can load without it causing too much system strain.
Posts: 433
Joined: Oct 2019
Reputation:
52
How quick are the widgets refreshed? So if I watch an episode, how long will it take to show next episode from Trakt list in a widget?
Now I have to reload the skin to see my most up to date next episodes in widget pulled from tmdbhelper (Trakt TV shows in progress)
Posts: 5
Joined: Jan 2019
Reputation:
0
Since the last update of the skin it takes a long time to load it in. Whenever I start an add-on or just go to setting, it takes 30 seconds to continue. Could it be that there is an error?
Posts: 7,969
Joined: Feb 2013
Reputation:
1,558
0.4.0 - Wall View changes
Heads-up - latest version on github (0.4.0) makes some pretty big changes to the wall view code.
The wall now uses a native Kodi panel control to display the content.
What this means:
Pros:
- Better performance and significantly improved loading times
- Simplified navigation
- Context menu works on wall items
- Info button opens info dialog directly without closing wall
Cons:
- No more infinite scroll. Only scrolls vertically, not horizontally.
- Transition animation isn't as fluid/clean because there's no fixed focus position.
- Harder to spot initial focus because focus position can move horizontally.
- Wall no longer works in hubs or for integrated season/episode views.
Although I felt the old wall was more impressive, I think this new approach is more useful in day-to-day usage. Plus the performance improvement with the new wall is very significant, particularly in terms of initial loading times.
Posts: 68
Joined: Oct 2016
Reputation:
0
is there a way i can set the backarrow (<-) to open the submenu. right now i can only open the submenu by hitting keyboard button "i". Trying to make it remote control friendly.
thanks in advance