erland;426403 Wrote: 
> It's probably not a iPeng issue if the same problem occurs with
> Squeezeplay. I'll try to test it as soon as I get some time.

Yep. The parameter iPeng sends look good, yet the plugin sends back an
empty menu:

SQLP's first menu:

Code:
--------------------
    
  data => {
  base      => {
  actions => {
  go => {
  cmd => ["dynamicplaylist", "jiveplaylistparameters"],
  itemsParams => "params",
  params => { playlistid => "sqlplaylist_trackstat_topratedalbums" },
  },
  },
  },
  count     => 50,
  item_loop => [
  { params => { "dynamicplaylist_parameter_1" => 2009 }, text => 2009 },
  { params => { "dynamicplaylist_parameter_1" => 2008 }, text => 2008 },
  ...
  
--------------------

What iPeng sends:

Code:
--------------------
    
  {
  channel => "/slim/request",
  data => {
  request  => [
  "00:04:20:22:00:34",
  [
  "dynamicplaylist",
  "jiveplaylistparameters",
  0,
  100,
  "dynamicplaylist_parameter_1:2006",
  "playlistid:sqlplaylist_trackstat_topratedalbums",
  ],
  ],
  response => "/f72d9458/slim/request",
  },
  id => 81,
  },
  
--------------------

SQLP's reply:

Code:
--------------------
    
  {
  channel => "/f72d9458/slim/request",
  data => {
  base   => {
  actions => {
  "do" => {
  cmd => ["dynamicplaylist", "playlist", "play"],
  itemsParams => "params",
  params => {
  "dynamicplaylist_parameter_1" => 2006,
  playlistid => "sqlplaylist_trackstat_topratedalbums",
  },
  },
  },
  },
  count  => 0,
  offset => 0,
  },
  ext => { priority => "" },
  id => 81,
  },
  
--------------------


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com
------------------------------------------------------------------------
pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=62953

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

Reply via email to