2024-06-20, 09:58 PM
(This post was last modified: 2024-06-21, 04:17 PM by mildlyjelly. Edited 2 times in total.
Edit Reason: My trickplay settings werent the default...
)
This should be what you want to delete trickplay images on linux:
The exact path on your system might be different, but this is what it is on mine.
Do note, while I am confident this work as it should, I didn't test it because it took me days to generate my trickplay images and I don't want to delete them...
I don't know if it is this simple, but based on my system, trickplay takes up about 25 MB 2.5 MB per hour of footage (using whatever the default settings are/were). So that might allow you to ballpark the required space?
Code:
find /var/lib/jellyfin/metadata/ -name trickplay -type d -exec rm -rf {} \;
Do note, while I am confident this work as it should, I didn't test it because it took me days to generate my trickplay images and I don't want to delete them...
I don't know if it is this simple, but based on my system, trickplay takes up about 25 MB 2.5 MB per hour of footage (using whatever the default settings are/were). So that might allow you to ballpark the required space?