Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
Hi @Wintermute0110

I'm doing a minor modifications in a certain skin to show all metadata provide by the addon. at the moment i could get correct return of year, genre, rating and developer.

My Nfo of Street Fighter II has the following tags
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Exported by AEL on 2018-01-15 10:07:07 -->
<game>
  <title>Street Fighter II</title>
  <year>1992</year>
  <genre>Fighter</genre>
  <developer>Capcom</developer>
  <nplayers>1-2 Players</nplayers>
  <esrb>ESRB - RP (Rating Pending)</esrb>
  <rating>8</rating>
  <plot>&quot;The original Street Fighter II is a famous fighting game. Players select from one of eight characters: Ryu, Ken, Blanka, E. Honda, Zangief, Chun Li, Guile and Dhalsim to do battle with. They must then use their combat strengths to defeat the other seven fighters followed by four boss characters: M. Bison, Vega, Sagat and Balrog. Each character represents a certain country and has their own reasons for wanting to win against the others.Each character contains his own selection of basic fighting techniques based on three styles of punches and three styles of kicks. The effect of each of these changes depending on the characters orientation (ducking, airborne or standing still). Street Fighter 2 made famous the &quot;&quot;button combination&quot;&quot; style of gameplay used to unleash powerful moves specific to each character. These include the ability to project fireballs, channel electricity or capture the opponent in a tight suplex.Street Fighter 2 is one of the most cloned fighting games and its effects on gameplay and fighting games specifically can not be understated. Street Fighter 2 is responsible for making popular several different elements.&quot;</plot>
</game>

$INFO[ListItem.Year] returns year (eg. 1992)
$INFO[ListItem.Genre] returns genre (eg fighter)
$INFO[ListItem.Studio] returns developer (eg Capcon)
$INFO[ListItem.Rating] returns rating value (eg 8)

But, I can't return values to nplayers and ESRB, i've tried $INFO[ListItem.Nplayers] and $INFO[ListItem.Players] but the value retrns empty, the same to ESRB $INFO[ListItem.Esrb].
This a skin dependent? 
Or the sintax is wrong? 

And I missing the publisher of games. I think both (Developer and Publisher) are inportant. If not ask too much, please consider add a publisher too.

Thanks in Advanced (emulator launcher?)
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by sagrath - 2018-01-19, 13:51
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12