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.").Sorry clicked on the previous post for the solution. I can't change that apparently. Could a mod do it please?
I have no idea how to set those paths via the API, but you can still set them by editing Jellyfin setting files directly:
- Shutdown Jellyfin
- Go to C:\ProgramData\Jellyfin\Server\root\default\ (or the *NIX equivalent in your case)
- 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>
This is the solution. Thanks, works as expected.
Jellyfin 10.10.1
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
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