Difference between revisions of "Chumby Property Dictionary"

From Chumby Wiki
Jump to: navigation, search
(_chumby_widget_done)
(_chumby_music_source_state)
Line 11: Line 11:
 
* XML: Contains the properties of the current music selection.
 
* XML: Contains the properties of the current music selection.
 
* the name of the entity changes depending on the music source.
 
* the name of the entity changes depending on the music source.
 +
 +
{| class="wikitable" style="text-align:left" border='1' cellspacing='0' cellpadding='2'
 +
|- bgcolor='lightgray'
 +
!_chumby_music_source_selector
 +
!_chumby_music_source_state
 +
!_chumby_music_source_label
 +
|-
 +
|mediafly
 +
|<channel slug="history and culture" name="history and culture" />
 +
|US Job Losses; Dr King---s Dream; Primary News
 +
|-
 +
|shoutcast
 +
|<station lc="4311" ct="Ulrich Schnauss - Never Be The Same" genre="Ambient Chill" br="128" id="841" mt="audio/mpeg" name="Groove Salad: a plate of ambient beats and grooves. [Soma FM]" />
 +
|Groove Salad: a plate of ambient beats and grooves. [Soma FM]
 +
|-
 +
|cbspodcasts
 +
|<item><id>1</id><name>Eye to Eye</name>description>Hear newsmakers in their own words as Katie Couric picks the hottest interview of the day.</description><url>http://www.cbsnews.com/common/includes/podcast/podcast_kceye_1.rss</url> <image_url>http://content.chumby.com/podcast/cbs/image/1</image_url></item>
 +
|Eye to Eye: Sadr City
 +
|}
  
 
===_chumby_music_source_label===
 
===_chumby_music_source_label===

Revision as of 09:33, 6 April 2008

Under development: --Wayn3w 20:45, 31 March 2008 (PDT)

_root

The following are properties of _root explicitly set by the Chumby environment.

_chumby_instance_url

_chumby_music_source_state

  • Only set when music is playing
  • XML: Contains the properties of the current music selection.
  • the name of the entity changes depending on the music source.
_chumby_music_source_selector _chumby_music_source_state _chumby_music_source_label
mediafly <channel slug="history and culture" name="history and culture" /> US Job Losses; Dr King---s Dream; Primary News
shoutcast <station lc="4311" ct="Ulrich Schnauss - Never Be The Same" genre="Ambient Chill" br="128" id="841" mt="audio/mpeg" name="Groove Salad: a plate of ambient beats and grooves. [Soma FM]" /> Groove Salad: a plate of ambient beats and grooves. [Soma FM]
cbspodcasts <item><id>1</id><name>Eye to Eye</name>description>Hear newsmakers in their own words as Katie Couric picks the hottest interview of the day.</description><url>http://www.cbsnews.com/common/includes/podcast/podcast_kceye_1.rss</url> <image_url>http://content.chumby.com/podcast/cbs/image/1</image_url></item> Eye to Eye: Sadr City

_chumby_music_source_label

  • Only set when music is playing
  • Contains the name of the current playing

_chumby_music_source_name

  • Only set when music is playing
  • The name of the music source, such as "Radio Free Chumby" or "Mediafly Podcasts."

_chumby_music_source_selector

  • Only set when music is playing

_chumby_widget_done

  • Cooperative mode; setting it to true signals the widget is done
  • See Cooperative Mode

_chumby_widget_instance_href

  • URL of service which the widget uses to send widget parameters. The configuration widget uses a different URL if it needs to send new parameter values; see _chumby_instance_url
  • See Data Persistence