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

Play button on thumbnail starts at show's pilot #2570

Closed
martijnvankekem opened this issue Jul 27, 2020 · 6 comments · Fixed by #4827
Closed

Play button on thumbnail starts at show's pilot #2570

martijnvankekem opened this issue Jul 27, 2020 · 6 comments · Fixed by #4827
Labels
confirmed The issue has been verified enhancement Improve existing functionality or small fixes
Milestone

Comments

@martijnvankekem
Copy link

Describe the bug

When clicking the play button of a TV Show a user has already started watching, Jellyfin will start playing from the beginning instead of playing the episode the user is currently at.

System (please complete the following information):

  • OS: Debian
  • Virtualization: None, service
  • Clients: Browser
  • Browser: Chrome Version 84.0.4147.89 (Official build) (64-bits)
  • Jellyfin Version: 10.6.0
  • Playback: Transcode

To Reproduce

  1. Go to TV Show library.
  2. Click on the play button that appears when hovering over a TV show the user has already started.
  3. Jellyfin will start playing the first episode of the first season, instead of the episode the user is currently at.

Expected behavior

Jellyfin should continue playing the next not-watched episode for that specific user.

@stale
Copy link

stale bot commented Nov 24, 2020

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@martijnvankekem
Copy link
Author

Still have this problem!

@cvium cvium transferred this issue from jellyfin/jellyfin Apr 9, 2021
@martijnvankekem
Copy link
Author

Any update on this by any chance?

@dmitrylyzo
Copy link
Contributor

TV Show has Type: "Series", but we don't have a branch for it, and it is handled as a folder

promise = getItemsForPlayback(serverId, mergePlaybackQueries({
ParentId: firstItem.Id,
Filters: 'IsNotFolder',
Recursive: true,
// These are pre-sorted
SortBy: options.shuffle ? 'Random' : (['BoxSet'].indexOf(firstItem.Type) === -1 ? 'SortName' : null),
MediaTypes: 'Audio,Video'
}, queryOptions));

We get all episodes ignoring "watched" status.

@stale
Copy link

stale bot commented Jul 13, 2021

Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.

@stale stale bot added the stale No activity for an extended length of time label Jul 13, 2021
@stale stale bot closed this as completed Aug 10, 2021
@dmitrylyzo dmitrylyzo reopened this Sep 29, 2021
@stale stale bot removed the stale No activity for an extended length of time label Sep 29, 2021
@dmitrylyzo dmitrylyzo added confirmed The issue has been verified stale No activity for an extended length of time labels Sep 29, 2021
@stale stale bot removed the stale No activity for an extended length of time label Sep 29, 2021
@eric1905
Copy link

eric1905 commented Jul 5, 2023

I would also be happy if the "first unseen" episode starts instead of the very first one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed The issue has been verified enhancement Improve existing functionality or small fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants