Full automed media center: Move files and clean up

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nimm_zwei
Posts: 4
Joined: 30 Dec 2012, 17:48

Full automed media center: Move files and clean up

Post 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
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
nimm_zwei
Posts: 4
Joined: 30 Dec 2012, 17:48

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

Post 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?
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

No worries, I already did that for you. That's the cleaner script:
http://filebot.sourceforge.net/forums/v ... &t=5#p1341
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply