• 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 Guides, Walkthroughs & Tutorials Jellyfin hosted on OS5

     
    • 0 Vote(s) - 0 Average

    Jellyfin hosted on OS5

    Troubleshooting setup
    PepeTech
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United States
    #1
    5 hours ago
    Hello,
    I'm having issues figuring out how to get this all setup. I have a WD PR2100 running OS5 Ver. 5.31.102. I installed docker on it no issues with a .bin file and i'm able to SSH into it and get logged in. I then ran the command to install jellyfin with docker pull jellyfin/jellyfin. From there i'm getting confused on how to rest of this work. I'm kind a noob when it comes to coding and been racking my brain to make this work so I don't have to rely on plex anymore. Any and all help would be greatly apprecaited. 
    5.31.102
    5.31.102

    5.31.102
    PepeTech
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United States
    #2
    4 hours ago (This post was last modified: 4 hours ago by PepeTech. Edited 3 times in total.)
    Update to my current issue.
    my WD PR2100 is networked and I can see and reach it on my main computer for its file shares no issue. WHen trying to run docker and configure the jellyfin and create the compose fil this is the command im trying to run. Note Data-ocean is the name of my PR2100 and the name of the folders that im trying to map are labeled as Archives Vol.1 Archives Vol. 2 and Archives Vol. 3 I feel like I should also mention that this device is on the network and not directly connected to my PC.
    "docker run -d \"
    "--name jellyfin \"
    "-p 8096:8096 \"
    "-v /data-ocean/jellyfin/configConfused-faceconfig \"
    "-v /data-ocean/jellyfin/cacheConfused-facecache \"
    "-v /data-ocean/archives vol. 1Confused-facearchives vol. 1 \"
    "-v /data-ocean/archives vol. 2Confused-facearchives vol. 2 \"
    "-v /data-ocean/archives vol. 3Confused-facearchives vol. 3 \"
    "jellyfin/jellyfin"

    What i get is docker: invalid reference format
    the slant faces are Colon and forward slash
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,201
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #3
    4 hours ago (This post was last modified: 4 hours ago by Efficient_Good_5784.)
    Try running the following:

    Code:
    docker run -d \
      --name jellyfin \
      -p 8096:8096 \
      -v "/data-ocean/jellyfin/config:/config" \
      -v "/data-ocean/jellyfin/cache:/cache" \
      -v "/data-ocean/archives vol. 1:/archives vol. 1" \
      -v "/data-ocean/archives vol. 2:/archives vol. 2" \
      -v "/data-ocean/archives vol. 3:/archives vol. 3" \
      jellyfin/jellyfin

    I think it has to do with you enclosing the entire lines with "".
    « 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