Is there anything in the syntax of the 'jivefavorite add' command tha > links 
that preset to a position in the list?  When I do a long press on
button 4 on the Boom, the preset gets inserted into the 4th row of the
list of presets.  How does the 'jivefavorite add' command know which row
to place the new preset in?  Does the surrounding code handle that part?

Hmm... that code is indeed rather confusing... it even has quite a few question marks around the comments in there:

https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Control/Jive.pm#L2614

^^^^ that's the parameters read from the command line

And here's how they are stored:

https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Control/Jive.pm#L2638

See the mapping of title to text in there.

--

Michael
_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to