2024-10-28, 06:36 AM
(This post was last modified: 2024-10-28, 06:45 AM by iif2fo. Edited 2 times in total.)
Hello. I'm running Jellyfin 10.9.11 on Debian. I just discovered that my disk is full. Upon further investigation, I discovered that Jellyfin is eating a ton of space.
I went to Playback / Transcoding. I enabled "Delete segments". It seems like this setting should work in the future to prevent Jellyfin from eating my entire disk.
However, the current cache remains.
What's the recommended way to clear that? Can I just or is there a button in the UI somewhere?
Also, is it normal for the cache to get that big? The server is only used by 2 people with light to medium usage.
Code:
$ sudo du -h /var/cache/jellyfin/transcodes
101G /var/cache/jellyfin/transcodes
I went to Playback / Transcoding. I enabled "Delete segments". It seems like this setting should work in the future to prevent Jellyfin from eating my entire disk.
However, the current cache remains.
What's the recommended way to clear that? Can I just
Code:
rm -rf /var/cache/jellyfin/transcodes
Also, is it normal for the cache to get that big? The server is only used by 2 people with light to medium usage.