@mikeSiLVO
re: (Container.TotalTime)
My Kodi setup is on a mini HTPC attached to the back of the TV controlled by a Harmony remote, no keyboard/mouse.
Fiddling with my already complex keymaps and remote button remapping would be more trouble than it's worth
But - SSH'ing in to shell and using console commands is no problem at all.
These work fine:-
Code:
kodi-send -a Skin.ToggleDebug
kodi-send -a "Skin.ToggleSetting(DebugInfo)"
(2024-05-25, 11:51)mikeSiLVO Wrote: I can try using the total page count instead. For example, limit to all sections with 50 or fewer pages instead of the areas I think are best or you could send me the window names/content types for those screenshots and I can add them.
The only place it's an issue for me is Window:
MyVideoNav.xml - Content type:
files
I'm happy to leave the handling of other content node types up to you, as you see best.
[Edit] Incidentally, as you also have a very large library - do you use SMB for your bulk storage and, if so, do you run into horrible delays when traversing into a folder with many, many files in File view ?
The only way I've found to mitigate that was to turn off file stat in Advanced Settings, which is less than ideal since it means there's no filesize or date info for the contents.
Is there a more current, less brute force, method that you know of than this setting I found years ago ?
AdvancedSettings.xml:
<samba>
<statfiles>false</statfiles>
</samba>