Was looking for this. Just checked the library of an client we have been using for a while now. Only the mp4 files that where uploaded yesterday and today where there. The rest of the content (uploaded in the first week of January 2017) was already removed.
The Player does the cleanup. We’d suggest you run the watchdog too (infact you have to specifically disable it with recent releases), but that doesn’t affect the cleanup.
As far as I know, it will cleanup all the files it makes that it no longer needs.
Is there any way to force the client to clean up sooner? We have clients running on 32GB Intel Compute Sticks, and they are running out of space because we push a new video every minute. I know this sounds crazy, but there is still a need to clean up the content every day vs every 7 days or so.
@alex So where should I try to add those settings. It doesn’t seem to call the defaultconfig.xml, and I can confirm there are 5 days of files on my drive right now. I tried adding those lines to the Xiboconfig.xml in the user\appdata folder, but it overwrote them when I tried to save the config.
I believe the default file is the correct place to edit that.
You can see the logic here:
Every 15 minutes from startup, the agent runs, and logs its actions.
If you enable audit logging on your Player, is it not picking up those files? Do you have some options on your filesystem that prevent filesystem last accessed times being correctly reported?
For a file to be deleted, it will need to not be in RequiredFiles (a copy of which you can see in the Player library), and also not have been accessed for more than 2 days (by default). So I’d assuming that the CMS continues to report a file in RequiredFiles to the end of the day (which it will do), and then that content stops showing just before midnight, I’d imagine it would be 2-3 days before the file was cleaned up.
Similarly if something else is routinely accessing those files in the library, then that will prevent them from being cleaned up too - eg background anti-virus scans, backup applications etc