2025-02-13, 04:05 PM
(This post was last modified: 2025-02-13, 04:09 PM by crissaegrim. Edited 1 time in total.)
(2025-02-13, 03:36 PM)TheDreadPirate Wrote: Is this an NFS share?
What is probably going on is that the either the server or the storage is not fast enough and the image extraction is timing out on the first try. You can try extending the time out value.
Go to where you mounted /config and open /config/config/system.xml. There is a value called ImageExtractionTimeoutMs. The default is 10 seconds, when the XML is setup to zero. Set it to 20 or 30 seconds? 20000 or 30000 milliseconds. Restart Jellyfin after setting this value.
Yes. NFS share. CPU usage is basically idle. https://i.imgur.com/Gi5ra6v.png
I'm "tailing" the log, and I don't see any new entries: https://i.imgur.com/xj88oO5.png Frozen here. No new entries.
ImageExtractionTimeoutMs
It's set at 30secs. Imports are verrrry slow. Trickling in basically? I'm seeing 1 new item every 5-6 mins.I think it gave up importing; I'm not seeing new items.
Code:
root@jellyfin:/etc/jellyfin# grep Extraction system.xml
<ImageExtractionTimeoutMs>30000</ImageExtractionTimeoutMs>