• 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 Search Results

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: Permissions on local storage
    Post: RE: Permissions on local storage

    So you have a Jellyfin server with 2 disks attached via usb, and a third disk attached internally. With the two usb disks you are able to manage files, but the internal disk is giving permission error...
    tepsys Troubleshooting 2 744 2024-08-11, 06:02 PM
      Thread: (SOLVED)Library Scan Issue...?permissions issue?
    Post: RE: Library Scan Issue...?permissions issue?

    I would honestly recommend starting from scratch (up to and including reinstalling Ubuntu for your Jellyfin server) and just follow the instructions in the official Jellyfin docs. https://jellyfin.org...
    tepsys Troubleshooting 33 3,373 2024-08-10, 11:46 AM
      Thread: Active: inactive (dead)
    Post: RE: Active: inactive (dead)

    TheDreadPirate Wrote: (2024-08-09, 02:43 PM) -- What repos do you have in Debian?  Do you only have main and updates?  You should add universe and multiverse to ensure that you are able to install al...
    tepsys Troubleshooting 5 1,055 2024-08-09, 05:34 PM
      Thread: (SOLVED)Library Scan Issue...?permissions issue?
    Post: RE: Library Scan Issue...?permissions issue?

    Hmm that's very strange. This should be working. You said you are running Jellyfin on Ubuntu 22 LTS. Is this the server or desktop version of Ubuntu (shouldn't matter really, but I'd like to match...
    tepsys Troubleshooting 33 3,373 2024-08-09, 11:42 AM
      Thread: Mount several NAS folders
    Post: RE: Mount several NAS folders

    No problem. Glad I could help :)
    tepsys Troubleshooting 5 853 2024-08-09, 07:24 AM
      Thread: Mount several NAS folders
    Post: RE: Mount several NAS folders

    "/" indicates the "root" of your filesystem, so Code: -- mkdir /movies -- is creating folders at the very root of your filesystem, not within any other folder. Also, I notice from your prompt you...
    tepsys Troubleshooting 5 853 2024-08-09, 06:57 AM
      Thread: (SOLVED)Library Scan Issue...?permissions issue?
    Post: RE: Library Scan Issue...?permissions issue?

    I don't use Ubuntu so maybe Jellyfin works with different ownership on Ubuntu (and if you have 777 permissions on everything, I really don't think this should matter) but I notice in your output the l...
    tepsys Troubleshooting 33 3,373 2024-08-09, 06:53 AM
      Thread: Active: inactive (dead)
    Post: RE: Active: inactive (dead)

    How did you go about adding a repo for Jellyfin to Debian? Hopefully you used one of the options here: https://jellyfin.org/docs/general/installation/linux/#debuntu-debian-ubuntu-and-derivatives-using...
    tepsys Troubleshooting 5 1,055 2024-08-09, 06:39 AM
      Thread: Mount several NAS folders
    Post: RE: Mount several NAS folders

    Your fstab is mounting both drives to /jellyfin so you have one mounted on top of the other. You need to provide separate mount points in your fstab. e.g. Code: -- //192.168.178.3/ds418-filme /jellyf...
    tepsys Troubleshooting 5 853 2024-08-08, 02:56 PM
      Thread: Linux upgrade chown
    Post: RE: Linux upgrade chown

    Hello, I don't know why chown would be taking so long on these directories. Only two of these directories should have any significant number of files Code: -- find /var/cache/jellyfin -type f | w...
    tepsys Troubleshooting 2 381 2024-08-08, 10:42 AM
      Thread: versions show as separate titles for some movies
    Post: RE: versions show as separate titles for some movi...

    TheDreadPirate Wrote: (2024-08-07, 06:56 PM) -- Don't forget about manually merging them.  For whatever reason, when you are in list view you can't select multiple items to merge.  Switch to poster v...
    tepsys Troubleshooting 14 1,402 2024-08-07, 07:04 PM
      Thread: versions show as separate titles for some movies
    Post: RE: versions show as separate titles for some movi...

    Perhaps, but the docs suggest versioning isn't limited by Labels. "To distinguish between versions, each filename needs to have a space, hyphen, space, and then a label. Labels are not predetermined a...
    tepsys Troubleshooting 14 1,402 2024-08-07, 06:45 PM
      Thread: versions show as separate titles for some movies
    Post: RE: versions show as separate titles for some movi...

    Hmmm, it seems you are right in that it for some reason does not like some titles with both vertical and horizontal resolutions in the file name. But it also clearly does work in some cases because it...
    tepsys Troubleshooting 14 1,402 2024-08-07, 06:22 PM
      Thread: (SOLVED)Library Scan Issue...?permissions issue?
    Post: RE: Library Scan Issue...?permissions issue?

    Hello LinuxNoob, I am also running Jellyfin on a linux host. On my system, I have my Movie and TV-Show libraries owned by root user and root group. Directory permissions are set to 755. F...
    tepsys Troubleshooting 33 3,373 2024-08-07, 05:46 PM
      Thread: versions show as separate titles for some movies
    Post: RE: versions show as separate titles for some movi...

    TheDreadPirate Wrote: (2024-08-07, 02:14 PM) -- Hmmmm.  I've noticed that numbers in the name can throw off some functions in Jellyfin.  Mine NEVER correctly identifies Wonder Woman 1984.  And in my ...
    tepsys Troubleshooting 14 1,402 2024-08-07, 02:53 PM
      Thread: versions show as separate titles for some movies
    Post: RE: versions show as separate titles for some movi...

    TheDreadPirate Wrote: (2024-08-07, 01:26 PM) -- Try removing (2002) from the FILE name. It is fine to have it in the folder name. If that doesn't work, its possible that the fact that they are in d...
    tepsys Troubleshooting 14 1,402 2024-08-07, 02:01 PM
      Thread: versions show as separate titles for some movies
    Post: RE: versions show as separate titles for some movi...

    Just for more info, I saw there was an update to jellyfin and updated, so I am now running version 10.9.9. I also thought maybe the “-” character used may have been different in some cases for som...
    tepsys Troubleshooting 14 1,402 2024-08-07, 11:00 AM
      Thread: versions show as separate titles for some movies
    Post: versions show as separate titles for some movies

    Before I get into the problem, I have searched both the forums and google and have not found someone with my particular problem. They all seemed to have some problem with how they had files named. And...
    tepsys Troubleshooting 14 1,402 2024-08-07, 05:43 AM
    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System