• 1
  • 273
  • 274
  • 275(current)
  • 276
  • 277
  • 280
Mod Estuary MOD - KODI 17 (DISCONTINUED)
(2017-06-15, 20:39)Angelinas Wrote: omdb.get_details_by_imdbid.tt2179136

Code:
{'rating': 7.3, 'art': {'thumb': u'https://images-na.ssl-images-amazon.com/images/M/MV5BMTkxNzI3ODI4Nl5BMl5BanBnXkFtZTgwMjkwMjY4MjE@._V1_SX300.jpg'}, 'dvdrelease': u'2015-05-19', 'rating.imdb': u'7.3', 'rottentomatoesmeter': u'72', 'rottentomatoes.meter': u'72', 'genre': u'Action, Biography, Drama', 'year': 2014, 'rottentomatoes.fresh': 72, 'rottentomatoes.rating': u'72', 'title': u'American Sniper', 'mpaa': u'R', 'writer': u'Jason Hall, Chris Kyle (book), Scott McEwen (book), Jim DeFelice (book)', 'rating.percent.imdb': '73', 'premiered.formatted': u'16 Jan 2015', 'homepage': u'http://www.americansnipermovie.com', 'thumbnail': u'https://images-na.ssl-images-amazon.com/images/M/MV5BMTkxNzI3ODI4Nl5BMl5BanBnXkFtZTgwMjkwMjY4MjE@._V1_SX300.jpg', 'rottentomatoes.image': [{u'Source': u'Internet Movie Database', u'Value': u'7.3/10'}, {u'Source': u'Rotten Tomatoes', u'Value': u'72%'}, {u'Source': u'Metacritic', u'Value': u'72/100'}], 'votes': 353177, 'director': u'Clint Eastwood', 'imdbnumber': u'tt2179136', 'studio': u'Warner Bros.', 'metacritic.rating': u'72', 'rating.mc.text': u'72/100', 'dvdrelease.formatted': u'19 May 2015', 'metacritic.rating.percent': u'72', 'rottentomatoes.rating.percent': u'72%', 'country': u'USA', 'premiered': '16-01-2015', 'rating.rt': u'72', 'boxoffice': u'$274,377,268', 'votes.imdb': u'353,177', 'awards': u'Won 1 Oscar. Another 18 wins & 38 nominations.', 'rating.imdb.text': u'7.3/10', 'runtime': 7980, 'rating.mc': u'72'}

So it's needed to have personal OMDB API key, that's right ?
 Estuary MOD V2 
Reply
Yes...must have own API key, from may 2017
Your old info in simplecache.db expired...and now you dont have OMDB info Sad
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-06-15, 21:56)Angelinas Wrote: Yes...must have own API key, from may 2017
Your old info in simplecache.db expired...and now you dont have OMDB info Sad

Maybe this infolabel can be a solution for that no ?

ListItem.Rating[(name)] -> Shows the scraped rating of the currently selected item in a container. Optionally you can specify the name of the scraper to retrieve a specific rating.

But I have no idea with what value "name" needs to be replaced...
 Estuary MOD V2 
Reply
$INFO[ListItem.Rating(IMDB)]-working
$INFO[ListItem.Rating(TMDB)]-working
$INFO[ListItem.RatingAndVotes(IMDB)]-not working My Scraper dont support this
$INFO[ListItem.RatingAndVotes(TMDB)]-not working My Scraper dont support this
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-06-15, 22:48)Angelinas Wrote: $INFO[ListItem.Rating(IMDB)]-working
$INFO[ListItem.Rating(TMDB)]-working
$INFO[ListItem.RatingAndVotes(IMDB)]-not working My Scraper dont support this
$INFO[ListItem.RatingAndVotes(TMDB)]-not working My Scraper dont support this

What scraper do you use ? I use The Movie Database and I just try $INFO[ListItem.Rating(IMDB)] and it return the same rating as TMDB.
 Estuary MOD V2 
Reply
Yes you have right,,,all is from one scraper

try to add both in line
Code:
<param name="label" value="$LOCALIZE[563] IMDB : [COLOR white]$INFO[ListItem.Rating(IMDB)] $INFO[ListItem.Votes,( , $LOCALIZE[40027])][/COLOR]" />
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-06-15, 23:11)Angelinas Wrote: Yes you have right,,,all is from one scraper

try to add both in line
Code:
<param name="label" value="$LOCALIZE[563] IMDB : [COLOR white]$INFO[ListItem.Rating(IMDB)] $INFO[ListItem.Votes,( , $LOCALIZE[40027])][/COLOR]" />

Yes I have try this but it return same rating as TMDB.

That's why I don't understand this infolabel, it return the same value as $INFO[ListItem.Rating]

I have try with french movie "Alibi.com", on IMDB rating is 6.7 and on TMDB is 7.2. And value return always 7.2
 Estuary MOD V2 
Reply
I believe there is only one rating stored at scraping, IMDb or TMDb/TVDb can be selected from scraper add-on or from source settings.
Reply
Sorry, so how do we get IMDB rating to show? Kind of an essential feature Sad
Reply
I had hidden Music Videos, and wish start on them now. I "un-hid" the item under skin|configure main menu, but I can't get it to show.

This has to be REALLY obvious - just too obvious for me though.
Core 2/Duo 3.3g, 8Gb Memory, Win7/x32, Remote Wonder stuffed into a Antec Theatre Case.
SageTV, Kodi.
Reply
Ok, going to have to change skins then if this has just been dropped. Any recommendations?
Reply
hey everyone Smile I've just been setting up Kodi manually for the first time, and I'm pretty much there, except I do not have any indicators / overlay on the posters to show what has been watched already? any ideas? I've looked through every setting repeatedly!
Reply
Is this too heavy for fire stick? Anyone using it on fire stick?
Reply
Hi all is it possible to havee mixed type of custom widgets on the home page?
for example on tv shows

widget 1 (Thumb) recently added episodes
widget 2 (Poster) in progress series

and so on

I know there are presets, but i'm using custom video nodes and the presets with those doesn't work

Thanks in advance,

ZIOLele
Reply
(2017-07-21, 22:31)ZIOLele Wrote: Hi all is it possible to havee mixed type of custom widgets on the home page?
for example on tv shows

widget 1 (Thumb) recently added episodes
widget 2 (Poster) in progress series

and so on

I know there are presets, but i'm using custom video nodes and the presets with those doesn't work

Thanks in advance,

ZIOLele

No, not possible, you can do it with Estuary MOD v2 for Kodi 18.
 Estuary MOD V2 
Reply
  • 1
  • 273
  • 274
  • 275(current)
  • 276
  • 277
  • 280

Logout Mark Read Team Forum Stats Members Help
Estuary MOD - KODI 17 (DISCONTINUED)36