Copying and moving files upon completion.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Crowtservo
Posts: 8
Joined: 03 Jan 2013, 07:23

Copying and moving files upon completion.

Post by Crowtservo »

Is it possible to use the uTorrent script to just make a copy of the completed files and move them to a specific directory?

I noticed that the new version (3.3) can handle music files and I haven't really had a chance to try it out. Is it possible to set it to just copy the completed files and move them (to the "Automatically Add to iTunes" folder)? Alternatively, how would one set up the music script to automatically organize the files and copy them to the iTunes library location?

Thanks!
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Copying and moving files upon completion.

Post by rednoah »

Isn't it copying things by default anyway?

Code: Select all

--action copy
Just read the "Customize Paths" section:

Code: Select all

--def music=y "musicFormat=/path/to/Automatically Add to iTunes/{n}/{album}/{n} - {t}"
:idea: Please read the FAQ and How to Request Help.
Crowtservo
Posts: 8
Joined: 03 Jan 2013, 07:23

Re: Copying and moving files upon completion.

Post by Crowtservo »

Thanks! almost got it all set up. Is there a way to get track number? Instead of {n} - {t} for the file name I'd like to have {n} - {TRACK NUMBER} - {t}.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Copying and moving files upon completion.

Post by rednoah »

With the latest RC you can use {pi}. Link is on Facebook.
:idea: Please read the FAQ and How to Request Help.
Post Reply