2023-08-05, 02:17 PM
I am running Jellyfin 10.8.10 on TrueCharts.
I moved files from one folder to another one and hit "Scan All Libraries".
Jellyfin found the files in the new location, but still shows the oldlocation in the library.
Manually deleting movies works, so it's not a permissions issue.
The original folder is entirely deleted.
Scan All Libraries reports failing to find the media, but does nothing.
I moved files from one folder to another one and hit "Scan All Libraries".
Jellyfin found the files in the new location, but still shows the oldlocation in the library.
Manually deleting movies works, so it's not a permissions issue.
The original folder is entirely deleted.
Scan All Libraries reports failing to find the media, but does nothing.
Code:
[2023-08-05 08:59:46.692 -05:00] [ERR] [53] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/mnt/aster/qbittorrent/TV"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/aster/qbittorrent/TV'.
at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
[2023-08-05 08:59:47.122 -05:00] [ERR] [55] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/mnt/aster/qbittorrent/TV/Survivorman Les Stroud (2004-2012) WEB-DL 480p"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/aster/qbittorrent/TV/Survivorman Les Stroud (2004-2012) WEB-DL 480p'.
at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)