Bug 1891 - "Now playing - playerid" playlists should be hidden from user
: "Now playing - playerid" playlists should be hidden from user
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.1.2
: All All
: P3 enhancement (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-07-29 15:45 UTC by Fred
Modified: 2008-09-15 14:35 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 Fred 2005-07-29 15:45:38 UTC
See discussion board, the "Now playing" playlist that appears for each player in the Browse Playlist screen 
and in the CLI should be hidden.

Practically, it means getInternalPlaylists and getExternalPlaylists (and the new getPlaylists) should be 
modified not to return the player lists, which is difficult as they are not really distiguishable today with a 
simple query flag. An idea would be to use something else than "playlist://" for those; creative proposal: 
"playerplaylist://" :-)
Comment 1 Blackketter Dean 2005-07-31 17:03:28 UTC
Agreed, they should be hidden, as they are not "playlists" in the traditional sense.  I like the idea of:

playlist:[playerid].m3u

for being able to refer to the current playlist for a player, but I'm not sure where it would be used.
Comment 2 KDF 2005-07-31 22:22:45 UTC
I belive Dan committed this, and it should be in the july 31 build already.
Comment 3 Dan Sully 2005-08-01 11:23:40 UTC
Yes - fixed already.