Search found 22923 matches

by rednoah
01 Feb 2013, 09:08
Forum: Feature Requests and Bug Reports
Topic: New version breaks date matching
Replies: 12
Views: 7538

Re: New version breaks date matching

Set to 2 days with r1438.
by rednoah
01 Feb 2013, 09:02
Forum: Feature Requests and Bug Reports
Topic: [3.2] GConf-WARNING **: Client failed to connect to the D-BU
Replies: 15
Views: 10317

Re: [3.2] GConf-WARNING **: Client failed to connect to the

Try downgrading to 3.1 again and running with your current Java.

It's either a general Java thing or related to libgio which is used in DnD to translate GVFS URIs into ~/.gvfs paths. Though with no DnD happening this native lib will never be loaded.
by rednoah
01 Feb 2013, 05:11
Forum: Feature Requests and Bug Reports
Topic: Season Number & Episode Number reversal
Replies: 1
Views: 2261

Re: Season Number & Episode Number reversal

S0EP00 (and 00) is not a recognized pattern like SxE, S00E00 etc so it'll default to fuzzy logic where things get hard to predict. I'll check if I can fine-tune this a bit more. Just skip auto-detection if it doesn't work. Grab the episode list in Episodes panel, drag it over, and order/align it man...
by rednoah
01 Feb 2013, 04:38
Forum: Help and Support
Topic: Can I combine utorrent w/"Store files on multiple drive"
Replies: 30
Views: 16891

Re: Can I combine utorrent w/"Store files on multiple drive"

Look a the examples. GUI/CLI formatting engine is exactly the same.

HINT: I do things like {'S'+s} for a reason. {expressions} work as whole or fail as a whole. ;)
by rednoah
01 Feb 2013, 04:31
Forum: Scripting and Automation
Topic: Fully Automated - moving files to existing library
Replies: 41
Views: 23749

Re: Fully Automated - moving files to existing library

Because I know where the files are. I can't know where your format will want to put the files. And I only know that until I process the files. ;)

Modding extract(..., output:'/temp', ...) and it'll put them there. If you know where best to extract files you can just make it so. ;)
by rednoah
01 Feb 2013, 04:21
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528204

Re: [SNIPPET] Put the "The" at the end

Yes, but only with your own customised scripting. The cmdline allows you to force the query. Though for the sake of simplicity I suggest you: * make sure to add .nfo files with imdbid (can be generated by the artwork.* scripts). OR * include {imdbid} in the filename OR * if you renamed it before wit...
by rednoah
01 Feb 2013, 03:05
Forum: Feature Requests and Bug Reports
Topic: New version breaks date matching
Replies: 12
Views: 7538

Re: New version breaks date matching

What about 3 days? I just need a reasonable standard value. For special needs people can just edit ehcache.xml in the jar.
by rednoah
31 Jan 2013, 14:08
Forum: Help and Support
Topic: help with script needed
Replies: 5
Views: 3476

Re: help with script needed

Then arch shouldn't be a problem when loading mediainfo (which is required for the {sdhd} bindings). I guess you'll have to experiment what might be different when your download manager is running cmdline programs, that makes it not work.
by rednoah
31 Jan 2013, 12:59
Forum: Help and Support
Topic: help with script needed
Replies: 5
Views: 3476

Re: help with script needed

1.
You have Java 32 and 64 bit installed. Cmdline is using the right one but your download manager is probably running the 64 bit filebot with 32 bit java.

2.
{pi} is worked out by counting matches in the same batch, not any pattern in the filename. If u want that u can use {fn.match(...)}
by rednoah
31 Jan 2013, 10:44
Forum: Feature Requests and Bug Reports
Topic: hearing impaired subtitle files (.HI) problems
Replies: 22
Views: 11656

Re: hearing impaired subtitle files (.HI) problems

TVRage lists it as 13 episodes. So if you match with TVRage data it should work.
by rednoah
31 Jan 2013, 08:29
Forum: Scripting and Automation
Topic: Question about the extract
Replies: 1
Views: 2400

Re: Question about the extract

Code: Select all

forceExtractAll: false
EDIT: Looks like forceExtractAll:false is broken with the current 3.3 release. Fixed it with r1452.
by rednoah
31 Jan 2013, 01:23
Forum: Help and Support
Topic: Can I combine utorrent w/"Store files on multiple drive"
Replies: 30
Views: 16891

Re: Can I combine utorrent w/"Store files on multiple drive"

I have no idea. Maybe "\\server" works, or maybe "\\\\server". Just try.
by rednoah
31 Jan 2013, 01:20
Forum: Scripting and Automation
Topic: Fully Automated - moving files to existing library
Replies: 41
Views: 23749

Re: Fully Automated - moving files to existing library

