I couldn't really find anything in the gui to address this but it seems like Channels does a poor job of maintaining it's own file system. For example my Database directory had grown to over 10GB with daily backups.
I had Claude write me a pretty basic script that I'm now running as a cron job that deletes files or directories in the following paths (your paths might vary)
Remove any .jpg files from this directory that are more than 7 days old.
/mnt/plex-media/Media/Videos/ChannelsDVR/Images
Remove any files or directories from the following paths that are more than 7 days old.
/mnt/plex-media/Media/Videos/ChannelsDVR/Images/cache
/mnt/plex-media/Media/Videos/ChannelsDVR/Images/tmsimg
/mnt/plex-media/Media/Videos/ChannelsDVR/Logs/recording
/mnt/plex-media/Media/Videos/ChannelsDVR/Logs/comskip
/mnt/plex-media/Media/Videos/ChannelsDVR/Metadata
/mnt/plex-media/Media/Videos/ChannelsDVR/Streaming/cache
/mnt/plex-media/Media/Videos/ChannelsDVR/Database
I've had this running for a couple of weeks now with no observable issues. Am I missing something here? Is there a better way to do this or an option that I could have turned on to manage this in current code?

