Plexdrive and Jellyfin cannot find new files
Hey, I'm using plexdrive in combination with jellyfin. It works perfectly besides that it cant find new files i added while plexdrive is mounted.
My mount command: ./plexdrive mount -c /root/.plexdrive -o allow_other -v 4 --drive-id=XXX -v 4 /media
My workaround is:
- kill plexdrive and start an rclone mount
- Start a jellyfin Libary scan
- When complete, end rclone mount, delete cache.bolt and then restart plexdrive
I'm using the newest plexdrive and the newest jellyfin (10.7.5)
Thanks for your help
Jellyfin logs says:
[ERR] [103] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
System.IO.IOException: Input/output error
at System.IO.Enumeration.FileSystemEnumerator1.FindNextEntry(Byte* entryBufferPtr, Int32 bufferLength) at System.IO.Enumeration.FileSystemEnumerator1.MoveNext()
at System.Linq.Enumerable.SelectEnumerableIterator2.MoveNext() at System.Collections.Generic.LargeArrayBuilder1.AddRange(IEnumerable1 items) at System.Collections.Generic.SparseArrayBuilder1.ReserveOrAdd(IEnumerable1 items) at System.Linq.Enumerable.Concat2Iterator1.ToArray()
at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory)
at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, CancellationToken cancellationToken, Boolean recursive, Boolean refreshChildMetadata, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService)