@Yaobing:
After reading the tooltip font thread in the main forum, I've been working on displaying images in my Theater View views for things like the MPAA Ratings field, resolution, etc. and I noticed that JRiver seems to be grabbing ratings from the "wrong" rating system in many cases. An example:
<programme start="20200403220000 -0400" stop="20200403230000 -0400" channel="I4.1.20431.schedulesdirect.org">
<title lang="en">Blue Bloods</title>
<sub-title lang="en">The Puzzle Palace</sub-title>
<rating system="Australian Classification Board">
<value>M 15+</value>
</rating>
<rating system="Canadian Parental Rating">
<value>14+</value>
</rating>
<rating system="Departamento de Justiça, Classificação, Títulos e Qualificação">
<value>14</value>
</rating>
<rating system="Film & Publication Board">
<value>13</value>
</rating>
<rating system="Freiwillige Selbstkontrolle der Filmwirtschaft">
<value>16</value>
</rating>
<rating system="Mediakasvatus- ja kuvaohjelmayksikkö">
<value>K16</value>
</rating>
<rating system="Régie du cinéma">
<value>13+</value>
</rating>
<rating system="USA Parental Rating">
<value>TV14</value>
</rating>
</programme>
In this example, the MPAA Rating column gets "M 15+" from the Australian system, rather than the expected "TV14". I'm just guessing, but it looks like when parsing the XML data, the first rating is used, regardless of the rating system. If you guys would consider making the default choice configurable or something, that would be appreciated. Always defaulting to the "USA Parental Rating" would be great for those of us who live in the USA, but I get that it wouldn't be desirable for all users.