Star rating
Posted: Sat Feb 04, 2006 6:48 pm
I have been using version 2.20 without any problem until today when the grabber complained about unknown characters in the data stream. I downloaded version 3.02, everything seemed to work except that the viewer I use to display the listing is no longer showing the star rating correctly. Comparing data.xml produced by the 2 versions, I see that version 2.20 generated
while version 3.02 generated
Is this change intentional? I know that xmltv has a new file format in the pipeline, but this doesn't look like it. I am using the Radio Times grabber and am not running any postprocessors.
Code: Select all
<star-rating>
<value>3/5</value>
</star-rating>
Code: Select all
<rating>
<star-rating>3/5</star-rating>
</rating>