• 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: Libraries not Populating

     
    • 0 Vote(s) - 0 Average

    SOLVED: Libraries not Populating

    OMV Docker Compose - No Video Files Showing in Libraries
    zalterego36
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2023 Nov
    Reputation: 0
    #1
    2023-11-24, 08:34 PM
    Hello!

    I've recently moved and I'm setting up a whole-house server closet and I decided to step away from Kodi. I had previously used OMV and just had the shared folders accessible in Kodi and everything was great, but I wanted something more robust and I didn't like how Plex seems to be a walled garden...so here I am.

    However, I can't for the life of me get my videos to show up in my libraries. I've followed two tutorials and keep stalling:

    https://www.youtube.com/watch?v=-BG1QPalYYA
    https://wiki.omv-extras.org/doku.php?id=...ker_in_omv

    Near as I can figure I've done everything correctly, but nothing populates. Here's the container I've got set up, as suggested by the tutorials.

    Code:
    ---
    # https://hub.docker.com/r/linuxserver/jellyfin
    version: "2.1"
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=${PUID}
          - PGID=${PGID}
          - TZ=${TZ}
        volumes:
          - ./config/jellyfin:/config
          - ./srv/dev-disk-by-uuid-a4d2bddd-db8a-476c-8eee-f9de1b40ea29:/data/MediaFiles
        ports:
          - 8096:8096
        restart: unless-stopped

    I have the global environment file set up correctly and I have my user set up with the correct permissions, I've even tested it through the terminal and I'm 99% sure it's all correct. Root owns the folder, it's part of the user group, and the permissions are READ/WRITE in OMV's GUI. It even shows two folders within the shared folder I have mounted in my volumes.

       

    (but not ALL the folders...which might be part of the problem? I don't know)

       

    I'm not a total novice, but I'm definitely not an expert, so I have the feeling that I've either screwed it up entirely and need to start again, or I've made the smallest, stupidest mistake.

    I'll take any suggestions and I'm happy to provide whatever additional information you'd like.

    This project looks amazing and I'd love to use it for my home, thank you for all the hard work!
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-11-24, 10:01 PM
    Why do you have a dot at the beginning of the volumes? Putting a dot at the beginning means to use the directory called "srv" in the current folder (wherever your compose is located).

    If your media directory is at the ABSOLUTE path /srv/dev-disk-by-uuid-a4d2bddd-db8a-476c-8eee-f9de1b40ea29 then you need to remove the dot at the beginning.
    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]
    zalterego36
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2023 Nov
    Reputation: 0
    #3
    2023-11-24, 11:04 PM
    @TheDreadPirate

    Yup! That was 100% the problem. Honestly, I don't know why I was putting it there. I knew what it meant. I just thought that somehow it was needed because it was there for ./config.

    Thank you!
    zelpi
    Offline

    Member

    Posts: 59
    Threads: 19
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #4
    2025-04-05, 07:57 AM (This post was last modified: 2025-04-05, 07:33 PM by zelpi. Edited 4 times in total.)
    Post deleted, opened up in new thread …
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2025-04-05, 06:39 PM
    Depends on where Jellyfin is running. If Jellyfin server is running on the Windows system, you'd use N:\. If it is running on the OMV system, you'd use use /srv/sda2.
    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]
    « 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