(2020-12-01, 20:37)bsoriano Wrote: Amber does not read NFO files.
No I think it does (or Kodi does). If I change something in the nfo file and then do an update from DialogVideoInfo it shows the change.
For example if I change <rating name="imdb" max="10" default="true"> to <rating name="tmdb" max="10" default="true">
it will be displayed in the skin after a manual reload. Because it updates the internal DB.
However I am struggeling here with my little project. But I have just not enough knowledge about how the whole thing works.
I am trying to copy the Ratingsbar over to the foot of FanartView. It's just that I would like to have them there.
I have copied the corresponding section from DialogVideoInfo to Includes_Media FooterInfo. But it works only for the default (main) rating entry. It would either show IMDb if is the default and not show TMDb or vice versa. In DialogVideoInfo all ratings are shown. Although I use the same syntax in Includes_Media, there variables or listitems are obvioulsy not known there. E.g. if IDMb is the default ListItem.Rating(tmdb) is empty.
Also it makes no difference whether I use
<label>$VAR[TheMovieDBLabelVar]%</label>
or
<label>$INFO[ListItem.Rating(tmdb)]</label>
Is there a quick way that you explain to me how I can make use of all the variables of all ratings in Includes_Media?