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

Ability to pin a season would be great #602

Closed
n00b12345 opened this issue Aug 26, 2024 · 2 comments · Fixed by #609
Closed

Ability to pin a season would be great #602

n00b12345 opened this issue Aug 26, 2024 · 2 comments · Fixed by #609
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@n00b12345
Copy link

For shows which have many seasons, it can be a little difficult to navigate to episodes in, say, season 5 which I may be watching. Doing this for every episode repeatedly can be a little annoying.

The ability to pin a season (within a show) so that every time the show page is opened, the pinned season shows up instead of season 1, would be great to have.

@IRHM IRHM added the enhancement New feature or request label Aug 26, 2024
@IRHM
Copy link
Member

IRHM commented Aug 26, 2024

Hi @n00b12345, that is a good idea, I wonder what you think about these two alternative implementations:

  1. Whenever you click on a season tab, we save that and always preload that season whenever you click into that show again (we could save it locally, so it can be different on each device, or we can save it to the server so it preloads the same season for all your devices) or;
  2. The client can look at the most recent episode/season that was marked as watching/finished and preload that season.

I think one of these solutions may be nicer than manually pinning a season(?), since you wouldn't have to change your pin after every season. What do you think?

@IRHM IRHM self-assigned this Aug 26, 2024
@n00b12345
Copy link
Author

Hi @n00b12345, that is a good idea, I wonder what you think about these two alternative implementations:

  1. Whenever you click on a season tab, we save that and always preload that season whenever you click into that show again (we could save it locally, so it can be different on each device, or we can save it to the server so it preloads the same season for all your devices) or;
  2. The client can look at the most recent episode/season that was marked as watching/finished and preload that season.

I think one of these solutions may be nicer than manually pinning a season(?), since you wouldn't have to change your pin after every season. What do you think?

This is absolutely better than pinning. I love solution 1.

Personally, I would prefer that the season data be saved on the server. That way all devices will open the same season page.

Thank you, as always 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Waiting Until Dev Build
Development

Successfully merging a pull request may close this issue.

2 participants