-
-
Notifications
You must be signed in to change notification settings - Fork 15
Widgets: Movies
Example
plugin://script.embuary.helper/?info=getinprogress&type=movie&tag=HDR
Explanation
- type = required
- tag = optional, additional filter option to filter by library tag
Returns in progress items.
Example
plugin://script.embuary.helper/?info=getsimilar&type=movie&pos=0&tag=HDR
Explanation
- type = required
- pos = optional, will return the result of the most recent watched item (starts with "0")
- tag = optional, additional filter option to filter by library tag
Available item properties
- ListItem.Property(searchstring) = Item that was used for the query
Picks up to 2 random genres of random watched item and returns similar items of your library.
Example
plugin://script.embuary.helper/?info=getsimilar&dbid=$INFO[ListItem.DBID]&type=movie&tag=HDR
Explanation
- dbid = required
- type = required
- tag = optional, additional filter option to filter by library tag
Available item properties
- ListItem.Property(searchstring) = Movie that was used for the query
Picks up to 2 random genres of the item and returns similar items of your library.
Example
plugin://script.embuary.helper/?info=getbygenre&unwatched=True&type=movie&tag=HDR
Explanation
- type = required
- unwatched = optional (true or false)
- tag = optional, additional filter option to filter by library tag
Returns suggestions based on a random genre of your library
Example
plugin://script.embuary.helper/?info=getgenre&type=movie
Explanation
- type = required
Available item properties
- ListItem.Property(Poster.%i) = random poster of the genre (%i = 0,1,2,3)
Returns all available genres. Each ListItem has 4 posters of each single genre stored as property. If PIL is supported it will create a collage thumb automatically and stores the value in ListItem.Art(thumb).
Example
plugin://script.embuary.helper/?info=getdirectedby&dbid=$INFO[ListItem.DBID]
Explanation
- dbid = required
Available item properties
- ListItem.Property(searchstring) = Director
Returns a list of available movies that are directed by the same directors.
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