I'm using the Digiguide Grabber, and it's working well generally. However, DG2XML gives me some extra items in the XML, i.e.:
Code: Select all
<audio>
<stereo>Stereo</stereo>
</audio>
<video>
<aspect>16:9</aspect>
</video>
<subtitles type = "teletext"/>
<subtitles type = "onscreen"/>
<rating system = "BBFC">
<value>U</value>
</rating>
<star-rating>
<value>2/5</value>
</star-rating>
BTW, saw a small problem with the data handling this week: in one description the was something along the lines of "Bob tries to sell his B&B; what sort of sad sack watches this stuff?". Looks like the grabber saw the ampersand but didn't replace it, probably because of the following semicolon (I'm guessing!). Normally I assume it would always replace these with "&".
Thanks as ever,
Rick