• 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 SOLVED: Path substitution for files on NFS or Samba server

     
    • 0 Vote(s) - 0 Average

    SOLVED: Path substitution for files on NFS or Samba server

    nanouk76
    Offline

    Junior Member

    Posts: 36
    Threads: 5
    Joined: 2023 Jun
    Reputation: 0
    Country:France
    #5
    2024-05-25, 08:26 PM
    (2024-05-25, 12:01 PM)qwerty12 Wrote: The option to add shared network folders from the web interface got removed (https://github.com/jellyfin/jellyfin-web/pull/5098), but they are still obeyed if set. It's mentioned on the documentation for the Kodi plugin ("Starting from Jellyfin 10.9 it is no longer possible to set the shared network folder.").

    I have no idea how to set those paths via the API, but you can still set them by editing Jellyfin setting files directly:

    1. Shutdown Jellyfin
    2. Go to C:\ProgramData\Jellyfin\Server\root\default\ (or the *NIX equivalent in your case)
    3. Open the options.xml of the library you want to add a network path to, and add a corresponding <NetworkPath> element underneath the <Path> element. Example:
      Code:
        <PathInfos>
          <MediaPathInfo>
            <Path>C:\1</Path>
            <NetworkPath>\\192.168.1.1\C$\1</NetworkPath>
          </MediaPathInfo>
          <MediaPathInfo>
            <Path>C:\2</Path>
            <NetworkPath>\\192.168.1.1\C$\2</NetworkPath>
          </MediaPathInfo>
        </PathInfos>
    Sorry clicked on the previous post for the solution. I can't change that apparently. Could a mod do it please?
    This is the solution. Thanks, works as expected.
    Jellyfin 10.10.6
    Ubuntu Server 22.04.4 LTS
    Gigabyte Technology Co., Ltd. GA-MA78LMT-US2H
    AMD® Phenom™ ii x6 1090t processor × 6
    20 GB Ram
    Nvidia P400
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Path substitution for files on NFS or Samba server - by nanouk76 - 2024-05-25, 11:20 AM
    RE: Path substitution for files on NFS or Samba server - by Efficient_Good_5784 - 2024-05-25, 11:57 AM
    RE: Path substitution for files on NFS or Samba server - by qwerty12 - 2024-05-25, 12:01 PM
    RE: Path substitution for files on NFS or Samba server - by nanouk76 - 2024-05-25, 08:26 PM
    RE: Path substitution for files on NFS or Samba server - by TheDreadPirate - 2024-05-25, 02:59 PM

    • 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