[X] I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
[X] I have searched the documentation for information that matches the description of the feature request I want to file, without success.
[X] This issue contains only one feature request.
Problem Description
Playlists are not sortable by date either ascending or descending.
Proposed Solution
Add feature that playlists may be sorted by date in either direction.
I looked at the JSON for the playlists and they do not save the upload date of the video. If this would get be implemented, adding videos should include the upload date information in the list to avoid unnecessary lookups and API calls.
For current playlists, Freetube should add that information. Note that there may be very long playlists (2000+ videos in my imported youtube favorites), so that the requests should be done in chunks or to avoid blockage.
Alternatives Considered
Alternative would be resorting to manual manipulation of the JSON files.
Guidelines
Problem Description
Playlists are not sortable by date either ascending or descending.
Proposed Solution
Add feature that playlists may be sorted by date in either direction.
I looked at the JSON for the playlists and they do not save the upload date of the video. If this would get be implemented, adding videos should include the upload date information in the list to avoid unnecessary lookups and API calls.
For current playlists, Freetube should add that information. Note that there may be very long playlists (2000+ videos in my imported youtube favorites), so that the requests should be done in chunks or to avoid blockage.
Alternatives Considered
Alternative would be resorting to manual manipulation of the JSON files.
Issue Labels
improvement to existing feature
Additional Information
No response