View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005165 | MMW v4 | Now Playing | public | 2009-01-08 20:47 | 2011-03-10 19:14 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.1 | ||||
Target Version | 4.1 | ||||
Summary | 0005165: Sorting in Now Playing resets the Play Order | ||||
Description | In the Now Playing node/view, whenever the user sorts by any column, the Play order is changed. This is almost certainly not the intended result of a sort. What would be expected is behavior identical to that implemented with Playlists: -Sort by any column --> Tracks are displayed in a different order, but PlayOrder is not changed (i.e. numbers in the Play order column become out of order) -Sort by Play Order column --> tracks are displayed in the order in which they'll play -Right click to Play Order column > Update Play Order / F5 --> Play order is changed. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
related to | 0005160 | closed | petr | # column doesn't show sort arrow when it's sorted on |
related to | 0001273 | closed | petr | Sorting isn't enabled for Now Playing (crash) |
related to | 0004874 | closed | petr | Play Order ('#' column) Sorting doesn't work correctly |
related to | 0005238 | closed | Ludek | Change to autoplaylist display order changes # |
related to | 0005797 | closed | petr | Track Browser fails to show for Now Playing node |
related to | 0007486 | new | petr | # Column can't be sorted in decreasing order |
|
Note: this issue was discussed in 0004874 and there's internal debate that needs to be resolved re. whether 'undo' is a good enough means of avoiding the issue described here, and whether it makes sense to have a different implementation for Playlists and Now Playing. |
|
Discussed again at: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=55368 Option 1: Sort NP affects play order by default ==> 1-click re-ordering, but causes accidental re-ordering that requires extra clicks (undo) for re-ordering ==> Tracks added subsequent to the sort aren't sorted (which means that feedback is required to indicate that a sort occurs, but such feedback shouldn't persist) ==> It's inconsistent with the Playlist UI Option 2: Sort NP sorts display order only (and not play order) ==> Multiple clicks to sort and re-set play order based on the sort ==> More standard UI that's consistent with the Playlist UI I tend towards option 2 because it's more consistent, and because 'undo' functionality isn't that obvious in MM. |