4 hours ago
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:
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()
