Page 1 of 1

Full automed media center: Move files and clean up

Posted: 02 Jan 2013, 09:49
by nimm_zwei
Hello.

I've a question regarding the full atuomated media center script.

Is it possible to add parameters, that the files are copied instead of moving? My idea is that the Download Folder should be free of Media Files after the execution of this script, because the script is executed by a cron job, and if it leaves all files behind, they get copied every half hour.

Thanks

Re: Full automed media center: Move files and clean up

Posted: 02 Jan 2013, 12:36
by rednoah
You can use --action move instead of --action copy. And if you want to clean up remaining clutter files likes nfo, jpg, etc you can use the cleaner script.

Re: Full automed media center: Move files and clean up

Posted: 04 Jan 2013, 12:18
by nimm_zwei
rednoah wrote:You can use --action move instead of --action copy. And if you want to clean up remaining clutter files likes nfo, jpg, etc you can use the cleaner script.
Thanks, this works. But there are still some empty folders which contained the movies. There's no possibility to delete them without writing some own lines of groovy script?

Re: Full automed media center: Move files and clean up

Posted: 04 Jan 2013, 15:11
by rednoah
No worries, I already did that for you. That's the cleaner script:
http://filebot.sourceforge.net/forums/v ... &t=5#p1341

Re: Full automed media center: Move files and clean up

Posted: 05 Jan 2013, 16:46
by rednoah
BTW i update the utorrent-postprocess script and added support for directly running the cleaner without an extra cmdline call:

Code: Select all

--def clean=y