• 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 Finding Sub folders

     
    • 0 Vote(s) - 0 Average

    Finding Sub folders

    Help setting up media libraries
    Azriall
    Offline

    Junior Member

    Posts: 6
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United Kingdom
    #1
    2024-04-13, 08:25 AM
    Good morning fello peeps

    I'm setting up my Jellyfin to run on a home Ubuntu server that I'm making for self learning and a fun project. I have installed Jellyfin and confirmed I can acces it remotely, I used mkdir to make /home/<username>/media/anime/<tv show>/<season01>. When i log into Jellyfin via the webui and add library, it allows to me use folder /home/<username> but no further. I'm assuming I don't need to make the  <tv show>/<season01> directly as a media folder but i assume I at least need to make the  /home/<username>/media/anime in the list. so why can't i see past home when i try to add the right folder?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-04-14, 12:59 AM
    Because jellyfin doesn't have access to your home directory, nor should it. If you have files that will regularly be access by other users or a service user you need to move it out of your home into a directory where it is safe to open the permissions.
    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]
    Azriall
    Offline

    Junior Member

    Posts: 6
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United Kingdom
    #3
    2024-04-15, 10:20 AM
    Htanks for that, so how do i make a folder that I can access and put files on that would work for jellyfin but not interfer with the home directory? I'm still new to Linux/Ubuntu but willing to learn
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-04-15, 07:43 PM
    /media is a common place to host jellyfin libraries and is there by default in most Linux distros.

    Code:
    cd /media
    sudo mkdir library
    sudo chown jellyfin: library
    sudo chmod 755 library
    cd library
    mv /home/<username>/media/* .
    sudo chown -R jellyfin: *
    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