Jellyfin Forum
symlink - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: symlink (/t-symlink)



symlink - ototos - 2025-11-13

i everyone, I’m installing the latest version of Jellyfin on a Windows server and I’d like to use symlinks with rclone, so I can reorganize the server structure a bit without having to modify the entire cloud, which would be really complicated for me—almost impossible.
Additionally, I prefer to have a local file structure.
In the past, I remember trying this, and it worked perfectly; it was even the only media player that supported it, while Plex couldn’t.
Now I’m trying again, but I can’t get it to work: Jellyfin doesn’t recognize any symlinks. I’m really desperate because this feature solved 101% of my remote access problems.
Thanks!


LOG:
Code:
[2025-11-13 17:01:19.676 +01:00] [ERR] [53] Emby.Server.Implementations.Library.LibraryManager: Error resolving path "C:\Contenuti\Film\2022\Le otto montagne (2022)"
System.IO.IOException: The volume does not contain a recognized file system.
Please make sure that all required file system drivers are loaded and that the volume is not corrupted. : 'C:\Contenuti\Film\2022\Le otto montagne (2022)\Le otto montagne (2022) - [1080p - h265 - 3,99 G].mkv'.
  at System.IO.FileSystem.GetFinalLinkTarget(String linkPath, Boolean isDirectory)
  at System.IO.FileSystem.ResolveLinkTarget(String linkPath, Boolean returnFinalTarget, Boolean isDirectory)
  at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemMetadata(FileSystemInfo info)
  at System.Linq.Enumerable.IEnumerableSelectIterator`2.ToArray()
  at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
  at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
  at Emby.Server.Implementations.Library.LibraryManager.ResolveFileList(IReadOnlyList`1 fileList, IDirectoryService directoryService, Folder parent, Nullable`1 collectionType, IItemResolver[] resolvers, LibraryOptions libraryOptions)+MoveNext()



RE: symlink - theguymadmax - 2025-11-13

10.11.2 has issues with symlinks. There are symlinks changes for 10.11.3, which should be released this weekend.


RE: symlink - ototos - 2025-11-13

(3 hours ago)theguymadmax Wrote: 10.11.2 has issues with symlinks. There are symlinks changes for 10.11.3, which should be released this weekend.

Thanks, I didn’t know that.
I hope it also works for discovering new content, not just for the already scanned items.
Is the release coming this weekend? On the GitHub link you sent me, there was no mention of this.
Thanks!