Bug 103 - make web interface lists sortable by title, artist, year, genre, etc...
: make web interface lists sortable by title, artist, year, genre, etc...
Status: NEW
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.4.0
: All All
: P2 enhancement with 8 votes (vote)
: New Schema
Assigned To: Brandon Black
: new_schema
Depends on: 8303
Blocks:
  Show dependency treegraph
 
Reported: 2003-12-19 22:13 UTC by Blackketter Dean
Modified: 2009-07-30 14:02 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2003-12-19 22:13:16 UTC
 
Comment 1 Jim McAtee 2005-06-05 17:33:45 UTC
You would also want to define a default sort order or else set a cookie that 
remembers the desired (most recent) sort order.  Then, for someone who always 
wants to see an artist's albums sorted chronologically (see bug #112) they 
wouldn't have to load the page, then resort them each time.

The usual way this is handled in a web interface is to display column headers, 
each of which is clickable and changes the sort order to that column.  Clicking 
the column a second time will generally reverse the sort direction 
(ascending/descending) on that column.  This interface can become somewhat 
unworkable when all items aren't displayed on a single page, but some expected 
behavior can usually be agreed on in this case.

This is doable using HTTP requests to the server, but is also very doable using 
JavaScript to resort and redisplay the page without going back to the server.

Comment 2 Dan Sully 2005-10-03 08:35:32 UTC
*** Bug 2235 has been marked as a duplicate of this bug. ***
Comment 3 Jim McAtee 2006-09-10 16:12:10 UTC
Changes 9574 & 9575, completion of the pull-down sorting in the web ui, has accomplished this.
Comment 4 KDF 2006-09-10 19:41:58 UTC
for album lists only.
Comment 5 James Richardson 2008-10-16 13:16:24 UTC
Isn't this addressed by SC 7.x re-design?