jellyfin / jellyfin

The Free Software Media System
https://jellyfin.org
GNU General Public License v2.0
31.81k stars 2.91k forks source link

3D movies sometimes don't get marked as 3D if the default version isnt 3D #6609

Open ajgeiss0702 opened 2 years ago

ajgeiss0702 commented 2 years ago

Describe the bug I have some 3D movies in jellyfin that have both regular and 3D versions. On some movies, the 3D tag seems to show up correctly when i set the 3D format of the 3D version, but on others it doesnt seem like it does.

For example, movie X and Y get the tag correctly, but then I try to add it to the 3D version of Z (and all other movies), it doesnt show. Even though in the version list, it shows /3D at the end of the 3D version (just like the others) but the movie doesnt get the 3D tag next to the rating

(this is the "tag" im talking about, on the movie Y) image

System (please complete the following information):

To Reproduce

  1. Make two versions by putting them in the same folder and starting with the same name
  2. Name the "regular" one "0 Regular" so that its default
  3. Go to jellyfin, select the 3D version
  4. Select Edit Metadata
  5. Select the 3D format
  6. It doesnt show the 3D tag, and also doesnt show up when filtering 3D movies

Expected behavior 3D to show up and it be listed when filtering for 3D movies

Server Logs https://paste.ajg0702.us/raw/guvavoturi

FFmpeg Logs N/A

Browser Console Logs N/A

Screenshots image

image

Additional context With movie X (one of the ones that was working), the 3D version was added first then the regular version, but the 3D format metadata was added after.

ajgeiss0702 commented 2 years ago

Some more movies were picked up as 3d when naming the 3d version with the correct format (3d-hsbs), but there are still several that are still having the issue described abve, even with the correct naming.

jellyfin-bot commented 2 years ago

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.

ajgeiss0702 commented 2 years ago

Still an issue on the latest alpha

jellyfin-bot commented 9 months ago

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

ajgeiss0702 commented 9 months ago

Still an issue on the latest release

TheMelmacian commented 9 months ago

https://github.com/jellyfin/jellyfin-web/pull/4496 fixes the display of the 3D flag in the Info header (if a 3D version is selected).

I prepared a fix for the search but that is based on the changes of https://github.com/jellyfin/jellyfin/pull/9787. So this needs to be merged first.

jellyfin-bot commented 5 months ago

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

ajgeiss0702 commented 5 months ago

Waiting on #9787