• 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 Media Scanning & Identification SOLVED: Content not showing in a new library

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Content not showing in a new library

    Cannot get content to show in a new Shorts library (type Movies)
    IandJelly
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    #1
    2025-03-09, 02:52 AM
    I've been using Jellyfin for a while now with two libraries, named Movies and Shows, without any major issues. I created a new library called Shorts (type Movies) and moved content from the Movies library to the Shorts library but no matter what I do I cannot manage to get Jellyfin to see it so no content is showing up in the Shorts library.

    All permissions and groups are set the same between all libraries, 775 for directories, 664 for files and jellyfin group and user). I scanned for contents and the user I'm using has access to all libraries. Logs don't show any errors either. I tried searching for threads but I couldn't figure out what I am missing. Any help would be appreciated.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-09, 07:35 PM
    Is the new library located on an entirely different storage device? Or network share?
    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]
    IandJelly
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    #3
    2025-03-09, 07:54 PM (This post was last modified: 2025-03-09, 07:55 PM by IandJelly. Edited 1 time in total.)
    (2025-03-09, 07:35 PM)TheDreadPirate Wrote: Is the new library located on an entirely different storage device?  Or network share?

    The new library is on the same storage device as the two other libraries, like this:

    /jellyfinmedia/tv
    /jellyfinmedia/movies
    /jellyfinmedia/shorts

    I'm really stumped what it could be. I've been reading any post that resembles my issue, made sure there are no differences between the libraries that could cause this and checked all options but it didn't lead to any breakthroughs. I also turned on the debug log but didn't see anything out of the ordinary.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-03-10, 01:39 PM
    Can you show the exact output of "ls -l" on "/jellyfinmedia"?
    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]
    IandJelly
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    #5
    2025-03-10, 03:25 PM
    (2025-03-10, 01:39 PM)TheDreadPirate Wrote: Can you show the exact output of "ls -l" on "/jellyfinmedia"?
    Sure. All permissions appear identical.

    Octal Permissions Size User    Group  Name
    0775  drwxrwxr-x@    - jellyfin jellyfin   /jellyfinmedia/movies
    0775  drwxrwxr-x@    - jellyfin jellyfin   /jellyfinmedia/shorts
    0775  drwxrwxr-x@    - jellyfin jellyfin   /jellyfinmedia/tv
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-10, 03:28 PM
    What is the output of "xattr -l" on each folder? The "@" at the end of the permissions indicates "extended attributes".
    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]
    IandJelly
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    #7
    2025-03-10, 03:45 PM (This post was last modified: 2025-03-10, 03:47 PM by IandJelly. Edited 4 times in total.)
    (2025-03-10, 03:28 PM)TheDreadPirate Wrote: What is the output of "xattr -l" on each folder?  The "@" at the end of the permissions indicates "extended attributes".
    The extended attributes are Selinux contexts.

    Code:
    Octal Permissions Size User    Group  Name
    0775  drwxrwxr-x@    - jellyfin jellyfin   /jellyfinmedia/movies
                                                                └── security.selinux: "unconfined_u:object_r:user_home_t:s0"
    0775  drwxrwxr-x@    - jellyfin jellyfin  /jellyfinmedia/shorts
                                                                └── security.selinux: "unconfined_u:object_r:user_home_t:s0"
    0775  drwxrwxr-x@    - jellyfin jellyfin  /jellyfinmedia/tv
                                                                └── security.selinux: "unconfined_u:object_r:user_home_t:s0"

    The xattr -l shows the same for each folder:

    Code:
    security.selinux:
    0000  75 6E 63 6F 6E 66 69 6E 65 64 5F 75 3A 6F 62 6A   unconfined_u:obj
    0010  65 63 74 5F 72 3A 75 73 65 72 5F 68 6F 6D 65 5F   ect_r:user_home_
    0020  74 3A 73 30 00                                    t:s0.

    FYI the "user_home_t" type is due to /jellyfinmedia being a mount of a directory in my home partition. This is temporary before I will copy the content to a dedicated solution.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-03-10, 04:13 PM
    So you mounted a folder in your home directory as /jellyfinmedia? I'm assuming you did this because your eventual storage will also be mounted at that location? So you avoid having to rescan your library?

    I've never done this before, and I'm wondering how similar it would behave to symlinks. Have you checked the permissions back at the home folder? I'm not sure whether the permissions reported in /jellyfinmedia would match the original mount location.

    Also, what distro are you using? I'm assuming some RHEL derivative?
    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]
    IandJelly
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    #9
    2025-03-10, 04:39 PM (This post was last modified: 2025-03-10, 04:44 PM by IandJelly. Edited 2 times in total.)
    (2025-03-10, 04:13 PM)TheDreadPirate Wrote: So you mounted a folder in your home directory as /jellyfinmedia?  I'm assuming you did this because your eventual storage will also be mounted at that location?  So you avoid having to rescan your library?

    I've never done this before, and I'm wondering how similar it would behave to symlinks.  Have you checked the permissions back at the home folder?  I'm not sure whether the permissions reported in /jellyfinmedia would match the original mount location.

    I chose this approach because my home partition had the most available free space and I need a lot to be able to digitize my DVD/BR collection. I first setup out to use symlinks but that didn't seem to work with jellyfin if I recall correctly.

    The permissions on the directory in home and any changes to it carry through instantly to /jellyfinmedia. If none of the three folders that make up the libraries worked I'd have a much easier time.

    I also just added a music library using /jellyfinmedia/music as a folder and added an album to test things out and everything just works. So it makes me think this has to be related to Jellyfin refusing to work with two separate Movie libraries with my setup.

    Quote:Also, what distro are you using?  I'm assuming some RHEL derivative?
    Yes, I'm using Fedora at the moment.

    I'm pondering just reinstalling jellyfin and try to see if my approach of mounting a home directory is to blame. In any case I like to thank you for all the help you've provided. It's much appreciated.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-03-10, 05:05 PM
    A thought occurred. "Shorts" is a reserved directory name.

    https://jellyfin.org/docs/general/server...as-folders

    Change the folder name to "movie shorts" or something like that.
    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]
    Pages (2): 1 2 Next »

    « 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