Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1802

Is it possible to take a parameter from an NFO file and bring it back into the skin?

$
0
0
I'm wondering if it's possible to pull this "popularity" parameter out of an NFO scraper file.

I found that in other skins they use this command:
$INFO[Window(Home).Property(SkinHelper.ListItem.Popularity)]

but I can't install skin-helper, I don't know if it's still supported.


This is my NFO file, where "popularity" is present: 86,513
I wonder if with some command like "ListItem.Property..." it is possible to bring it back into the skin.


genre": "Sci-Fi & Fantasy",
  "homepage": "https://www.disneyplus.com/series/she-hulk-attorney-at-law/gPwaYusKqRQh",
  "imdb_id": "tt10857160",
  "last_air_date": "2022-10-13",
  "mediatype": "tvshow",
  "mpaa": "TV-14",
  "number_of_episodes": 9,
  "number_of_seasons": 1,
  "original_language": "en",
  "originaltitle": "She-Hulk: Attorney at Law",
  "plot": "Jennifer Walters",
  "popularity": 86,513,
  "posters": [
      "https://image.tmdb.org/t/p/original/hJfI6AGrmr4uSHRccfJuSsapvOb.jpg",
      "https://image.tmdb.org/t/p/original/3qO7wycn6o0lUJf15dupMFbEBTY.jpg",


I couldn't find anything about it on the wiki or even on this forum.


Thank you, any help will be appreciated.

Viewing all articles
Browse latest Browse all 1802

Trending Articles