• 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 Files not showing in shared folder win11 docker

     
    • 0 Vote(s) - 0 Average

    Files not showing in shared folder win11 docker

    Jellyfin not seeing anything inside WIN11 monted shared folder through docker compose
    mekka
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    Country:Italy
    #1
    2023-10-25, 11:20 AM (This post was last modified: 2023-10-25, 11:22 AM by mekka. Edited 2 times in total.)
    Hello guys so let me explain some details of my configuration:

    - All my media are stored inside my old nas qnap (ts-420).

    - Host PC was Win11 machine running Jellyfin trough docker compose.

    - Multimedia folder inside qnap was mounted in host Win11PC "Z:".

    - Jellyfin is installed trough docker and run with compose with this yaml configuration:

    Code:
    version: '2.12'
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        network_mode: 'bridge'
        ports:
          - 8096:8096
        volumes:
          - C:\Users\fabio\docker\jellyfin\config:/config
          - C:\Users\fabio\docker\jellyfin\cache:/cache
          - Z:\Animazione:/media:ro
        restart: 'unless-stopped'

    Jellyfin run fine but when i add media folder nothing was loaded. 
    I've made a test coping "Animazione" folder locally on Win11 "C:\user\Animazione" and it works fine.
    Maybe need to add permission to YAML file to log into shared folder?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-10-25, 12:55 PM
    If you are running it in docker on Windows, I'm assuming that also means you are using WSL2. WSL2 should mount all your drives within the virtual Ubuntu OS in /media, I think.

    Any reason you can't run Jellyfin directly on Windows?
    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]
    bitmap
    Offline

    Community Moderator

    Posts: 835
    Threads: 9
    Joined: 2023 Jul
    Reputation: 27
    #3
    2023-10-25, 06:21 PM
    Finally I agree with you: don't use Docker with WSL2. Native install would be a better solution.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    Deleted User

    Unregistered
     
    #4
    2023-10-25, 06:27 PM
    *don't use WSL(2) (for anything, it's useless)
    mekka
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    Country:Italy
    #5
    2023-10-27, 01:18 PM
    Ok. I follow yours suggestion and installed natively on win11. Now it works like a charm. Thank you all.

    I have another question. If need to open another topic just tell me.

    Is there a way to backup watched status and all the tweaks I made to metadata and profiles?
    If it's there a folder with this i'm thinking about sync those.
    Want to do this cause if somethings go wrong i feel big pain to manually set again all that preferences and all the proper metadata and profiles.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2023-10-27, 01:34 PM
    In the library settings you can set Jellyfin to save images and metadata to files that will be saved in the same folder as the video. This will make your metadata "portable".

    I know there are plugins that manage watch status. I don't use them myself, but I'm pretty sure @bitmap knows more about them.

    All that information also resides in Jellyfin's database. So if you backup your database files, as long as you are moving from and to the same install type you can just copy and paste the database files.

    C:\ProgramData\Jellyfin\Server
    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