Bug 724 - add to playlist feature request
: add to playlist feature request
Status: RESOLVED DUPLICATE of bug 303
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 5.x or older
: All All
: P2 normal with 1 vote (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-12-12 20:29 UTC by Julius Friede
Modified: 2008-12-18 11:52 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julius Friede 2004-12-12 20:29:16 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
Comment 1 KDF 2004-12-15 19:33:42 UTC
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];
Comment 2 KDF 2004-12-15 19:55:33 UTC
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.
Comment 3 Blackketter Dean 2005-03-11 15:32:48 UTC

*** This bug has been marked as a duplicate of 303 ***
Comment 4 Chris Owens 2008-12-18 11:52:34 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.