I have been experimenting with trying to get a description to appear
when viewing a playable item.
I /think/ I have found a problem - am still investigating.

It looks like including the "description" attribute prevents Material
from showing the playable items.

pseudocode:

Code:
--------------------
    
  $menu->{type} = 'audio';
  $menu->{url} = 'http://something';
  $menu->{on_select}  = 'play';
  
--------------------


but adding this stops it being playable.

Code:
--------------------
    
  $menu->{description}  = "Hello World";
  
--------------------


However, it works in Default skin and iPeng - they show the description
and allow it to be played.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to