2019-10-16, 10:09
Works flawlessly here. The image exists locally and is NOT packed in a textures.xbt?
(2019-10-16, 10:48)sualfred Wrote: Pushed a new version to my repo and github. That should mute the log spamming.
videodb://movies/titles/?xsp=%7b%22group%22%3a%7b%22mixed%22%3afalse%2c%22type%22%3a%22none%22%7d%2c%22rules%22%3a%7b%22and%22%3a%5b%7b%22field%22%3a%22tag%22%2c%22operator%22%3a%22contains%22%2c%22value%22%3a%5b%22Fav.%20Kodi%20Movies%22%5d%7d%5d%7d%2c%22type%22%3a%22movies%22%7d&reload=$INFO[Window(home).Property(EmbuaryWidgetUpdate)]
videodb://tvshows/titles/?xsp=%7b%22group%22%3a%7b%22mixed%22%3afalse%2c%22type%22%3a%22none%22%7d%2c%22rules%22%3a%7b%22and%22%3a%5b%7b%22field%22%3a%22tag%22%2c%22operator%22%3a%22contains%22%2c%22value%22%3a%5b%22Fav.%20Kodi%20TV%20Shows%22%5d%7d%5d%7d%2c%22type%22%3a%22tvshows%22%7d&reload=$INFO[Window(home).Property(EmbuaryWidgetUpdate)]
RunScript(script.embuary.helper,action=togglefav,dbid=$INFO[ListItem.DBID],type=$INFO[ListItem.DBType])
(2019-10-17, 15:19)sualfred Wrote: The GitHub version contains a small own favourites feature that is based on tags.@sualfred , thanks, this is cool! Is the reload parameter valid for xsp paths?
It adds/removes a tag for movie or a TV show that can be used for showing splitted favourite items.
Used library tags:XSP path for dynamic containers:
- Movies -> Library Tag -> "Fav. Kodi Movies"
- TV shows -> Library Tag -> "Fav. Kodi TV Shows"
Fav. MoviesFav. TV showsCode:videodb://movies/titles/?xsp=%7b%22group%22%3a%7b%22mixed%22%3afalse%2c%22type%22%3a%22none%22%7d%2c%22rules%22%3a%7b%22and%22%3a%5b%7b%22field%22%3a%22tag%22%2c%22operator%22%3a%22contains%22%2c%22value%22%3a%5b%22Fav.%20Kodi%20Movies%22%5d%7d%5d%7d%2c%22type%22%3a%22movies%22%7d&reload=$INFO[Window(home).Property(EmbuaryWidgetUpdate)]
CallCode:videodb://tvshows/titles/?xsp=%7b%22group%22%3a%7b%22mixed%22%3afalse%2c%22type%22%3a%22none%22%7d%2c%22rules%22%3a%7b%22and%22%3a%5b%7b%22field%22%3a%22tag%22%2c%22operator%22%3a%22contains%22%2c%22value%22%3a%5b%22Fav.%20Kodi%20TV%20Shows%22%5d%7d%5d%7d%2c%22type%22%3a%22tvshows%22%7d&reload=$INFO[Window(home).Property(EmbuaryWidgetUpdate)]
Or set "Skin.SetBool(EmbuaryFavs)" to enable the context menu item.Code:RunScript(script.embuary.helper,action=togglefav,dbid=$INFO[ListItem.DBID],type=$INFO[ListItem.DBType])
(2019-10-17, 15:31)sualfred Wrote: Yep, reload paramenter works fine for xsp paths. It just don't work with paths of xml library files like library://..blablablalblab../movies.xml or playlists (afaik).
Quote:But it doesn't work on Matrix Windows builds yet, because of a missing dependency.What is the dependancy that is missing and has it been reported clearly?