Kodi Community Forum
Release script.embuary.info - get TMDb data - the little ExtendedInfo brother - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release script.embuary.info - get TMDb data - the little ExtendedInfo brother (/showthread.php?tid=346034)

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 25


RE: script.embuary.info - the little ExtendedInfo brother - sualfred - 2019-08-26

Yes, but this addon is optional and is not shipped with it.


RE: script.embuary.info - the little ExtendedInfo brother - User 405025 - 2019-08-26

(2019-08-26, 14:42)sualfred Wrote: Yes, but this addon is optional and is not shipped with it.

Great,thanks.


RE: script.embuary.info - the little ExtendedInfo brother - beatmasterrs - 2019-08-27

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


RE: script.embuary.info - the little ExtendedInfo brother - sualfred - 2019-08-27

Sure. I'll add it.

@beatmasterrs 
https://github.com/sualfred/script.embuary.info/commit/96ba6405a62dbd40bf3e6f9891a07b274908b0b8

Container(10052).ListItem.Property(role) + Container(10053).ListItem.Property(role)


RE: script.embuary.info - the little ExtendedInfo brother - Hitcher - 2019-08-27

Doesn't like Marlon Brando. Confused

https://paste.kodi.tv/aloqiraxar.kodi


RE: script.embuary.info - the little ExtendedInfo brother - sualfred - 2019-08-27

Who cannot like Marlon Brando?!

Gimme a few.


RE: script.embuary.info - the little ExtendedInfo brother - Hitcher - 2019-08-27

Indeed and thanks.


RE: script.embuary.info - the little ExtendedInfo brother - sualfred - 2019-08-27

@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?


RE: script.embuary.info - the little ExtendedInfo brother - Hitcher - 2019-08-27

Cheers, that fixed it. Is it OK to re-enable caching?


RE: script.embuary.info - the little ExtendedInfo brother - sualfred - 2019-08-27

Yes, but you have to delete the simplecache.db. Otherwise the faulty cache is there for a max. of 14 days.


RE: script.embuary.info - the little ExtendedInfo brother - Hitcher - 2019-08-27

Ah, simplecache.db is what I was looking for, thanks.


RE: script.embuary.info - the little ExtendedInfo brother - sualfred - 2019-08-27

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.


RE: script.embuary.info - the little ExtendedInfo brother - beatmasterrs - 2019-08-27

(2019-08-27, 11:11)sualfred Wrote: Sure. I'll add it.

@beatmasterrs 
https://github.com/sualfred/script.embuary.info/commit/96ba6405a62dbd40bf3e6f9891a07b274908b0b8

Container(10052).ListItem.Property(role) + Container(10053).ListItem.Property(role)
Thanks a lot SmileSmile


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2019-08-27

merged to the kodi repo. should be available tomorrow.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2019-09-02

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.embuary.info/blob/master/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.