Search found 162 matches

by nzdreamer55
23 Jul 2012, 01:49
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Well I though that the housekeeping script moved the files from one directory to another, but it didn't even do this. So here is another attempt to run it on a folder where files get downloaded to. Can you tell what happens? Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporati...
by nzdreamer55
22 Jul 2012, 19:46
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Here is some interesting news... I was able to run the house cleaning script which was able to watch the folder and when new files were dropped into it, move them to another folder. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Kira>file...
by nzdreamer55
22 Jul 2012, 15:22
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

I forgot to ask. If the watcher is running is there a way to hide the cli window?
by nzdreamer55
22 Jul 2012, 15:16
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Well I'll be a monkey's uncle. I am running Java SE Runtime Environment 1.6.0_31 When I go to javatester.org/version.html it says that I have version 1.7.0_05. :?: :?: So I uninstalled all the java that was on my server and reinstalled the JDK x86 version Now when I type filebot -version it says 1.7...
by nzdreamer55
21 Jul 2012, 18:43
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

So I changed the smb shares to local filebot -script fn:watcher "L:\Unpack\TV.Series.Landing" --output "P:\TV Shows 2" --format "{n}/Season {s}/{n} - {s00e00} - {t}" --db TheTVDB Here is the java that I am running on my server Java Version 1.7.0_05 from Oracle Corporati...
by nzdreamer55
21 Jul 2012, 18:19
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Just though about it, but I guess the renaming function won't work if the server does not have internet access. Ok. Set it to have internet access so that is solved. here is what happened C:\Users\Kira>filebot -script fn:watcher -clear "\\TITANSERVER\1media.3tb\Unpack \TV.Series.Landing" -...
by nzdreamer55
21 Jul 2012, 18:09
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Run it with "-clear"? Like this filebot -script fn:watcher -clear "\\TITANSERVER\1media.3tb\Unpack\TV.Series.Landing" --output "\\TITANSERVER\4media.2tb\TV Shows 2" --format "{n}/Season {s}/{n} - {s00e00} - {t}" --db TheTVDB So does filebot download the script...
by nzdreamer55
21 Jul 2012, 17:43
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

C:\Users\Kira>filebot -script fn:watcher "\\TITANSERVER\1media.3tb\Unpack\TV.Ser ies.Landing" --output "\\TITANSERVER\4media.2tb\TV Shows 2" --format "{n}/Season {s}/{n} - {s00e00} - {t}" --db TheTVDB MissingPropertyException: No such property: _prop for class: Script3...
by nzdreamer55
21 Jul 2012, 16:43
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Thank you. I'll give it a try. Five minute retrying is perfect. Will post back later today as I have been kicked off the computer for family time ;-)
by nzdreamer55
21 Jul 2012, 16:24
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Thanks rednoah. I really don't want to think outside the box on this one. I saw your utorrent script and was going to use this, however the computer that is the torrent client should not be doing any of the work for unpacking, renaming, getting subtitles, filing and cleaning up the left overs. This ...
by nzdreamer55
21 Jul 2012, 14:44
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Re: Need help with using CLI and writing script.

Thanks so much Rednoah for the links. So I was able to get the JDK installed and then installed groovy, had a little look at the basic tutorial but it seems that there is a large hill for me to climb to understand filebot -script fn:watcher --format "{home}/Movies/{n} {y}/{movie}" --db The...
by nzdreamer55
21 Jul 2012, 05:06
Forum: Help and Support
Topic: Need help with using CLI and writing script.
Replies: 21
Views: 13799

Need help with using CLI and writing script.

Hello everyone, Just came cross Filebot. I have been using theRenamer via a bat file for automation. I have just enough computer sense to write a bat file, so when I look at the scripts that Filebot uses, I am a little over my head. I want to take this in steps so I will be asking more questions (ma...