Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plexdrive and Jellyfin cannot find new files #398

Open
herodev1337 opened this issue May 24, 2021 · 1 comment
Open

Plexdrive and Jellyfin cannot find new files #398

herodev1337 opened this issue May 24, 2021 · 1 comment

Comments

@herodev1337
Copy link

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:

  1. kill plexdrive and start an rclone mount
  2. Start a jellyfin Libary scan
  3. 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

@herodev1337
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant