Hi,

would this pseudo function meet all (listed) requirements?


Code:
--------------------
    
  request_mip_mix(seed-track/album/genre)
  
  if (seed-track/album/genre = playing)
  number-of-tracks-to-request=n+1
  call-mip-api
  remove-first-track-from-response
  else
  number-of-tracks-to-request=n
  call-mip-api
  
  if (option="play immediately")
  replace playlist with mix, start playing
  if (option="append to playlist")
  append mix to player-playlist
  else (option="preview mix")
  preview mix as normal-playlist (the same as it's now)
  
  
--------------------


I agree that adding more options is not desirable. But i think you
cannot decide - based on context only - which of those "opposing"
functions like "preview-first" and "play immediately" to choose.

kind regards,
Markus


-- 
schiegl
------------------------------------------------------------------------
schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=51775

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

Reply via email to