• 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 jellyfin does not read the specified path

     
    • 0 Vote(s) - 0 Average

    jellyfin does not read the specified path

    kojimo
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jul
    Reputation: 0
    #1
    2025-07-19, 01:22 AM
    I moved from Windows to CachyOS and I am having problems configuring Jellyfin. The installation was done with docker compose (first time) and I managed to access the localhost from the PC, but the library does not read the path specified in the compose file.

    [Image: 65m32lN.png]

    Additionally, following a tutorial, I mounted the HDD disk I had in NTFS and configured it to mount automatically. On this disk are the files for Jellyfin.

    [Image: 2AbLagR.png]

    Code:
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=America/Santiago
          - JELLYFIN_PublishedServerUrl=192.168.1.1
        volumes:
          - /opt/docker/jellyfin:/config
          - /mnt/HDD01/Jellyfin/Series:/data/tvshows
          - /mnt/HDD01/Jellyfin/Peli:/data/movies
        ports:
          - 8096:8096
          - 8920:8920
          - 7359:7359/udp
        restart: unless-stopped
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    jellyfin does not read the specified path - by kojimo - 2025-07-19, 01:22 AM
    RE: jellyfin does not read the specified path - by kojimo - 2025-07-19, 06:24 AM

    • 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