Filebot just deleted 52 movies mid-sync (BTSync)
Posted: 13 Apr 2015, 05:45
I'll have to re-download them since BTSync deletes files on source box once they're removed from destination box.
Script:
I think this is a result of clean=y. All empty folders that haven't started syncing the movie file got removed, but Filebot left alone the one folder containing a movie that was being synced as it had the .bts extention (or whatever it was).
How can I tell Filebot not to touch empty folders that already exist, and only clean=y the ones that actually had a movie file in them and were processed?
Script:
Code: Select all
REM Move Movies
filebot.launcher.exe -script fn:amc "E:/Btsync/files" --output "E:/Btsync/Renamed" --log-file amc_Movies.log --action move --conflict auto -non-strict --def subtitles=en clean=y excludeList=amc-input_Movies.txt "movieFormat=E:/Btsync/Renamed/{n} ({y}) [{vf}]/{fn}"
How can I tell Filebot not to touch empty folders that already exist, and only clean=y the ones that actually had a movie file in them and were processed?