Yesterday, 08:20 AM
I use Jellyfin in a container which is configured to read my media from a NFS share from a Pi4. It all works but I looked at the possibility of using a CIFS share on my router so added the cifs share to Jellyfin. It didn't do what I wanted to I scrapped that and returned to using the NFS share. It all works but I notice in the logs it still references the cifs share even though its not configured in my Music library.
The options.xml file only references one path and that's the correct NFS one.
Any idea where it is finding this from?
The options.xml file only references one path and that's the correct NFS one.
Any idea where it is finding this from?
Code:
[2025-05-09 00:25:20.319 +01:00] [ERR] [137] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/cifs_share/music/Alpha 9"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/cifs_share/music/Alpha 9'.
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
[2025-05-09 00:25:20.322 +01:00] [ERR] [137] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/cifs_share/music/Blugazer"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/cifs_share/music/Blugazer'.
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
etc etc