[split] Changes to the skinning engine for Kodi Omega (v21)
#1
(2023-10-04, 03:18)jurialmunkey Wrote: 2023-10-01 - New "browse" attribute and "More..." folder item for dynamic content containers with limit values

Containers with dynamic content and a limit="" attribute will now display a "More..." folder item at the end of the container if more items are available than the limit and a target="" attribute has been specified. The "More..." folder item opens the relevant media library window (target) with the full unlimited path.

The visibility of the "More..." folder item can be controlled with the "browse=" attribute

browse="always": Always add the more folder item as long as the list contains at least one item
browse="auto": Add the folder item when there are more items available than visible as specified by the limit attribute. Default behaviour.
browse="never": Never add the more folder item.

<content target="videos" limit="10" browse="always">videodb://movies/titles</content>

https://github.com/xbmc/xbmc/pull/23682
https://github.com/xbmc/xbmc/pull/23814
This was driving me crazy. I could not figure out why my skin was getting the Info window..
This was all I needed
<content target="videos" limit="1" browse="never">$VAR[BingieHomeSpotlightWidgetContent]</content>
Titan Bingie Mod
Reply

Logout Mark Read Team Forum Stats Members Help
[split] Changes to the skinning engine for Kodi Omega (v21)0