mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Sorting TvShows by "Date Played" has no effect #3324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gabriele-Tomberli on GitHub (Oct 18, 2021).
Describe the bug
From the Jellyfin Web tvshows main screen, using the sorting menu, if I select "Sort By: Last Played", Jellyfin just sorts by name (either in ascending or descending order).
I can confirm I have played a show, one from Kodi and one from Jellyfin on Android TV, but these don't show up at the top or at the bottom at the list, they are in the middle, according to their respective initial letter.
System (please complete the following information):
To Reproduce
Expected behavior
Show A is at the top (date played descending) or at the bottom (date played ascending) of the list
Additional info
I can provide any logs or screenshot if needed, as the issue is reproduced every time.
@RemcoSchrijver commented on GitHub (Dec 5, 2021):
Having looked at the code base I think the problem is the fact that the base class for ListView. Does not implement the DatePlayed id as referenced here. But my JS is rather rusty, but if I can find the time I'll have a look if I can implement that and put it in a PR.
@axelsimon commented on GitHub (Jan 7, 2022):
Further to this issue, if the date played is stored somewhere, it is nowhere to be found in the Jellyfin web interface.