-
-
Notifications
You must be signed in to change notification settings - Fork 15
Widgets: Mixed content
Example
plugin://script.embuary.helper/?info=getinprogress&tag=HDR
Explanation
- tag = optional, additional filter option to filter by library tag
Returns a mix of in progress movies and shows.
Example
plugin://script.embuary.helper/?info=getbygenre&unwatched=True&tag=HDR
Explanation
- unwatched = optional (true or false)
- tag = optional, additional filter option to filter by library tag
Returns movie and show suggestions based on a random genre of your library
Examples
Movies based on a random actor of DBID item
plugin://script.embuary.helper/?info=getitemsbyactor&type=tvshow&dbid=$INFO[ListItem.DBID]&content=movie
Movies and TV shows based on a random actor of DBID item
plugin://script.embuary.helper/?info=getitemsbyactor&type=tvshow&dbid=$INFO[ListItem.DBID]
Explanation
- dbid = required (the DBID item will be exluded from the results)
- type = required
- content = optional (tvshow or movie)
Available item properties
- ListItem.Property(searchstring) = Actor
Picks a random person from the first 4 actor values of the library item (mostly the main cast) and returns other items with this actor. By default the listing contains movies and TV shows.
Examples
TV shows based on a given actor name excluding a given TV show
plugin://script.embuary.helper/?info=getitemsbyactor&label=$INFO[Container(50).ListItem.Label]&exclude=$INFO[ListItem.TVShowTitle]&content=tvshow
Movies and TV shows based on a given actor name
plugin://script.embuary.helper/?info=getitemsbyactor&label='"Bruce Willis"'
Explanation
- label = required (actor name)
- exclude = optional (exclude a movie or TV show by title)
- content = optional (tvshow or movie)
Available item properties
- ListItem.Property(searchstring) = Actor
Uses a given person name and returns other items with this actor. By default the listing contains movies and TV shows.
script and wiki created by sualfred
- Go to path
- Play item
- Play SFX sound
- Play all, shuffled, from here
- Play folder
- Play random
- Reset container positions
- Browse TV show of episode
- Get TV show details
- Blur image
- Split value
- Check if file exists
- Update library item
- Get .txt file content
- Get system locale
- Set timer
- Encode/decode string
- Calculate
- Get add-on setting
- Image dimension and aspect ratio
- Attention & warning
- Auto font change
- Set Kodi setting
- Get Kodi setting
- Toggle Kodi setting
- Disable/enable add-ons
- The background service
- Restarting the service
- Global background images
- Auto playlist clearing
- Auto refresh widgets
- Player audio track detection
- Player audio and subtitle info labels
- Channel logo of playing recording
- Artist and album artworks for music playback
- Auto fullscreen on playback
- Next item of video playlist
- Player artwork dimension and aspect ratio
- Player icon blurring
- Detect / populate library tags
- In progress media
- Media by random genre
- Get more items of random actor
- Get more items by given actor
- In progress movies
- Suggestions based on watched movies
- Similar movies based on movie
- Movies by random genre
- Movie genres
- Directed by