Is there a way to check a Movies and TV Shows folders made by amc and delete all the files older then x days and then delete all the leftover empty folders?
I've decided to use filebot on a shared PC few of us in the department use and sooner or later it's gonna run out of storage space. This way I wouldn't have to manually go through all the folders and prune the oldest files.
Old files cleanup
Re: Old files cleanup
The cleaner script can take care of left over folders.
Batch deleting files is basic shell scripting. Though it's equally easy as Groovy script.
e.g.
http://stackoverflow.com/questions/1473 ... t-too-long
Batch deleting files is basic shell scripting. Though it's equally easy as Groovy script.
e.g.
http://stackoverflow.com/questions/1473 ... t-too-long
Re: Old files cleanup
I should've mentioned I'm on windows.
;- )=
I can sort deletion with forfiles and then run cleaner to deal with empty folders.
;- )=
I can sort deletion with forfiles and then run cleaner to deal with empty folders.