Release script.embuary.helper - a skin helper service / widgets alternative
The GitHub version contains a small own favourites feature that is based on tags.
It adds/removes a tag for movie or a TV show that can be used for showing splitted favourite items.

Used library tags:
  • Movies -> Library Tag -> "Fav. Kodi Movies"
  • TV shows -> Library Tag -> "Fav. Kodi TV Shows"

XSP path for dynamic containers:
Fav. Movies
Code:
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)]
Fav. TV shows
Code:
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)]

Call
Code:
RunScript(script.embuary.helper,action=togglefav,dbid=$INFO[ListItem.DBID],type=$INFO[ListItem.DBType])
Or set "Skin.SetBool(EmbuaryFavs)" to enable the context menu item.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply


Messages In This Thread
RE: script.embuary.helper - a skin helper service / widgets alternative - by sualfred - 2019-10-17, 15:19
Logout Mark Read Team Forum Stats Members Help
script.embuary.helper - a skin helper service / widgets alternative3