Search found 22994 matches

by rednoah
18 Nov 2013, 06:11
Forum: Help and Support
Topic: cleaner script not deleting files
Replies: 11
Views: 7163

Re: cleaner script not deleting files

It's not supposed to by default. Feel free to pass your own delete patterns via the --def options.
by rednoah
17 Nov 2013, 20:57
Forum: Scripting and Automation
Topic: Different languages
Replies: 7
Views: 6173

Re: Different languages

Everything is "TV Show" by default UNLESS: tryQuietly{ ut_label } =~ /^(?i:Anime)/ || (f.isVideo() && (f.name =~ "[\\(\\[]\\p{XDigit}{8}[\\]\\)]" || getMediaInfo(file:f, format:'''{media.AudioLanguageList} {media.TextCodecList}''').tokenize().containsAll(['Japanese', 'ASS...
by rednoah
17 Nov 2013, 19:18
Forum: Help and Support
Topic: Turn Off Extraction on CL AMC
Replies: 4
Views: 3221

Re: Turn Off Extraction on CL AMC

I see, you're moving files. Looks like you're out of luck in this case. You'll need modify the script yourself to fit your needs.

PS: Just how big is your rename history???
by rednoah
17 Nov 2013, 17:01
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8813

Re: Confused on the very basics

RTFM wrote:--def gmail=username:password Use the following gmail account to send and recieve reports (username is the username only, without the @gmail.com part)
by rednoah
17 Nov 2013, 14:49
Forum: Feature Requests and Bug Reports
Topic: Wrong file names with networkshare (Synology NAS) under XP!
Replies: 13
Views: 7661

Re: Wrong file names with networkshare (Synology NAS) under

You can use any folder name that's on here: http://www.filebot.net/forums/viewtopic.php?f=3&t=359 I don't know what you mean, by "force" but you can play with -rename --q and see for yourself. The cmdline will generally pick the first most likely result. You can adjust that using --fil...
by rednoah
17 Nov 2013, 14:09
Forum: Feature Requests and Bug Reports
Topic: Wrong file names with networkshare (Synology NAS) under XP!
Replies: 13
Views: 7661

Re: Wrong file names with networkshare (Synology NAS) under

Option 1. Use cmdline and use --q option to force query

Option 2. Use a conventional folder structure:

Code: Select all

R:/Media/Movies/der dritte mann.mpg
by rednoah
17 Nov 2013, 13:51
Forum: Help and Support
Topic: Turn Off Extraction on CL AMC
Replies: 4
Views: 3221

Re: Turn Off Extraction on CL AMC

--conflict override also make the extract(...) call use override logic. Do this instead:

Code: Select all

--conflict skip
by rednoah
17 Nov 2013, 13:14
Forum: Help and Support
Topic: Ignore certain subdirectory
Replies: 7
Views: 4865

Re: Ignore certain subdirectory

You could modify the suball script and implement some way remembering what has been processed and what hasn't yet.

pseudo code:

Code: Select all

for each folder:
   if folder contains file ".done":
      break
   if not fetchSubtitles has yields results:
      create file ".done"
by rednoah
17 Nov 2013, 04:58
Forum: Help and Support
Topic: can I stop amc moving the .sub and .idx files
Replies: 2
Views: 2207

Re: can I stop amc moving the .sub and .idx files

Only process files larger than 100 MB:

Code: Select all

--def minFileSize=104857600
by rednoah
17 Nov 2013, 04:40
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8813

Re: Confused on the very basics

How can I be more clear? NO YOU DO NOT NEED TO COPY THE SCRIPT The text in red is probably what u wanna focus on: The folder paths to Location of Downloaded Files (--output) must not end with backslash \ because the value gets passed through as the %D token. So the final backslash \ will escape the ...
by rednoah
16 Nov 2013, 18:08
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8813

Re: Confused on the very basics

Just the above.

If it doesn't work check the Logger tab. And try running filebot from console. Plenty of tips in the troubleshooting section.
by rednoah
16 Nov 2013, 16:50
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8813

Re: Confused on the very basics

You're done.

If it's not working look at the troubleshooting tips. I figure you haven't restarted utorrent since you installed filebot and thus utorrent can't filebot in the PATH yet. Restart everything.
by rednoah
16 Nov 2013, 16:43
Forum: Scripting and Automation
Topic: Confused on the very basics
Replies: 13
Views: 8813

Re: Confused on the very basics

Paste the filebot call into utorrent... obviously:

Code: Select all

µTorrent -> Run Program -> Run this program when torrent finishes:
Look at the pictures! Right after Step 3 there's a picture!~~
by rednoah
16 Nov 2013, 13:19
Forum: Anything and Everything else
Topic: Software requirements specification
Replies: 17
Views: 17527

Re: Software requirements specification

So basically a full manual? Many have offered to make one, still waiting for any tangible results... :D The video tutorial should illustrated most of the functions: https://www.youtube.com/watch?v=zcSFKiwFLZw&list=PLAeKsKcI7rapWVLl-Oy4wx_-5RoMclWPt Here's some more info I wrote quite a while ago...
by rednoah
16 Nov 2013, 12:35
Forum: Feature Requests and Bug Reports
Topic: Wrong file names with networkshare (Synology NAS) under XP!
Replies: 13
Views: 7661

Re: Wrong file names with networkshare (Synology NAS) under

Try r1848. FileBot looks at file/folder equally cause it can't know which one if not both actually identify the movie. So it really depends on the actually values of subfolder1/2/3. If it was "Avatar" maybe it'll end up as the "best" match, if it was "tmp" it won't affe...
by rednoah
16 Nov 2013, 12:33
Forum: Anything and Everything else
Topic: Software requirements specification
Replies: 17
Views: 17527

Re: Software requirements specification

I wouldn't even know what "software requirements specification" even means. :D

You're very welcome if you wanna define any kind of testing input/output specs. Also any kind of manual/tutorial/help docs or just participation here in the forums is much appreciated.
by rednoah
16 Nov 2013, 12:29
Forum: Help and Support
Topic: English AND German Filename for movies
Replies: 1
Views: 1873

Re: English AND German Filename for movies

Gutz-Pilz is doing that in his movie format:
https://github.com/Gutz-Pilz/pyLoad_fil ... filebot.sh

Copy & Paste the parts of the format you need.
by rednoah
16 Nov 2013, 12:23
Forum: Feature Requests and Bug Reports
Topic: MAC: Renaming gets the volume name
Replies: 6
Views: 4308

Re: MAC: Renaming gets the volume name

Options are not as great as you think, if it doesn't work out of the box 90% of people will give up immediately. Can't reproduce the issue. This is what I get with r1848: Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\Volumes\Moon\Film\zambezia.avi] [COPY] Rename [D:\workspace\testd...
by rednoah
16 Nov 2013, 07:56
Forum: Scripting and Automation
Topic: Filebot Output to Text File
Replies: 2
Views: 2504

Re: Filebot Output to Text File

Code: Select all

--log-file path.log
and of course standard redirection... http://en.wikipedia.org/wiki/Standard_streams
by rednoah
16 Nov 2013, 03:52
Forum: Feature Requests and Bug Reports
Topic: MAC: Renaming gets the volume name
Replies: 6
Views: 4308

Re: MAC: Renaming gets the volume name

How would I know that "Moon" is a volume name?

EDIT: r1847 should work better for your case
by rednoah
16 Nov 2013, 03:50
Forum: Help and Support
Topic: AMC + Tranmission, Force anime?
Replies: 2
Views: 2302

Re: AMC + Tranmission, Force anime?

Download and modify the script to force Anime mode on all files, and TV mode on none.

Also did you forget to download the mediainfo native libs for your platform? If filebot doesn't have libmediainfo it can't check audio language / subtitle types which can help with anime detection.
by rednoah
15 Nov 2013, 15:36
Forum: Feature Requests and Bug Reports
Topic: Failed to send email
Replies: 1
Views: 2154

Re: Failed to send email

Nothing I can do if the google smtp server doesn't respond... maybe temporary issues, maybe exceeded some sort of sendmail limit.