Kodi Community Forum

Full Version: script.embuary.info - get TMDb data - the little ExtendedInfo brother
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Yes, but this addon is optional and is not shipped with it.
(2019-08-26, 14:42)sualfred Wrote: [ -> ]Yes, but this addon is optional and is not shipped with it.

Great,thanks.
If I select an actor and then have the movies in which he acted displayed to me, it would still be cool, to see what role he played there. Maybe as label2? That's just a request Smile
Sure. I'll add it.

@beatmasterrs 
https://github.com/sualfred/script.embua...274908b0b8

Container(10052).ListItem.Property(role) + Container(10053).ListItem.Property(role)
Doesn't like Marlon Brando. Confused

https://paste.kodi.tv/aloqiraxar.kodi
Who cannot like Marlon Brando?!

Gimme a few.
Indeed and thanks.
@Hitcher 
Marlon Brando from "The Godfather"?
Works here as it should.

Can you please disable caching in the addon settings to see if one of my recent changes are not compatible to your cached data?
Cheers, that fixed it. Is it OK to re-enable caching?
Yes, but you have to delete the simplecache.db. Otherwise the faulty cache is there for a max. of 14 days.
Ah, simplecache.db is what I was looking for, thanks.
Np. The next version will always write the cache even if it's disabled, so broken data gets overwritten. And a version bump will always recache everything. Just to be sure.
(2019-08-27, 11:11)sualfred Wrote: [ -> ]Sure. I'll add it.

@beatmasterrs 
https://github.com/sualfred/script.embua...274908b0b8

Container(10052).ListItem.Property(role) + Container(10053).ListItem.Property(role)
Thanks a lot SmileSmile
merged to the kodi repo. should be available tomorrow.
FYI:
I've added some more useful information in properties. These aren't used in the shipped windows so please take a look in the updated readme. It has all available props covered:
https://github.com/sualfred/script.embua.../README.md

Code:
* `Container(10051).ListItem.Property(Homepage)` = Homepage
* `Container(10051).ListItem.Property(Network.%i)` = Network name (%i = 0,1,2,3,...)
* `Container(10051).ListItem.Property(Network.icon.%i)` = Network icon (%i = 0,1,2,3,...)
* `Container(10051).ListItem.Property(Studio.%i)` = Studio name (%i = 0,1,2,3,...)
* `Container(10051).ListItem.Property(Studio.icon.%i)` = Studio icon (%i = 0,1,2,3,...)
* `Container(10051).ListItem.Property(Collection)` = Belongs to collection
* `Container(10051).ListItem.Property(Collection_id)` = Collection ID
* `Container(10051).ListItem.Property(Collection_poster)` = Collection poster art
* `Container(10051).ListItem.Property(Collection_fanart)` = Collection fanart
* `Container(10051).ListItem.Property(NextEpisode)` = Next aired episode name
* `Container(10051).ListItem.Property(NextEpisode_number)` = Next aired episode number
* `Container(10051).ListItem.Property(NextEpisode_season)` = Next aired episode season number
* `Container(10051).ListItem.Property(NextEpisode_plot)` = Next aired episode plot
* `Container(10051).ListItem.Property(NextEpisode_date)` = Next aired episode date
* `Container(10051).ListItem.Property(NextEpisode_thumb)` = Next aired episode thumb
* `Container(10051).ListItem.Property(LastEpisode)` = Last aired episode name
* `Container(10051).ListItem.Property(LastEpisode_number)` = Last aired episode number
* `Container(10051).ListItem.Property(LastEpisode_season)` = Last aired episode season number
* `Container(10051).ListItem.Property(LastEpisode_plot)` = Last aired episode plot
* `Container(10051).ListItem.Property(LastEpisode_date)` = Last aired episode date
* `Container(10051).ListItem.Property(LastEpisode_thumb)` = Last aired episode thumb

I also added an improved movie/shows result in the person dialog. They can be enabled/disabled in the addon settings:
- Option to hide documentaries of movies (like making of, behind the scenes, the story behind, etc). Enabled by default
- Option to hide reality, talk and news shows.  Disabled by default.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24