Closed Lyphion closed 3 months ago
➤ Stavros Kois commented:
Considering that you already have files in there, and permissions looks fine to me, I’d say something is wrong on Jellyfin side. But, can you confirm that cache/temp output you shared is the one at root? eg /cache/temp or is it under /config? (You can use pwd to see the current directory).
I also found this https://github.com/jellyfin/jellyfin/pull/12226 ( https://github.com/jellyfin/jellyfin/pull/12226|smart-link ) , which might be related. And only got merged last week, so probably will land on the next release.
Thanks for the response. The cache is at the root level and not in "/config". I forgot to mention, that I also tried different settings for the cache directory path which also didn't helped. I think I wait until the next release maybe your linked Pull Request helps.
I'll close this one for now, if you still have issues once the new version is release or find additional information, feel free to share.
Thanks
Heyho,
some time ago I migrated my Jellyfin Container from TrueCharts to TrueNAS. Since then I have some permission problems with files in the cache directory.
After creating a fresh container with default settings (except additional storage for the media), I tried to import my libraries containing Movies, Series and Photos. Everything except the photos worked perfectly. but when scaning the photos library many errors occur similar to this:
I checked all the permissions (media folder and volume paths) and Jellyfin (user/group: apps) has access to the files and folders and the photos are visible, accessible and viewable through the WebGUI, but are missing the Folder/Library image collage. The strange thing is, for a few folders inside the photos library the collage image is present, but for the most the prior error is printed and the image is missing. When viewing the permissions on the files inside the cache folder, I saw that some files didn't specify any permission. The content of these files is not empty and seem valid.
I tried setting it up multiple times and every time the same folders succeed and the rest fail. Restarting the container or the machine didn't help.
Permission for cache folder and inner temp:
Part of the files inside
cache/temp
with missing permissions:The files with '-' in the name seem to be Thumbnails of Episodes of Series.
I don't know if this is a Jellyfin or an TrueNAS problem and I couldn't find any similar reports. The only thing I know is prior to the migration everything worked, but I didn't and now can't check the old log files.
If I missed some useful or important information, let me know! Thanks in advance