Hi Phil, 

I see an error in SqueezePad with the latest Playlist Manager plugin
version. This is only when SqueezePad is in the 'Playlist Modification
Mode' = 'Always Ask' mode, where it tries to detect playable menu
items, and then presents a small popup.

As SqueezePlay has no identification for playable menu items (sometimes
also the 'do' or 'go' command contain the actual play command),
SqueezePad uses a heuristic: whenever behind a 'do' or 'go' command
there is exactly the command as behind the actual 'play' command, it
considers this menu item to be playable 'leaf' menu item.

Now when one uses the playlist manager 'Add To ...' menu, then there is
a menu with some predefined playlists, but also an  'Other ...' menu
item where one actually can select all other playlists.

The cometd definition of this menuitem from the logs is as follows:

Code:
--------------------
    
  {
  actions => {
  add => {
  cmd => ["playlistman", "add", "track"],
  params => { id => 35_498, menu => 1, other_playlist => 1 },
  },
  go => 'fix',
  play => 'fix',
  },
  text => "Other ...",
  },
  
--------------------

(the 'fix' parts are later replaced with the content of the 'add'
command)

I think it is wrong to have a mapping for the 'play' and 'add' button
here, as a submenu follows and the play command typically does not
drill down into a menu.

Also the current mappings is what what confuses SqueezePad. The 'go'
command is mapped to the same command as 'play' and so SqueezePad (when
in this special mode) thinks this menu item will start playing some
tunes. 

Any chance, that this menu item can be mapped just with a 'go' command,
like it is common for all non-playable menu-items?


-- 
bluegaspode

Did you know: *'SqueezePlayer' (www.squeezeplayer.com)* will stream all
your music to your Android device. Take your music everywhere!
Remote Control + Streaming to your iPad? *'Squeezebox + iPad =
SqueezePad ' (www.squeezepad.com)*
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)
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=89982

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

Reply via email to