jellyfin / jellyfin-androidtv

Android TV Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.7k stars 462 forks source link

Add sort by "Last episode added" #1392

Open Jack20947 opened 2 years ago

Jack20947 commented 2 years ago

Describe the feature you'd like

Current version: 0.12.3 (AndroidTV)

For TV Shows, in library view it would be useful to add a ne sorting option: "Last episode added" where the list is sorted by the date of addition of episodes. It would be similar to the tab "Episodes" in the Jellyfin web interface.

mrx23dot commented 2 years ago

What about "unseen" in filtering?

sourpatched commented 2 years ago

You can sort by date added, last played, ratings and more within the library. Make sure you've updated to the latest (0.14.0)

mikul9 commented 1 year ago

Sorting by "date added" sorts by the date that the series was added not the date of the episode. If you're watching an old series, a new episode could be added today, but will be 4 pages down.

Unseen is a mess of a filter unless the episodes are carefully marked. I have many episodes available that I've watched outside of Jellyfin.

gitdeath commented 1 year ago

Sorting by "date added" sorts by the date that the series was added not the date of the episode. If you're watching an old series, a new episode could be added today, but will be 4 pages down.

Unseen is a mess of a filter unless the episodes are carefully marked. I have many episodes available that I've watched outside of Jellyfin.

I found this thread as I was trying to understand why the 'date added' sort is broken. I understood 'date added' as the most recent episode (I came from Kodi and this is how Kodi handles the same sort name.)

Turns out I just want this same enhancement I guess.

Frank0815420 commented 4 months ago

I'd love to see this feature, as well. It's similar to this ticket: https://github.com/jellyfin/jellyfin-web/issues/3590

tiritto commented 2 months ago

I was just googling around looking if this is possible, and ended up here. Since I've noticed some confusion in comments before, I would like to clarify that by "Last Episode Added" sorting, we mean being able to sort shows/movies by release date of the latest episode, regardless of when the file was created or show initially released. So, for example, if a new episode aired just 5 seconds ago, the show would be on the top (or the bottom) of the list.

evancholmberg commented 3 weeks ago

Isn't sorting by episode premiere date not possible with the currently available ItemSortBy options? The jellyfin-web ticket listed above was for sorting by DateLastContentAdded which uses the created date of the episode files. It seems like an additional order called LastContentPremiereDate would need to be added to the server repo first. I can however implement a sort option for DateLastContentAdded which is missing from this app but available on the web client as "Date Episode Added"