I’m pretty sure it doesn’t work with SMB shares and you would have to rescan manually, but I could set up an NFS share on my NAS instead.

    • Bronzie@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 个月前

      Yupp, pops up randomly after downloading (probably a schedule but I don’t know when it runs). If I need it straight away, a manual scan takes 15 seconds.

      I usually notice something new has dropped when it pops up in “Recently added” and never check qBit or the .arr’s.

      NFS share from NAS and Jellyfin on separate Proxmox server.

  • Pete Keen@hachyderm.io
    link
    fedilink
    arrow-up
    6
    ·
    1 个月前

    @AMillionMonkeys Jellyfin doesn’t care where the library exists as long as it looks sufficiently like a POSIX file system. It periodically scans the library every 12 hours by default but you can change the scan frequency or set something up to trigger it with the API.

    • AMillionMonkeysOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 个月前

      When the library is local it picks up new additions pretty much as soon as they’re added - certainly less than every 12 hours. There’s some mechanism for the filesystem to talk to JF and tell it there are new files.

  • Klajan@lemmy.zip
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 个月前

    99% sure that SMB and NFS doesn’t support watching for file changes, so it will only be picked up at the next scheduled scan (by default every hour)

  • rhelawyn
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 个月前

    It works. My NAS is connected through an NFS mount, Jellyfin picks up new files in seconds.

    • AMillionMonkeysOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 个月前

      Good to hear from someone with immediate experience! The docs suggest that inotify doesn’t work, but here it sounds like it does… or maybe it’s a different mechanism.
      I think I’ll set up a trial library and experiment. Thanks!