Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
amit_thakkar
Visitor

not able to show image thumbnail in grid style

Hello,
I have built an application in which i am using grid style but it is not showing the image thumbnail (i.e. referred from xml generated).
If any one is aware of solution, kindly let me know asap.

Thanks in advance
Amit Thakkar
0 Kudos
3 REPLIES 3
RokuJoel
Binge Watcher

Re: not able to show image thumbnail in grid style

Post an example of the XML, or PM me if you don't want to post it publicly.

- Joel
0 Kudos
amit_thakkar
Visitor

Re: not able to show image thumbnail in grid style

please find the xml format below. i have been using item.hdImg & item.sdImg for binding..

<feed>
<resultLength>1</resultLength>
<endIndex>1</endIndex>
<item sdImg="http://webserver:IP/roku/images/fanna.png" hdImg="http://webserver:IP/roku/images/fanna.png" thumbnailURL="http://webserver:IP/roku/images/fanna.png">
<title>Title</title>
<contentId>10001</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<media>
<thumbnailURL>http://webserver:IP/roku/images/fanna.png</thumbnailURL>
<streamFormat>mp4</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1436</streamBitrate>
<streamUrl>..path of video to be played</streamUrl>
</media>
<synopsis>synopsis</synopsis>
<genres>Clip</genres>
<runtime>10000</runtime>
</item>
<resultLength>2</resultLength>
<endIndex>2</endIndex>
</feed>


plese guide whether i am making a mistake..

Thanks
Amit Thakkar
0 Kudos
RokuJoel
Binge Watcher

Re: not able to show image thumbnail in grid style

hmm - webserver:ip doesn't look right. what comes after the : should be a port number if your webserver is running on a non-standard port, like http://myserver.com:4030/roku/images/fanna.png otherwise it would just be http://myserver.com/roku/images/fanna.png, or if the word "IP" is the name of a folder then it should be http://myserver.com/ip/roku/images/fanna.png

- Joel
0 Kudos