View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017486 | MMW 5 | Playlists (Auto) / Search / Filters | public | 2021-02-03 15:47 | 2021-05-12 16:55 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017486: Auto-Playlists selected by random (auto-refresh) don't refresh in some cases | ||||
Description | If an auto-playlist is configured with a limit that is greater than the number of files that match the playlist criteria, then it fails to auto-refresh if the user enables Sort by Random. The bug does not occur if either: - Sort by Random is not configured - The number of matching tracks is greater than the limit For example, supposing the criteria match 973 files and: a) Limit to: 500 files selected by Random track (auto-refresh) | Sort by: Random --> Auto-refresh/F5 triggers a refresh b) Limit to: 1000 files selected by Random track (auto-refresh) | Sort by: Random --> Auto-refresh/F5 fails to trigger a refresh! c) Limit to: 1000 files selected by Random track (auto-refresh) --> Auto-refresh/F5 triggers a refresh | ||||
Additional Information | reported at https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98341 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2303 | ||||
related to | 0014553 | closed | Ludek | Make auto-playlists with random order more persistent |
related to | 0017365 | closed | Ludek | The new "Selected by" option is limited |
related to | 0015777 | closed | Ludek | Auto-Playlists: 'Selected by' doesn't support all fields that users would expect |
related to | 0017854 | closed | Ludek | Play Shuffled triggers a change in order of AutoPlaylists set to Auto-Refresh |
|
OK, I modified the code to use "Auto-refresh" random sort order whenever there is the [x] Limit to: ... selected by [Random (auto-refresh)] enabled. (i.e. even when the number of matching tracks is greater than the limit) I also modified importing playlists from MM4 as after the fix of 0017365 all MM4 auto-playlists were converted to ...selected by: [Sort order] which makes the "auto-refresh" not working. So for those MM4 auto-playlists that have just single sort order field specified I am trying to match it with particular "selected by" field variant at first and match 'Sort by: random' with 'Selected by: 'Random (auto-refresh)'' to keep the "auto-refresh" behaviour for such a playlists imported from MM4. |
|
Verified that Limits/Sorts function as expected in MM5. Leaving 'resolved' for Peke to test the migration process. |
|
Verified 2303 All working. Test Note 2302 fails on same Auto Playlist criteria |