I download and store music in my home folder for my desktop user, but also would like to share it with my jellyfin server, but obviously I cannot select a folder from my home folder as a library folder.

Is there any simple and clean way to make this folder available on a server?

  • recursive_recursion [they/them]A
    link
    English
    121 days ago

    another option is to archive/zip the folder,

    • then sending/sharing the archive via Kdeconnect

    configuration.nix:

      environment.systemPackages = [
        pkgs.libsForQt5.kdeconnect-kde
      ];