MediaViewController: Add the sorting criteria in the menu for playlists
This merge request brings an addition to the playlists with:
- The sorting criteria that are now displayed in the menu generated for the playlists' content
- The default sorting criteria that is now explicitly added to the list.
- The feature allowing the user to change the order of a playlist's media that is now restricted to only the default sorting criteria.
This avoids any issue related to the loss of a the custom order when a sorting criteria other than default was selected during the changes.
This merge request also brings some adjustments to:
- The order indicator of the default criteria that is removed because the default criteria being only based on the user's interaction, it is not related to any ascending or descending order.
- The default criteria's localized label that is updated to "Custom" to match its purpose.
Relies on VLCMediaLibraryKit!58 (merged)
The Podifle has also been updated with the latest VLCMediaLibraryKit version.
Closes #729 (closed)
Edited by Diogo Simao Marques
Merge request reports
Activity
Filter activity
changed milestone to %4.0.0
added Feature MediaLibrary labels
added 6 commits
- eb00ef77 - Podfile: Update VLCMediaLibraryKit
- 9e0e079e - PlaylistModel: Properly return the sorted array
- 222592c5 - CollectionModel: Add the default sorting criteria to the playlists
- 57aa671a - EditController: Update the support a the custom playlist order
- 829d8c10 - MediaViewController: Remove the descending indicator for the default criteria
- c777f3a1 - SortModel: Update the label of the default criteria
Toggle commit listadded 8 commits
-
d2adf21c - 1 commit from branch
videolan:master
- 64476a20 - MediaViewController: Add the sorting criteria in the menu for playlists
- b18fcab9 - Podfile: Update VLCMediaLibraryKit
- 83634e98 - PlaylistModel: Properly return the sorted array
- f3dd1da4 - CollectionModel: Add the default sorting criteria to the playlists
- d887c021 - EditController: Update the support a the custom playlist order
- 2d1ae60c - MediaViewController: Remove the descending indicator for the default criteria
- d8c4ee23 - SortModel: Update the label of the default criteria
Toggle commit list-
d2adf21c - 1 commit from branch
enabled an automatic merge when all merge checks for d8c4ee23 pass
Please register or sign in to reply