Search found 22998 matches

by rednoah
08 Jul 2013, 12:20
Forum: Episode / Movie Naming Scheme
Topic: MultiCD naming: {pi} VS {fn.match(/CD\d/)}
Replies: 12
Views: 54714

MultiCD naming: {pi} VS {fn.match(/CD\d/)}

1. {pi} binding FileBot recognizes multi-part movies by matching multiple files to the same movie. Hence if you want to rename multi-part movies you need to pass all files into the same input set. The assumption here is only that parts are in alphabetical order. 2. Parse CD<i> from filename via fn.m...
by rednoah
08 Jul 2013, 07:21
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4500

Re: The process cannot access the file

That's as it should be:

Code: Select all

Exception: Invalid state: ut_state = 5 (expected 11)
If you call filebot with a state change other than 11/finished the script will abort before doing anything.
by rednoah
08 Jul 2013, 04:15
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4500

Re: The process cannot access the file

No idea, depends on utorrent. Is there a state-change that says "Finished seeding and closed all files"

In that case you can run filebot on torrent state change and only process things if that specific state has been reached:
http://www.filebot.net/forums/viewtopic ... =363#p2665
by rednoah
07 Jul 2013, 01:16
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4500

Re: The process cannot access the file

The process cannot access the file because it is being used by another process.
Files can't be moved/deleted while being seeded.
by rednoah
05 Jul 2013, 23:20
Forum: Scripting and Automation
Topic: sabnzbd
Replies: 13
Views: 10808

Re: sabnzbd

If you wanna get rid of remaining empty folders just call the cleaner script once in a while: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p1341 Can't reproduce that -non-strict issue, with the latest version anyway: Input: D:\testdata\AMC-TEST\The Hangover Part III R6 2013 XViD UNiQUE\Ha...
by rednoah
05 Jul 2013, 23:12
Forum: Scripting and Automation
Topic: naming format and CD$pi on single files
Replies: 1
Views: 2164

Re: naming format and CD$pi on single files

MultiCD naming: {pi} VS {fn.match(/CD\d/)}
http://www.filebot.net/forums/viewtopic ... 5067#p5066
Follow me on twitter or facebook => https://www.facebook.com/filebot ;)
by rednoah
05 Jul 2013, 23:05
Forum: Scripting and Automation
Topic: Can you tell if command line filebot fails?
Replies: 2
Views: 2628

Re: Can you tell if command line filebot fails?

It does return -1 on error, anything that aborts the whole program flow anyway. If the input set can only partially processed that's not a cause for aborting the whole thing. For exact error handling I'll need to write a filebot/groovy script: http://www.filebot.net/script.html#functions You'll have...
by rednoah
05 Jul 2013, 05:12
Forum: Help and Support
Topic: Something is broken
Replies: 22
Views: 11816

Re: Something is broken

Actually dropping in subs on one side and videos on the other should be the best way. Just do a search *.avi or *.srt and then drag-n-drop that selection (or use Analyze/Types panel instead of windows search and drag in from there). If it isn't aligned by default using clicking Match once should do ...
by rednoah
05 Jul 2013, 04:08
Forum: Scripting and Automation
Topic: sabnzbd
Replies: 13
Views: 10808

Re: sabnzbd

Exception: [***] Multiple options: Force auto-select requires non-strict matching: [The Hangover Part III (2013), The Hangover Part II (2011), The Hangover (2009), Hangover in L.A. (2011), Hangover Square (1945), Mancation (2012), Girl Walks Into a Bar (2011), Ready or Not (2009)] This one is easy....
by rednoah
04 Jul 2013, 12:32
Forum: Scripting and Automation
Topic: Subtitle naming from cli?
Replies: 3
Views: 4279

Re: Subtitle naming from cli?

If you write your own script the getSubtitles() call will give you a list of downloaded subtitles. So in this case you can the do your own error handling. You can check the suball script for examples and if you want filebot to return -1 you can just throw any exception in the script. Language mappin...
by rednoah
04 Jul 2013, 04:14
Forum: Scripting and Automation
Topic: sabnzbd
Replies: 13
Views: 10808

Re: sabnzbd

Send me the file paths and I'll have a look.

EDIT:
Might wanna add Kight of the Dead to TheMovieDB. The other one should work. Can't say until I have the paths to test it myself.
by rednoah
04 Jul 2013, 04:11
Forum: Scripting and Automation
Topic: Subtitle naming from cli?
Replies: 3
Views: 4279

Re: Subtitle naming from cli?

No, the -get-subtitles calls always output <filename>.<language>.<ext>

But you can easily post process with this:
http://www.filebot.net/forums/viewtopic ... &t=5#p2100

e.g.

Code: Select all

filebot -script fn:replace --def "e=.eng.srt" "r=.srt" /path/to/files
by rednoah
03 Jul 2013, 05:48
Forum: Scripting and Automation
Topic: sabnzbd
Replies: 13
Views: 10808

Re: sabnzbd

You can either pass in the ut_* parameters as if it was called by utorrent. Or just pass in file arguments instead of all the ut_* stuff. Simplest filebot/amc usage would be like this: Pass in folder: filebot -script fn:amc "D:/process-this" ... Pass in a file: filebot -script fn:amc "...
by rednoah
03 Jul 2013, 05:36
Forum: Help and Support
Topic: season naming
Replies: 2
Views: 2538

Re: season naming

You mean this??? Season 03 regardless of what season it really is??? V:/TV Shows/{n}/Season 03/{sxe} - {t} Or do you mean the zero-padding 01, 02, 03 ... RTFM ... {s.pad(2)} Examples: http://www.filebot.net/naming.html More examples: http://www.filebot.net/forums/viewtopic.php?f=5&t=2&p=51#p51
by rednoah
03 Jul 2013, 05:29
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 554412

Re: Automated Media Center

This is how a good call looks like: filebot -script fn:amc --output "D:/Organized Media" --log-file amc.log --action hardlink --conflict override -non-strict --def "ut_dir=D:\Media\Avatar" "ut_file=" "ut_kind=multi" "ut_title=Avatar" "ut_label=&...
by rednoah
02 Jul 2013, 12:05
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18807

Re: issue with special caracters

No idea. You can check with zenitram from mediainfo if this can be improved. I doubt it though, nothing to be done if FS read-ops just take that long.
by rednoah
02 Jul 2013, 04:19
Forum: Episode / Movie Naming Scheme
Topic: Renaming folders on Mac network share
Replies: 1
Views: 3351

Re: Renaming folders on Mac network share

Any native path works. On Windows that includes V:/ and //server/ syntax. As OSX is unix I assume any unix /path works but your server:/path construct seems like something that has to be supported in each software and is not supported in the filesystem layer. You'll have to use the path where that n...
by rednoah
02 Jul 2013, 04:10
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 554412

Re: Automated Media Center

RTFM @see http://www.urbandictionary.com/define.php?term=RTFM µTorrent usage: µTorrent -> Run Program -> Run this program when torrent finishes: filebot -script fn:amc --output "X:/path/to/media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en a...
by rednoah
01 Jul 2013, 14:41
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 554412

Re: Automated Media Center

RTFM
Standalone Usage
You can use the script directly from the cmdline like this, by just adding files as arguments instead of the utorrent parameters.
@see http://www.filebot.net/forums/viewtopic ... =793#p5114
by rednoah
01 Jul 2013, 08:04
Forum: Scripting and Automation
Topic: artwork.tmdb modding
Replies: 2
Views: 2615

Re: artwork.tmdb modding

Set language:

Code: Select all

--lang fr
by rednoah
01 Jul 2013, 07:58
Forum: Scripting and Automation
Topic: Stand alone AMC issues
Replies: 3
Views: 5028

Re: Stand alone AMC issues

Don't specify --def ut_dir and ut_file if you're just passing in an argument. YES filebot -script fn:amc "D:/" ... YES filebot -script fn:amc --def "ut_dir=%D" "ut_file=%F" ... NO filebot -script fn:amc "D:/" --def "ut_dir=%D" "ut_file=%F" ...
by rednoah
30 Jun 2013, 18:55
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18807

Re: issue with special caracters

Nope, libmediainfo is local filesystem / or network share that get treated like local files. There's no timeout for those basic IO operations. It's pretty fast on Windows anyway.
by rednoah
30 Jun 2013, 16:34
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18807

Re: issue with special caracters

So you mean it's working now???? Cause i didn't do anything except force NFD before I pass things to libmediainfo.

Also I have no idea what the rest is about. Timeouts for what? I guess all network requests have timeout automatically so it can't block the app indefinitely.
by rednoah
30 Jun 2013, 14:39
Forum: Help and Support
Topic: Copy to location
Replies: 2
Views: 2303

Re: Copy to location

Yes. Switch to COPY mode.