jellyfin-web icon indicating copy to clipboard operation
jellyfin-web copied to clipboard

Unable to play/shuffle collection consisting of multiple TV Shows

Open the-fifth opened this issue 1 year ago • 6 comments

Playback fails to start when playing a collection of TV shows, either through the toplevel "Play" or "Shuffle" buttons. So a collection in the below layout: Collection:

  • Show 1: -- Season 1: --- Episodes 1..x -- etc
  • Show 2: -- Season 1 --- Episodes 1..x -- etc

Steps To Reproduce

  1. Create collection consistent of top level shows, or top level seasons of shows etc.
  2. Visit the collection page and attempt to play via either the play or shuffle buttons
  3. Playback fails with the below: "Playback Error

This client isn't compatible with the media and the server isn't sending a compatible media format."

Note: The media can be played perfectly fine on every other method, including shuffle from the show/season level individually, only fails during the attempt to play from a collection level.

Expected Behavior Playback to commence with a playback comprised of all of the media contained within the collection and subsequent seasons/specials/episodes etc.

Logs

Screenshots The spinning 'loading' circle animation persists as well, unknown if related. image

System (please complete the following information):

  • Platform: Windows 10 Pro
  • Browser: Firefox
  • Jellyfin Version: 10.8.10

the-fifth avatar Jul 27 '23 09:07 the-fifth

Successfully reproduced in 10.8.11. Both web and Windows JMP.

solidsnake1298 avatar Oct 02 '23 13:10 solidsnake1298

This might be an issue with jellyfin core; the response returned the server (with the given filters) has 0 items, even though there are obviously some shows in the collection: {"Items":[],"TotalRecordCount":0,"StartIndex":0}% . Here are the filters used for this request, and changing or removing filters had no effect:

Filters=IsNotFolder
Recursive=true
MediaTypes=Audio%2CVideo
Limit=300
Fields=Chapters
ExcludeLocationTypes=Virtual
EnableTotalRecordCount=false
CollapseBoxSetItems=false

Was also able to reproduce this on Jellyfin Media Player for macOS.

gantoine avatar Oct 10 '23 00:10 gantoine

If I make a collection with one TV series in it, play button and shuffle button on the collection dont work. https://i.imgur.com/yoieeP1.jpeg

If I make a collection by adding episodes everything works.

10.8.11 - docker compose installation - LAN - Firefox

lefixx avatar Oct 15 '23 14:10 lefixx

I am not sure if this is related as I run linuxserver/jellyfin but I had the same issue in all libraries/collections and was finally able to fix it. My Jellyfin runs as a docker container with a bound folder for /config to keep the setup intact when updating the container. Some file/s in there most likely caused the issue because renaming/removing that folder before a fresh container deployment solved the problem for me. Play all and shuffle work again.

I hope this helps

takemehi avatar Oct 25 '23 22:10 takemehi

did redeployment force an update too?

lefixx avatar Oct 26 '23 09:10 lefixx

Can confirm this still exists on: Version: 10.8.13 Operating System: Windows Architecture: X64

adammhaile avatar Feb 07 '24 18:02 adammhaile

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 master branch, 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.

jellyfin-bot avatar Jun 07 '24 01:06 jellyfin-bot