• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Videotype filter problem

     
    • 0 Vote(s) - 0 Average

    SOLVED: Videotype filter problem

    Not all 3D movies are show if filtered for videotype
    Daimuddah
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #1
    2024-10-13, 04:51 PM (This post was last modified: 2024-10-13, 04:52 PM by Daimuddah. Edited 1 time in total. Edit Reason: Deactivating Smilies )
    Version: 10.9.11-17 (today I updated but it was the same Problem in the previous version)
    Install type: Installed directly on my NAS via 3rd Party Apps in the Synology Package Center
    Where does the problem appears: Problem is on Windows Client, Web in Chrome and on Android present (That´s all I have)

    Hey, I was wondering if there is a bug or if I did something wrong with my naming scheme.
    When I try to filter for 3D movies, it doesn't show all the movies I have in 3D. It doesn't matter if the movie is in a collection, because movies that are not in a collection are not shown either.
    And I have checked to see if the movies are not correctly labeled as 3D, but they are. So the correct 3D type like HSBS is already selected in the metadata of the file. So every movie is correctly tagged but if Im on my movie folder and filter for 3D only like half of it shows up.
    My naming scheme is like:
    Ready Player One (2018)
    Movies
    └── Ready Player One (2018)
        ├── Ready Player One (2018) -1080p
        ├── Ready Player One (2018) -1080p (3D SBS)
        ├── Ready Player One (2018) -2160p
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    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.

    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Daimuddah
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #3
    2024-10-13, 07:40 PM (This post was last modified: 2024-10-13, 08:05 PM by Daimuddah. Edited 1 time in total. Edit Reason: Edit Additional Information, outcome of my tryin )
    Many thanks for the tip! I'll test that You're right about the spelling. It should be written 3d_sbs or 3d.sbs. However, according to the metadata, Jellyfin recognizes the correct type despite the different spelling.
    I just compared this a bit and it seems that if I have three or more versions of a movie, it is not displayed.

    I´ll check that!

    Edit:
    I have tested it and unfortunately it does not change anything. at the same time I have tested my hypothesis with three or more versions and moved a movie that it is not in the folder. After another scan, the movie only had two versions, but even then it was not displayed.
    I have already asked a friend and he said that he has the same problem and does not use Jellyfin for 3D.
    Daimuddah
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #4
    2024-10-13, 08:09 PM (This post was last modified: 2024-10-13, 08:09 PM by Daimuddah. Edited 1 time in total.)
    Every movie is correctly recognized despite the "false" naming scheme. here are two screenshots of my test to rename it what doesn´t work and a screenshot of the metadata that the movie like every other is correctly marked as 3D.

           
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,052
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #5
    2024-10-13, 08:18 PM
    Do you have group folders enabled? If so, it may be related to this bug.
    Daimuddah
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #6
    2024-10-14, 04:40 PM
    I have not activated the first, i.e. the merging of folders. only the second, that movies that I merge into collections are not individually in the list.
    I deactivated it for testing and restarted Jellyfin but the problem remains.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,052
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #7
    2024-10-14, 04:56 PM
    I did a little bit of testing and found that when you have multiple versions and the default entry isn't marked as 3D, the filter won't pick it up, as noted in this issue.
    Daimuddah
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #8
    2024-10-14, 04:59 PM (This post was last modified: 2024-10-14, 05:19 PM by Daimuddah. Edited 1 time in total.)
    Maybe that could be it. Is there a trick how I can set 3D as the default version?

    I think something has changed so the order through adding a number is out of the way
    https://forum.jellyfin.org/t-way-to-dete...as-default
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,052
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #9
    2024-10-15, 03:55 AM (This post was last modified: 2024-10-15, 03:56 AM by theguymadmax. Edited 1 time in total.)
    Versions are sorted alphabetically, but if the filename includes a resolution, they will be ordered from highest to lowest. For example, your files should be sorted like this:

    Code:
    Ready Player One (2018) - 2160p.mkv
    Ready Player One (2018) - 1080p.mkv
    Ready Player One (2018) - 1080p 3D HSBS.mkv

    However, there are two bugs that complicate the sorting process: 
    1. The server always sorts higher resolutions first, even if the filenames don’t include the resolution. 
    2. When a resolution is included in the filename, it sorts in reverse alphabetical order.

    These issues have been fixed and will be included in the upcoming release of version 10.10.0 at the end of the month. Until then, trying to set the 3D version as the default when multiple resolutions are available—especially if it's not the highest resolution—is impossible.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode