Search found 162 matches

by nzdreamer55
30 Aug 2014, 17:19
Forum: Scripting and Automation
Topic: Need help with getting log from Filebot.
Replies: 5
Views: 3819

Re: Need help with getting log from Filebot.

Thanks Rednoah. Finding the log file has been helpful in that I have been able to try many different ways of doing this, but still I am not getting a successful renaming. Below I have the log out pout from several way I have tried.. What I am trying to do is use a UNC path. The instructions you have...
by nzdreamer55
18 Aug 2014, 18:04
Forum: Scripting and Automation
Topic: Need help with getting log from Filebot.
Replies: 5
Views: 3819

Re: Need help with getting log from Filebot.

Here is the problem that is a little more specific. Here is what I use to drag file to to rename and move them REM TV Renaming Filebot script with log output filebot -script fn:amc %* --def "movieFormat={[\"\\\\TITANSERVER/2media.2tb/Movies\"].collect{\"$it\" as File}.sort{ ...
by nzdreamer55
18 Aug 2014, 17:49
Forum: Scripting and Automation
Topic: Need help with getting log from Filebot.
Replies: 5
Views: 3819

Need help with getting log from Filebot.

Hello everyone, I need to look at the output from filebot's log to help trouble shoot my amc script. I have read that I need to "*** If you need help start a new thread and always include cmdline output! ***" but I cannot figure out how to get the cmdline output. I have read that I can use...
by nzdreamer55
18 Aug 2014, 16:59
Forum: Scripting and Automation
Topic: escape tool didn't span GUI...
Replies: 2
Views: 2440

Re: escape tool didn't span GUI...

Never mind. I up graded to the latest filebot and it works fine. Sorry about that :-)
by nzdreamer55
18 Aug 2014, 16:53
Forum: Scripting and Automation
Topic: escape tool didn't span GUI...
Replies: 2
Views: 2440

escape tool didn't span GUI...

Hello, I tried to use the escape tool however I got the following Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Users\Kira>filebot -script fn:escape Aug 18, 2014 9:47:22 AM java.util.prefs.WindowsPreferences <init> WARNING: Could not open/create prefs r...
by nzdreamer55
18 Aug 2014, 04:14
Forum: Scripting and Automation
Topic: Questions about options for AMC
Replies: 1
Views: 2622

Questions about options for AMC

Hello, I have a question about the options that are available for the AMC script. --conflict skip I'm not sure what it means when you say "Never override existing files if the same media is downloaded multiple times". What does override mean in this sentence. I would understand if it said ...
by nzdreamer55
28 Feb 2014, 01:07
Forum: Help and Support
Topic: Source for CD1 and CD 2 Renaming question
Replies: 2
Views: 3314

Re: Source for CD1 and CD 2 Renaming question

Thanks so much for the help. I ended up doing the following and it works well

{'.CD'+pi}

Thanks for the help
by nzdreamer55
27 Feb 2014, 02:36
Forum: Help and Support
Topic: Source for CD1 and CD 2 Renaming question
Replies: 2
Views: 3314

Source for CD1 and CD 2 Renaming question

Hello everyone, Currently I am using Filebot via commandline to rename my files. I have the following bat file that I use for movies. The issue that I am having is that I cannot get multiple CD movies renamed correctly. The {'.'+[CD$pi]} does not seem to work in my script. filebot -script fn:amc %* ...
by nzdreamer55
15 Nov 2013, 16:26
Forum: Scripting and Automation
Topic: Can I get AMC script to delete .rar files after extraction?
Replies: 7
Views: 4912

Re: Can I get AMC script to delete .rar files after extracti

Is there a tutorial for calling scripts locally with filebot?
by nzdreamer55
15 Nov 2013, 15:29
Forum: Scripting and Automation
Topic: Can I get AMC script to delete .rar files after extraction?
Replies: 7
Views: 4912

Re: Can I get AMC script to delete .rar files after extracti

I see that there is something that says // extract archives (zip, rar, etc) that contain at least one video file def tempFiles = [] input = input.flatten{ f -> if (f.isArchive() || f.hasExtension('001')) { def extractDir = new File(f.dir, f.nameWithoutExtension) def extractFiles = extract(file: f, o...
by nzdreamer55
15 Nov 2013, 14:42
Forum: Scripting and Automation
Topic: Can I get AMC script to delete .rar files after extraction?
Replies: 7
Views: 4912

Re: Can I get AMC script to delete .rar files after extracti

I see. So if I am using a seed box and don't need to keep seeding from my computer how can I modify to clean these files?
by nzdreamer55
15 Nov 2013, 05:02
Forum: Scripting and Automation
Topic: Can I get AMC script to delete .rar files after extraction?
Replies: 7
Views: 4912

Can I get AMC script to delete .rar files after extraction?

I have tried using the clean=y setting, but it leaves all of the .rar files behind.

Thanks
by nzdreamer55
09 Oct 2013, 20:58
Forum: Help and Support
Topic: Specifying alternative titles in command line?
Replies: 5
Views: 3779

Re: Specifying alternative titles in command line?

Thanks. I'll look around for examples of the --filter option

-S
by nzdreamer55
09 Oct 2013, 20:19
Forum: Help and Support
Topic: Specifying alternative titles in command line?
Replies: 5
Views: 3779

Re: Specifying alternative titles in command line?

Of course. That makes sense. Would you be able to give me an example of how it could be constructed? Here is an example of where it might be needed. Aqua Teen Hunger Force Aqua Unit Patrol Squad Aqua Teen Show Show Are all titles for the same show. On thetvdb it is id=77120 Thanks again for the supp...
by nzdreamer55
09 Oct 2013, 18:54
Forum: Help and Support
Topic: Specifying alternative titles in command line?
Replies: 5
Views: 3779

Specifying alternative titles in command line?

Hello, I am using filebot via command line and I am using the following script: filebot -script fn:amc There are a few TV shows that I feed into filebot that give it some trouble when using the cmd line and I wanted to know if there is a way to set up a list of alternatives so that it will be able t...
by nzdreamer55
13 May 2013, 02:35
Forum: Help and Support
Topic: Error after installing filebot using cmd...
Replies: 1
Views: 2480

Re: Error after installing filebot using cmd...

Hi Rednoah. Well I just reinstalled and everything is working well.
-S
by nzdreamer55
12 May 2013, 21:17
Forum: Help and Support
Topic: Error after installing filebot using cmd...
Replies: 1
Views: 2480

Error after installing filebot using cmd...

Hello rednoah, My HD crashed and I have reinstalled filebot (3.6x64), java x64, and am getting a weird error when I try to launch filebot from the cmd window When I run this filebot -script fn:sysinfo I get this Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All right...
by nzdreamer55
28 Apr 2013, 05:31
Forum: Scripting and Automation
Topic: Can filebot handle nested RAR files for multiple movies/TV?
Replies: 1
Views: 2411

Can filebot handle nested RAR files for multiple movies/TV?

Hello everyone, I have a movie package d/l that contains about 50 different movies. In the main folder are subfolders with each movie and within these the movie are packed within rar files. The problem is that when the rar files are unpacked the file does not match the same name as the title on the ...
by nzdreamer55
25 Feb 2013, 02:52
Forum: Scripting and Automation
Topic: Is there a way to force filebot to search TV series or movie
Replies: 11
Views: 8945

Re: Is there a way to force filebot to search TV series or m

Oh I see. I was working from the description of the utorrent script where it says Standalone Usage You can use the script directly from the cmdline like this, by just adding files as arguments instead of the utorrent parameters. CODE: SELECT ALL filebot -script fn:amc "/path/to/input/" --o...
by nzdreamer55
24 Feb 2013, 19:48
Forum: Scripting and Automation
Topic: Is there a way to force filebot to search TV series or movie
Replies: 11
Views: 8945

Re: Is there a way to force filebot to search TV series or m

Thanks rednoah, Not sure what happened with the first problem you listed. I cleaned this up and it still works. The %* isn't passing UNC paths correctly and I cannot figure out why. Can you tell me how to pass in a path to an opened cmd window? I changed the double quotes to single. Here is the code...
by nzdreamer55
24 Feb 2013, 18:12
Forum: Scripting and Automation
Topic: Is there a way to force filebot to search TV series or movie
Replies: 11
Views: 8945

Re: Is there a way to force filebot to search TV series or m

Well I spoke too soon. I got it to work for TV series, but it does not want to work when I drag a movie on to it. The works (tv) set /P media=Enter media type (tv,movies): filebot -script fn:configure -script fn:amc "%*" --def "seriesFormat={[\"\\\\TITANSERVER/4media.2tb/TV Shows...
by nzdreamer55
24 Feb 2013, 16:30
Forum: Scripting and Automation
Topic: Is there a way to force filebot to search TV series or movie
Replies: 11
Views: 8945

Is there a way to force filebot to search TV series or movie

Hi Rednoah, I have created a little bat to run the utorrent script and I would like to add something to the command line to tell file bot that I want to search tv series instead of movies or music. I know that filebot is smart and figures it out most of the time, but I would like to be able to tell ...