2021-01-13, 16:34
That is data for single movie, I need for imdb top250.This info have own data with id i"imdb.get_top250_db" ...never mind, .I will install leia tonight, for test.
(2021-01-13, 17:29)Edworld Wrote: I know other plugins have been able to pull rottentomato audience score using xml, I am not sure if that is something you would like to fix on the helper
(2021-01-13, 20:46)Edworld Wrote: if you can update the helper to pull the ratings and critics consensus it would be great!
(2021-01-14, 05:45)Edworld Wrote: I continued testing by deleting simplecachedb and I can not get anything in omdb displayed in aura skin. I am also missing the top250 now.
"{'tt0111161': 1, 'tt0068646': 2, 'tt0071562': 3, 'tt0468569': 4, 'tt0050083': 5, 'tt0108052': 6, 'tt0167260': 7, 'tt0110912': 8, 'tt0060196': 9, 'tt0120737': 10, 'tt0137523': 11, 'tt0109830': 12, 'tt1375666': 13, 'tt0167261': 14, 'tt0080684': 15,........
<control type="image">
<top>0</top>
<width>32</width>
<height>32</height>
<texture colordiffuse="$PARAM[colordiffuse]">flags/$PARAM[directory]/ratings/popcorn.png</texture>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.UserMeter))</visible>
<visible>Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.UserMeter),59)</visible>
<visible>$PARAM[usermeter]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<control type="image">
<top>0</top>
<width>32</width>
<height>32</height>
<texture colordiffuse="$PARAM[colordiffuse]">flags/$PARAM[directory]/ratings/spilt.png</texture>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.UserMeter))</visible>
<visible>!Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.UserMeter),59)</visible>
<visible>$PARAM[usermeter]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<control type="label">
<textcolor>main_fg_70</textcolor>
<top>2</top>
<width>auto</width>
<height>28</height>
<align>right</align>
<font>font_tiny</font>
<label>$INFO[Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.UserMeter), ,% ]</label>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.UserMeter))</visible>
<visible>$PARAM[usermeter]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<control type="image">
<width>32</width>
<height>32</height>
<texture colordiffuse="$PARAM[colordiffuse]">flags/$PARAM[directory]/ratings/rtrotten.png</texture>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Rating))</visible>
<visible>Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.Rating),0) + !Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.Rating),59)</visible>
<visible>$PARAM[rottentomatoes]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<control type="image">
<width>32</width>
<height>32</height>
<texture colordiffuse="$PARAM[colordiffuse]">flags/$PARAM[directory]/ratings/rtfresh.png</texture>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Rating))</visible>
<visible>Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.Rating),59) + !Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.Rating),74)</visible>
<visible>$PARAM[rottentomatoes]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<control type="image" description="remove the rtfresh texture line for certified logo">
<width>32</width>
<height>32</height>
<texture colordiffuse="$PARAM[colordiffuse]">flags/$PARAM[directory]/ratings/rtfresh.png</texture>
<texture colordiffuse="$PARAM[colordiffuse]">flags/$PARAM[directory]/ratings/certified.png</texture>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Rating))</visible>
<visible>Integer.IsGreater(Window(home).Property(SkinHelper.ListItem.RottenTomatoes.Rating),74)</visible>
<visible>$PARAM[rottentomatoes]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<control type="label">
<textcolor>main_fg_70</textcolor>
<top>2</top>
<width>auto</width>
<height>28</height>
<align>right</align>
<font>font_tiny</font>
<label>$INFO[Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Rating), ,% ]</label>
<visible>!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Rating))</visible>
<visible>$PARAM[rottentomatoes]</visible>
<visible>!Skin.HasSetting(Ratings.RottenTomatoes)</visible>
</control>
<label>$INFO[Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.rating), ,% ]</label>
Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.rating.percent))
(2021-01-15, 19:11)Angelinas Wrote: Please use [ c o d e ] [ / c o d e ]..........if you post long text.....I can't read on mobileI have been watching your work and trying to test it. I still can't the above to work in latts9923 MQ8 Mod for matrix to work.
All good from script, skin code use wrong value for RottenTomatoes.rating)
for % need to useCode:<label>$INFO[Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.rating), ,% ]</label>
Code:Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.rating.percent))
(2021-01-16, 22:20)Angelinas Wrote: For instaling and enebling SHS need to have this module, check in your kodi addon - setings "menage dependencies "Is there a "script.tv.show.next.aired" for Matrix?
requires:
-script.module.metadatautils
-script.module.simplecache
-script.module.musicbrainz
-script.module.thetvdb
-script.module.cherrypy
-script.tv.show.next.aired
-script.module.arrow
-script.module.beautifulsoup4
-script.module.simplejson
-script.module.requests
-script.module.six
if somthing is missing or disable can't install SHS
check your log in kodi what's missing