Forum Discussion

dew's avatar
dew
Visitor
14 years ago

VideoPlayer XML Question

Hi I was wondering if someone could point me in the right direction I need to add Ratings, Release Date, and Director to my XML files to display on the RoSpringboard
using the videoplayer example I have looked at the SDK ver4.1 and looking in the Component Reference pdf I see in the Rospringboard layout it shows them there but when I look at the XML file the fields are not there. I also notice that in the XML file that some of the categories do not match up to what they are example below

<item sdImg="location of image" hdImg="location of image">
<title>Movie title</title>
<contentId>10011</contentId>
<contentType>Classic Film</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>mp4</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>location of video</streamUrl>
</media>
<synopsis>description of film</synopsis>
<genres>Classic Film</genres> THIS FIELD IS ACTUALLY ACTORS ON THE roSpringboard
<runtime>7200</runtime>
<releasedate></releasedate> Need to add this
<rating></rating> Need to add this
<Director></Director> Need to add this

</item>

I hope this makes sence and thanks in advance for any help
Cheers
DEW

11 Replies