2024-09-09, 10:42 AM
(This post was last modified: 2024-09-11, 11:30 PM by Lost_Ones. Edited 1 time in total.)
I really appreciate the feedback and the efforts. In the meantime, I will keep a sudo crontab to clean them out.
#*/15 * * * * find /opt/jellyfin/config/cache/transcodes/*.ts -type f -mmin +15 -delete # removes .ts file in the transcode folders that are older then 15 mins
Thank you
#*/15 * * * * find /opt/jellyfin/config/cache/transcodes/*.ts -type f -mmin +15 -delete # removes .ts file in the transcode folders that are older then 15 mins
Thank you