On SqueezePlay devices 'add' and 'add-hold' behave different (sample is
from a single track of an album):


Code:
--------------------
    
  add =                 {
  cmd =                     (
  playlistcontrol
  );
  itemsParams = addallParams;
  params =                     {
  "album_id" = 40;
  cmd = add;
  menu = 1;
  sort = albumtrack;
  };
  player = 0;
  };
  "add-hold" =                 {
  cmd =                     (
  playlistcontrol
  );
  itemsParams = commonParams;
  params =                     {
  cmd = insert;
  menu = 1;
  };
  player = 0;
  };
  
--------------------


The former adds the whole album to the end of the playlist, while the
latter just adds a single track as the next entry.

In version 7.5.3 both ('add' and 'add-hold') only operate on a single
track.
SqueezePad (and I think iPeng too) use these actions to make our
playlist modification modes work (i.e. tapping a track will add a track
next or to the end of a playlist).
Adding the whole album to the end is not nice. 
Only the 'go/do/play' actions used to replace the playlist with the
whole album. Also the "Play Other Songs In Album" documentation only
refers to the 'Play' action.

Apart from that I did a full testcycle in SqueezePad now and cannot
find any more oddities.


-- 
bluegaspode

Big Screen for great Boxes available now at your AppStore: *'Squeezebox
+ iPad = SqueezePad ' (www.squeezepad.com)* - -now featuring streaming
to iPad!-  
Want to see a Weather Forecast on your Radio/Touch/Controller ? => why
not try my 'Weather Forecast Applet'
(http://forums.slimdevices.com/showthread.php?t=73827)
Want to use the Headphones with your Controller ? => why not try my
'Headphone Switcher Applet'
(http://forums.slimdevices.com/showthread.php?t=67139)

Setup: 1x SB-Controller+Receiver (Duet), 1xSB-Boom. 2xSB-Radio
Server (7.5.x) running on SheevaPlug (Ubuntu) with attached Western
Digital MyBook Essential.
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=85895

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to