2019-08-05, 16:11
Embuary Info Script
This script provides skinners the option to call The Movie DB for actor and video infos.
Region, language, API, caching settings:
Supported Kodi versions
Download
Context menu add-on
With the optional context menu add-on it's possible to use this script in all skins.
Wiki / documentation
Please take a look at the readme and shipped .xml files of the script for reference.
https://github.com/sualfred/script.embua.../README.md
Examples of calling the script
Shipped widgets (also available by browsing the addon)
Help to translate the script into your language!
Translate on TransiFex
Donations
Free beer or money for the tip jar of my daughter is welcome and helps me to stay motivated
Please click here to donate
This script provides skinners the option to call The Movie DB for actor and video infos.
Region, language, API, caching settings:
- The script already comes with a own TMDb API. For more information you can add your own OMDb API key to get Rotten ratings, etc.
- I've implemented my own translation fallback rules, because the TMDb API doesn't include a working and good fallback solution. It always tries to find the preferred data based on your config.
- To reduce the API requests fetched data will be cached for 14 days (for widgets only 3h). This can be disabled in the script settings.
Supported Kodi versions
- Leia / Matrix
Download
- The most current version is always available on my private Kodi repo
- The latest stable version is availabe on the Kodi repo
- Source code and development branch on GitHub
Context menu add-on
With the optional context menu add-on it's possible to use this script in all skins.
- Available on my private Kodi repo
- In the Kodi Repo once it has been reviewed. Available in the Kodi repo
Wiki / documentation
Please take a look at the readme and shipped .xml files of the script for reference.
https://github.com/sualfred/script.embua.../README.md
Examples of calling the script
- RunScript(script.embuary.info,call=person,query='"Bruce Willis"')
- RunScript(script.embuary.info,call=person,tmb_id=65)
- RunScript(script.embuary.info,call=tv,query='"Californication"')
- RunScript(script.embuary.info,call=movie,query='"Iron Man"')
- With string + year: RunScript(script.embuary.info,call=movie,query='"Iron Man"',year=2000)
- With IMDb number: RunScript(script.embuary.info,call=movie,external_id=tt12345)
- With TVDb number: RunScript(script.embuary.info,call=tv,external_id=12345)
- Season with TVDb number: RunScript(script.embuary.info,call=tv,tmbd_id=65,season=1)
Shipped widgets (also available by browsing the addon)
- plugin://script.embuary.info/?info=trending&call=movie&get=week = trending movies
- plugin://script.embuary.info/?info=movies&call=upcoming = upcoming movies
- plugin://script.embuary.info/?info=movies&call=now_playing = now playing movies
- plugin://script.embuary.info/?info=movies&call=top_rated = top rated movies
- plugin://script.embuary.info/?info=movies&call=popular = popular movies
- plugin://script.embuary.info/?info=trending&call=tv&get=week = trending shows
- plugin://script.embuary.info/?info=tvshows&call=top_rated = top rates shows
- plugin://script.embuary.info/?info=tvshows&call=popular = popular shows
- plugin://script.embuary.info/?info=tvshows&call=airing_today = shows airing today
- plugin://script.embuary.info/?info=tvshows&call=on_the_air = shows on the air
Help to translate the script into your language!
Translate on TransiFex
Donations
Free beer or money for the tip jar of my daughter is welcome and helps me to stay motivated
Please click here to donate