2024-10-13, 05:43 PM
3D movies have a special syntax that your current scheme does not conform to.
https://jellyfin.org/docs/general/server...#3d-movies
If I'm reading the "3D + versions" example correctly, this is how it should be named.
Change "hsbs" to match whichever 3D type the video is. Also keep in mind that the space before and after the dash is important for "versions" detection.
https://jellyfin.org/docs/general/server...#3d-movies
If I'm reading the "3D + versions" example correctly, this is how it should be named.
Code:
Movies
└── Ready Player One (2018)
├── Ready Player One (2018) - 1080p
├── Ready Player One (2018) - 3D.hsbs
├── Ready Player One (2018) - 2160p
Change "hsbs" to match whichever 3D type the video is. Also keep in mind that the space before and after the dash is important for "versions" detection.