You're adding cmdline arguments thus telling the utorrent-script that it's in standalone mode: -script "E:/uTorrent/aj.groovy" "E:/uTorrent/Complete/" Do not pass in anything but filebot options or --def script options. It's getting all input from there. You can check/revert orig...
by rednoah
31 Jan 2013, 01:13
Forum: Feature Requests and Bug Reports
Topic: hearing impaired subtitle files (.HI) problems
Replies: 22
Views: 11656

Re: hearing impaired subtitle files (.HI) problems

C:\>filebot -list --q "terra nova" --db thetvdb Terra Nova - 1x01 - Genesis Terra Nova - 1x02 - Instinct Terra Nova - 1x03 - What Remains Terra Nova - 1x04 - The Runaway Terra Nova - 1x05 - Bylaw Terra Nova - 1x06 - Nightfall Terra Nova - 1x07 - Proof Terra Nova - 1x08 - Vs. Terra Nova - ...
by rednoah
31 Jan 2013, 01:08
Forum: Help and Support
Topic: Can I combine utorrent w/"Store files on multiple drive"
Replies: 30
Views: 16891

Re: Can I combine utorrent w/"Store files on multiple drive"

Check your format: It starts with \ not \\ because \ is an escape character for String values, e.g. \n = newline, \\ = \

Just put in the \\ as literal outside of the code parts:

Code: Select all

\\{["server1/tv1", "server2/tv2", "server3/tv3"]...
by rednoah
31 Jan 2013, 00:53
Forum: Help and Support
Topic: Moving to network drive/FTP
Replies: 5
Views: 5648

Re: Moving to network drive/FTP

Yeah, that's something you have to figure out somehow. Normally you'd use --action move so you don't need to track what has been copied and what hasn't. The ut_* variables is input that uTorrent passes in when it runs on newly downloaded files. In that case we don't need to keep track of already cop...
by rednoah
30 Jan 2013, 14:48
Forum: Help and Support
Topic: FileBot and uTorrent for Mac (Beginner)
Replies: 3
Views: 5060

Re: FileBot and uTorrent for Mac (Beginner)

Check the stuff on "Standalone Usage" in the utorrent-postprocess docs. There's a video as well. If you know you're way around the cmdline the rest should be straight-forward.
by rednoah
30 Jan 2013, 12:06
Forum: Scripting and Automation
Topic: Fully Automated - moving files to existing library
Replies: 41
Views: 23749

Re: Fully Automated - moving files to existing library

Unless you're having certain issues no need to update. I'll push a proper releases every month anyway if there's been important changes.

Here's the SVN commit log:
https://sourceforge.net/p/filebot/code/commit_browser
by rednoah
30 Jan 2013, 11:54
Forum: Feature Requests and Bug Reports
Topic: hearing impaired subtitle files (.HI) problems
Replies: 22
Views: 11656

Re: hearing impaired subtitle files (.HI) problems

The folder "TerraNova" parent folder messed things up due to missing space. Doesn't match "Terra Nova" while "NOVA" is a substring.

Fixed with r1435.

PS: In anycase I recommend using the platform package (e.g. the .msi) cause that includes optimized settings.
by rednoah
30 Jan 2013, 10:59
Forum: Help and Support
Topic: CLI - Multiple CDs
Replies: 2
Views: 2609

Re: CLI - Multiple CDs

Having a quick look I guess you're struggling with cmd arguments parsing and how to get things passed in correctly, i.e. escaping all the " in the format expression => Try \" e.g. "This is a \"test\"" should pass this sentence as one argument and with the "test&qu...
by rednoah
30 Jan 2013, 09:06
Forum: Scripting and Automation
Topic: Fully Automated - moving files to existing library
Replies: 41
Views: 23749

Re: Fully Automated - moving files to existing library

Ok so I tried including this in the default utorrent-postprocess but I didn't like it, it's just too much clutter. So I won't include that by default. Here's what I came up with anyway, you can make your mod with that: if (pushover) { // include webservice utility include('fn:lib/ws') println('Sendi...
by rednoah
30 Jan 2013, 04:54
Forum: Help and Support
Topic: Can I combine utorrent w/"Store files on multiple drive"
Replies: 30
Views: 16891

Re: Can I combine utorrent w/"Store files on multiple drive"

That may be a display issue, while the underlying File object is proper. I'll have a look later.

PS: What the f*ck is that workspace resolution?!?! WANT!! :D

EDIT: UNC path display issues fixed with r1434
by rednoah
30 Jan 2013, 01:09
Forum: Feature Requests and Bug Reports
Topic: hearing impaired subtitle files (.HI) problems
Replies: 22
Views: 11656

Re: hearing impaired subtitle files (.HI) problems

1. {fn} is name without extension, {file.name} however is with extension so there'll always be a .srt or something. The dot we need. ;) 2. For cmdline I recommend replacing the jar in your install folder and then using my filebot startup script. If you installed the 'filebot' command will do that. 3...