clean=y not removing empty source folders
Posted: 30 Mar 2015, 08:57
Currently running:
I have Btsync constantly syncing files from seedbox to /Volumes/media/synced. These files are already in folders, but I use Filebot to move them to the /Volumes/media/movies directory and download subs if needed.
I ran this from a separate test dir and so far the renaming, moving, and sub fetching part runs perfectly, but for some reason the folders from where the files were moved from still exist and are empty, even with clean=y tacked on.
I saw @rednoah's post at http://www.filebot.net/forums/viewtopic ... ers#p12097
The reason I'd like the empty folders removed is:
EDIT: Am I supposed to be using something like root=y?
Code: Select all
filebot -script fn:amc "/Volumes/media/synced" --action move --def subtitles=en movieFormat="/Volumes/media/movies/{n} ({y}) [{vf}]/{fn}" clean=y
I ran this from a separate test dir and so far the renaming, moving, and sub fetching part runs perfectly, but for some reason the folders from where the files were moved from still exist and are empty, even with clean=y tacked on.
I saw @rednoah's post at http://www.filebot.net/forums/viewtopic ... ers#p12097
The reason I'd like the empty folders removed is:
- - Removing them from the synced folder will also remove them on my seedbox
- I'm OCD
EDIT: Am I supposed to be using something like root=y?