Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort by date of next episode #106

Open
Scumpeter opened this issue Dec 26, 2021 · 10 comments
Open

Sort by date of next episode #106

Scumpeter opened this issue Dec 26, 2021 · 10 comments
Labels

Comments

@Scumpeter
Copy link

When sorting by unseen, the shows should show the shows sorted by the date of the next unseen episode (the same value that is used for the "next episode" field in the overview).
Instead the shows are seemingly in random order:
Screenshot_20211226-155554

Tested with 7.11.2 from Fdroid on Android 12.

@ltguillaume
Copy link
Owner

ltguillaume commented Dec 26, 2021

Sort by unseen episodes == sort by amount of unseen episodes. It's meant to help you decide which shows have enough episodes "available" for a binge night 🙈 I get the confusion, though, I even seem to have described the old behavior of the feature in readme, will fix that.

Nice list by the way 👍

@Scumpeter
Copy link
Author

Ah. Thanks for the clarification. Should I create a feature request for an additional sorting order? It would really help me with watching Stargate in airing order 😉

@ltguillaume
Copy link
Owner

Ah you mean due to cross-overs?

@Scumpeter
Copy link
Author

For example. Also to understand the possible references in one show to another show.

@ltguillaume
Copy link
Owner

Yeah, I'll have to restructure the database for that, but I'll look into it.

@ltguillaume ltguillaume changed the title Sort by unseen does not sort by next unwatched episode Sort by date of next episode Dec 26, 2021
@ltguillaume
Copy link
Owner

I suppose this is sorted (see what I did there? 😉) in @warren-bank's build, right?

@warren-bank
Copy link

actually.. I didn't do what @Scumpeter has requested..

when a user has several unseen episodes.. there's a first (oldest) and last (newest).

this request (I believe) is to sort all shows by the date (ascending) of each first (oldest) episode.

what I implemented in my fork was an option to sort all shows by the date (descending) of each last (newest) episode.

to be perfectly honest, I don't see any value in sorting by oldest.
the reason that I added the option to sort by newest is to see which shows have most recently aired new (unseen) episodes.

@ltguillaume
Copy link
Owner

Whoops, I knew I had to double-check this before posting something about it 😛

@warren-bank
Copy link

no worries..

strictly speaking, adding another sort option would be trivially easy; now that there's a dialog that presents options.. adding one more option wouldn't be a problem. On the one-hand, we want to avoid visual clutter. On the other hand, is this a feature that could be useful? If so.. I could certainly add it.

@ltguillaume
Copy link
Owner

I personally didn't really see the use, but I guess @Scumpeter could certainly still make their case again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants