Search found 22984 matches

by rednoah
19 Nov 2013, 07:35
Forum: Help and Support
Topic: <SOLVED>At a loss....
Replies: 4
Views: 4127

Re: At a loss....

Your format doesn't compile. Use the Format Editor to code up your format.
by rednoah
19 Nov 2013, 02:53
Forum: Help and Support
Topic: cleaner script not deleting files
Replies: 11
Views: 7163

Re: cleaner script not deleting files

It's just a regular expression, so you can do:

Code: Select all

part\d+
It always works, but u can check the code to see if it does what you think it does.
by rednoah
19 Nov 2013, 01:30
Forum: Help and Support
Topic: cleaner script not deleting files
Replies: 11
Views: 7163

Re: cleaner script not deleting files

Did you try?

Code: Select all

--def "exts=jpg|nfo|srv|srr|nzb|sfv|idx|sub|txt|part01|part02|par1|par2"
if it works for jpg, nfo, etc it must also work for your partN exts
by rednoah
18 Nov 2013, 14:48
Forum: Scripting and Automation
Topic: keeplink: Exception!!!
Replies: 5
Views: 3716

Re: keeplink: Exception!!!

Just set the java command to use Java 7 instead of Java 6.

Do something like this:
http://askubuntu.com/questions/233190/w ... natives-do

Or modify the filebot.sh script and change java to the absolute path of the Java 7 binary.
by rednoah
18 Nov 2013, 14:43
Forum: Feature Requests and Bug Reports
Topic: Wrong file names with networkshare (Synology NAS) under XP!
Replies: 13
Views: 7658

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

That was a TRICKY one!!! I did get back a German title but somewhere during the many steps of matching later on the another English-only match got preference (since the filename is in English).

Try r1854.
by rednoah
18 Nov 2013, 13:29
Forum: Scripting and Automation
Topic: Different languages
Replies: 7
Views: 6170

Re: Different languages

Looks good to me. Just make a simple 1-line script with just rename and see if you can get that working first. Also if there is no Spanish titles it'll default to English, keep that in mind.
by rednoah
18 Nov 2013, 11:57
Forum: Feature Requests and Bug Reports
Topic: Wrong file names with networkshare (Synology NAS) under XP!
Replies: 13
Views: 7658

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

Then TheMovieDB doesn't have a German title for this movie and defaults to English.
by rednoah
18 Nov 2013, 11:55
Forum: Scripting and Automation
Topic: Windows CLI for Music
Replies: 4
Views: 4461

Re: Windows CLI for Music

Windows exec() doesn't quite work the same way. Just use the installer and it'll work out of the box. That installer also include fpcalc.exe and it'll set filebot up to use the fpcalc.exe from the filebot install folder.
by rednoah
18 Nov 2013, 09:25
Forum: Scripting and Automation
Topic: Windows CLI for Music
Replies: 4
Views: 4461

Re: Windows CLI for Music

It's the same name as in the GUI, i.e.:

Code: Select all

--db AcoustID
by rednoah
18 Nov 2013, 06:34
Forum: Help and Support
Topic: Particular Series
Replies: 23
Views: 11804

Re: Particular Series

FYI if xattr is enabled files will be tagged, and if the first rename is wrong then maybe those wrong tags will mess with future calls EDIT: pretty sure this is your issue: If you use --action move then make sure you call xattr clear before every test run: http://www.filebot.net/forums/viewtopic.php...
by rednoah
18 Nov 2013, 06:29
Forum: Help and Support
Topic: Particular Series
Replies: 23
Views: 11804

Re: Particular Series

Can't reproduce the issue, make sure you're using the latest release.

Works for me:
2013-11-18 14_27_46-C__WINDOWS_system32_cmd.exe.png
by rednoah
18 Nov 2013, 06:19
Forum: Episode / Movie Naming Scheme
Topic: Regex for lowercase, crop and replace
Replies: 7
Views: 7462

Re: Regex for lowercase, crop and replace

1. Complete documentation on the Groovy programming language: http://groovy.codehaus.org/Documentation 2. So you don't want to round, just typecast to int: (int) video.FrameRate.toFloat() 3. Every {...} block works as a whole or fails as a whole. Look at the examples more closely => http://www.fileb...
by rednoah
18 Nov 2013, 06:12
Forum: Scripting and Automation
Topic: keeplink: Exception!!!
Replies: 5
Views: 3716

Re: keeplink: Exception!!!

Use Java 7
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: 6170

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: 3220

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: 8808

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: 7658

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: 7658

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: 3220

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: 4861

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: 2206

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

Only process files larger than 100 MB:

Code: Select all

--def minFileSize=104857600