mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: UFS/ISO files can fail to open #4120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelkrieger on GitHub (Aug 16, 2022).
Please describe your bug
I'm experiencing UDF/ISO files failing to open with "cannot access the file ... because it is in use by another process".
The file is not in use according to
lsofandfuser. It is on a mergerfs mount.Currently
Emby.Server.Implementations/Library/Resolvers/BaseVideoResolver.csopens the file withIt may be some locking issue with a prior open, but was thinking adding
FileShare.Readto that may give it its non-exclusive open. Otherwise it may be open somewhere else in Jellyfin during a scan?Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs