Page 1 of 1

Help setting up watch folder

Posted: 16 Feb 2014, 18:51
by gholmsten
Hi,

Thx so much for this very usefull tool! After some hassle I managed to set up filebot with utorrent with naming that is good for my Boxee box.
Now I really would like to setup a watch folder so I can copy paste my existing series and movies so that they get organized into my folder setup.

I´m a real newbie at these sort of things, so If somebody can help me with a step by step tutorial that would be very kind.

My utorrent script looks like this.

filebot.exe -script fn:amc --output "D:/DL/OrganizedMedia" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=TV Shows/{n.space('.').lower()}/Season.{s.pad(2)}/{n.space('.').lower()}.{s00e00}" "animeFormat=Anime.{n}.{fn}" "movieFormat=Movies/{n.space('.').lower()}.{y}" "musicFormat=Music.{n.space('.').lower()}.{fn}"

So I would like the watch folder script to do the same thing as this script.

Thx in advance! :)
/G

Re: Help setting up watch folder

Posted: 17 Feb 2014, 01:31
by Ithiel
Hi gholmsten,

Hopefully these two threads might shed a little light on the process:

-

Code: Select all

 FolderWatchService[/url]
- [url=http://www.filebot.net/forums/viewtopic.php?f=4&t=1269&p=7727]Combine amc and watcher scripts[/url]

The first talks about setting up the FolderWatchService, while the second discusses combining it with the AMC :-)

Cheers,

~Ithiel