Closed sfatula closed 4 years ago
The following XML tags are currently not supported.
rating, star-rating, credits
But will be implemented soon.
In your example, the attribute system is missing. According to my research, the value is not enough.
<rating system="Australian Classification Board">
<value>MA 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="Mediakasvatus- ja kuvaohjelmayksikkö">
<value>K12</value>
</rating>
<rating system="Film & Publication Board">
<value>13</value>
</rating>
<rating system="USA Parental Rating">
<value>TV14</value>
</rating>
<rating system="VCHIP">
<value>TV-14</value>
</rating>
<rating system="advisory">
<value>Violence</value>
</rating>
There are other valid systems near as I can tell, for example MPAA is the biggest one here in the US (with ratings such as R, PG-13, etc.). According to the dtd found at https://github.com/XMLTV/xmltv/blob/master/xmltv.dtd, system is defined as "implied" which should mean optional.
Thanks for considering the request.
As it looks, Plex always uses the first entry if more are available. The language tag of the XMLTV file and the language set in Plex seems to be ignored :(
For me, am only going to put one rating per program so not an issue. I'd love the feature despite any limitation.
The missing tags are now in the beta branch: https://github.com/xteve-project/xTeVe#xteve-beta-branch
So, I have tested this for a bit and I have had zero issue. But I only tested (and used) the rating addition, not the others as I don't use those. Working great! Thanks!
Sample xmltv input to xteve:
What xteve outputs when using xepg:
Note rating is dropped. Here is another sample of rating from an existing case, though curiously it's not mentioned:
https://github.com/xteve-project/xTeVe/issues/44#issuecomment-552651688
Rating is extremely useful for many purposes, including blocking children from watching, etc.
**Server / Desktop
To Reproduce Using xepg, use a xmltv file with rating tags in it as input on the XMLTV tab Allow xteve (or force it) to create an output xteve.xml Notice it has dropped the Rating tag.
Expected behavior I expect xteve to pass through the rating tag as is as it's part of the xmltv spec.
**Desktop