![]() |
JF folder locations - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: JF folder locations (/t-jf-folder-locations) |
RE: JF folder locations - noob - 2024-07-19 Ok, I will order a larger SD card and run it on my RPi. I have switched off transcoding and changed my files to MP4 (due to less powerful CPU on RPI4), but I do have a few 4k files. Will move the JF permanent files on it. Fingers crossed it fixes my crashing issues. To confirm, these JF permanent files are meant for the metadata and I should not upload video files there? Thank you again. RE: JF folder locations - TheDreadPirate - 2024-07-19 Correct. That folder is mapped to /config, which is for the permanent configs, database, and metadata. No media should be put there. RE: JF folder locations - noob - 2024-07-21 So had some progress today. Re-installed JF folder on the SD card. And after initial crashes unticked the option in Library settings to "Save artwork into media folders". Now when navigating in the JF menus it does not crash at all. Yay! And it seems to store the media image files on the SD. But, when I get it to search for the relevant metadata and images it crashes, so vast of tiles are blank and missing the metadata. I think here are the last logs before a crash, anything helpful, may to do with image encoding? RE: JF folder locations - TheDreadPirate - 2024-07-21 Is it running out of memory? Is the SD card filling up? RE: JF folder locations - noob - 2024-07-23 So SD has 49GB of spare space. I induced another crash and watched the stats, the CPU never went above 75% and memory was at steady 13%. I followed the path in the logs (image attached) "[2024-07-22 10:59:15.425 +00:00] [ERR] [48] Emby.Drawing.ImageProcessor: Error encoding image System.IO.InvalidDataException: Skia unable to read image /config/data/metadata/library/3a/3aa68da0b7ddf9d4b2fd3540fd3b6a07/backdrop.jpg" (see attached image) and could not find it. I assume it is stored somewhere else or it actually does not exist? As well, I noticed that it is storing .nfo files together with the media on HDD. Is this normal, can/should this be changed to SD like for the images? Thank you. RE: JF folder locations - TheDreadPirate - 2024-07-23 NFOs are always stored in the same folder as the media. Images CAN be stored with the media if you check the box. You can try enabling that so the images aren't saved on the SD card. Is it possible the SD card is bad or something? Bad sectors? RE: JF folder locations - noob - 2024-07-23 Understand re .nfo. The SD card is fine. Before I try to store the image files together with the media files, is there another location for JF files where the error is pointing towards? RE: JF folder locations - TheDreadPirate - 2024-07-23 I noticed something. Can you show me your latest docker compose? The the image in your last post has the cache folder next to all the /config data folders. Generally /cache should be given a separate volume on the host. It looks like you mounted /cache in the "library" folder you originally had /config mounted to. I'm not sure if that is the cause of your problem, but I've seen weird things happen when containers volumes aren't clearly separated on the host. RE: JF folder locations - noob - 2024-07-24 Should be attached. RE: JF folder locations - TheDreadPirate - 2024-07-24 Can you give /cache its own volume on the host? |