Bugzilla – Bug 724
add to playlist feature request
Last modified: 2008-12-18 11:52:34 UTC
when the Squeezebox display is large (1 line, full height), can the display indicate that a selection was actually added to the end of the playlist? In two line mode, feedback is given, but not in one line mode. thanks, Julius
I assume this is with the graphics display. showBriefly for that is horribly broken. not only does it ignore the duration, but also the $firstLineIfDoubled parameter which is properly passed when adding to a playlist. This might work, change Player/SqueezeboxG.pm line 398 to read: my @lines = $firstLineIfDoubled ? [$line1,$line1] : [$line1,$line2];
nope, sadly...that wont do it. $client->renderOverlay has to handle it. browsing music folder, it could maybe be done as above, but really both should be made to function with the same code.
*** This bug has been marked as a duplicate of 303 ***
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.