slideshow_item

kavulix

Item type: slideshow
Roku component: roSpringboardScreen + roSlideShow


Example

<item type="slideshow"
      title="My slideshow title"
      sdposterurl="http://yoursite.com/slideshow_sd.jpg"
      hdposterurl="http://yoursite.com/slideshow_hd.jpg"
      contentid="the_id_of_my_slideshow">
   <image url="http://yoursite.com/image1.png" overlay="Image #1"/>
   <image url="http://yoursite.com/image2.png" overlay="Image #2"/>
   <image url="http://yoursite.com/image3.png" overlay="Image #3"/>
</item>

Supported Attributes

Name: title
Type: string
Supported values
any string of text

Name: shortdesc
Type: string
Supported values
any string of text

Name: sdposterurl
Type: string
Supported values
any url pointing to a jpg, png or gif image

Name: hdposterurl
Type: string
Supported values
any url pointing to a jpg, png or gif image

Name: enableextensions
Type: boolean
Supported values
true|false

Name: enablescrapers
Type: boolean
Supported values
true|false

Name: contentid
Type: string
Supported values
any string of text

Name: eiurl
Type: string
Supported values
any url pointing to an "email information" script
Notes
If this attribute is not included on a slideshow item then the global eiurl pref will be used instead. This attribute is useful if you need to add a unique parameter to the eiurl for each item.

Name: releasedate
Type: string
Supported values
any string of text
Notes
There is no specific format for the date string. You can use "November 10, 2012" or "11/10/12" or "Sat Nov 10" or any other date format.

Name: starrating
Type: integer
Supported values
any integer between 1-100

Name: disableresumebtn
Type: boolean
Supported values
true|false
Notes
If this attribute is omitted the resume button will be displayed by default.

Name: disableplaybtn
Type: boolean
Supported values
true|false
Notes
If this attribute is omitted the play button will be displayed by default.

Name: disabledescriptionbtn
Type: boolean
Supported values
true|false
Notes
If this attribute is omitted the "view full description" button will be displayed by default.

Name: enablereportstreambtn
Type: boolean
Supported values
true|false

Name: enableemailmebtn
Type: boolean
Supported values
true|false

Name: enableemailfriendbtn
Type: boolean
Supported values
true|false


Supported Child Nodes

description

extension

scraper

image


MongoDB Logo MongoDB