Search found 22991 matches

by rednoah
18 Apr 2013, 02:03
Forum: Scripting and Automation
Topic: AMC script stopped working
Replies: 10
Views: 6991

Re: AMC script stopped working

If that's the log then somewhere the arguments get passed wrong. Basically filebot is run with invalid arguments. Try the manually running the command in a new cmd window and play with it until you find what's causing the issue. EDIT: My guess would be that special characters (exclamation marks, que...
by rednoah
17 Apr 2013, 18:41
Forum: Help and Support
Topic: filebot not finding media info or 7zip on pi
Replies: 2
Views: 3688

Re: filebot not finding media info or 7zip on pi

Doesn't look like it's able to load any native libs at all, not even JNA. At least that one should always work, but I don't have a Pi so I can't do anything about that.

Also there are no ARM native libs for 7-Zip-JBinding. Not supported.
by rednoah
17 Apr 2013, 15:34
Forum: Scripting and Automation
Topic: Not sure what Im missing with Utorrent
Replies: 10
Views: 6055

Re: Not sure what Im missing with Utorrent

1. restart utorrent so it'll read in the new PATH.

2. If that doesn't work specify the exact path to filebot.exe rather then relying on utorrent to resolve the "filebot" command.
by rednoah
17 Apr 2013, 15:07
Forum: Scripting and Automation
Topic: Not sure what Im missing with Utorrent
Replies: 10
Views: 6055

Re: Not sure what Im missing with Utorrent

Now I have no idea. On this test it says everything works perfectly.

oh ok, just red that other EDIT. You need 64-bit OS, 64-bit Java and 64-bit FileBot so things work together when loading native code.
by rednoah
17 Apr 2013, 14:41
Forum: Scripting and Automation
Topic: Not sure what Im missing with Utorrent
Replies: 10
Views: 6055

Re: Not sure what Im missing with Utorrent

Try this and post what it says:

Code: Select all

filebot -script fn:sysinfo
by rednoah
17 Apr 2013, 14:24
Forum: Scripting and Automation
Topic: Not sure what Im missing with Utorrent
Replies: 10
Views: 6055

Re: Not sure what Im missing with Utorrent

Are you sure? It says you're on an 32-bit platform. What OS? What filebot install?
by rednoah
17 Apr 2013, 12:35
Forum: Scripting and Automation
Topic: AMC script stopped working
Replies: 10
Views: 6991

Re: AMC script stopped working

So that's the command. Looks good. What does filebots log say? => check amc.log
by rednoah
17 Apr 2013, 11:07
Forum: Feature Requests and Bug Reports
Topic: Suspicious File Blocked
Replies: 4
Views: 6347

Re: Suspicious File Blocked

Nothing I can do about Avast detection messing up. You can try with their support and have them add it to their whitelist or something.
by rednoah
17 Apr 2013, 03:15
Forum: Scripting and Automation
Topic: Not sure what Im missing with Utorrent
Replies: 10
Views: 6055

Re: Not sure what Im missing with Utorrent

1. The second "output" I assume is you just running the first command (which is a template, obviously). The script is told to rename files from folder called "%D", yeah, that'll not work. 2. Did you ever try the 3rd command you posted? The actual command utorrent is running? All ...
by rednoah
16 Apr 2013, 15:23
Forum: Scripting and Automation
Topic: AMC problem - change TVDB default series choice
Replies: 4
Views: 4257

Re: AMC problem - change TVDB default series choice

Multiple shows with the same name should be fixed already, in various aspects actually. Works for me: Parameter: clean = n Parameter: ut_kind = multi Parameter: ut_dir = D:\testdata\AMC-TEST Parameter: ut_title = AMC-TEST Input: D:\testdata\AMC-TEST\dl\tv.us\Smash.S02E11.720p.HDTV.X264-DIMENSION\Sma...
by rednoah
16 Apr 2013, 13:53
Forum: Scripting and Automation
Topic: AMC script stopped working
Replies: 10
Views: 6991

Re: AMC script stopped working

What exact command did utorrent execute? Check the Logger tab. There's probably special characters somewhere in that argument that mess up the cmdline call on cmd level and then filebot gets called with invalid arguments.
by rednoah
15 Apr 2013, 12:48
Forum: Feature Requests and Bug Reports
Topic: Suspicious File Blocked
Replies: 4
Views: 6347

Re: Suspicious File Blocked

You downloaded it from sourceforge.net right? Then it's fine. Redownloaded the latest release and scanned with Security Essentials and it doesn't say anything.

It's just another false positive I guess:
http://forum.avast.com/index.php?topic=117518.0

Just tell avast to shut up and ignore that one.
by rednoah
15 Apr 2013, 03:15
Forum: Scripting and Automation
Topic: Utorrent + amc script not running in 3.6
Replies: 3
Views: 3535

Re: Utorrent + amc script not running in 3.6

I mean the forum thread, that you seem to have found already. It's full of troubleshooting.

Mind your spaces...

Code: Select all

> "C:/Program Files/Filebot/filebot.exe" -version
by rednoah
15 Apr 2013, 02:25
Forum: Help and Support
Topic: Rename folders without touching original files
Replies: 31
Views: 16775

Re: Rename folders without touching original files

Not home right now, but this should get almost, if not completely, what you want. Just add piece of code at the end of amc (and fix syntax errors as i'm just typing this down from back of my head :P) input.each{ f -> if ( !getRenameMap().containsKey(f) ) { println "[REMAINING FILE] $f" f.c...
by rednoah
15 Apr 2013, 02:10
Forum: Help and Support
Topic: Ignore extracting already extracted archives
Replies: 1
Views: 2777

Re: Ignore extracting already extracted archives

I'll have a look.

You can try reporting the problem with lib7-Zip-JBinding as well, though the project is seems dead-ish now so the 7zip native code is a bit outdated as well.
by rednoah
14 Apr 2013, 13:12
Forum: Scripting and Automation
Topic: Utorrent + amc script not running in 3.6
Replies: 3
Views: 3535

Re: Utorrent + amc script not running in 3.6

First you run it manually in a new cmd window. Then you can check with utorrent. If that doesn't work it's a PATH issue. In that case you specify the absolute path to filebot.exe instead of having windows resolve the "filebot" command. Also you may need to restart utorrent so it'll read in...
by rednoah
14 Apr 2013, 09:01
Forum: Feature Requests and Bug Reports
Topic: latest version causing overwrites instead of warning
Replies: 7
Views: 8858

Re: latest version causing overwrites instead of warning

Yeah, obviously If you wanna rename A->B and B->A at the same time there's gotta be a temporary file C at some point. It'd be a lot of extra work for almost no benefit. In anycase, can't let noobs override their stuff (in the GUI anyway) so I'll add that check again and not let people override files.
by rednoah
14 Apr 2013, 07:14
Forum: Help and Support
Topic: AMC sometimes renaming wrong with archives
Replies: 6
Views: 5525

Re: AMC sometimes renaming wrong with archives

xattr not supported by your platform/java/filesystem. Don't worry about it.

Read this for more information:
http://www.filebot.net/forums/viewtopic.php?f=3&t=324
by rednoah
14 Apr 2013, 04:32
Forum: Help and Support
Topic: Rename recordings from a satellite receiver!
Replies: 6
Views: 4797

Re: Rename recordings from a satellite receiver!

Fixed with r1605: http://sourceforge.net/projects/filebot/files/filebot/HEAD/ Added support for "derived files" support in the cmdline episode-rename logic. Should be using the same special handling as the GUI does now. Also added ".rec" to video/mpeg, the other files will be pic...
by rednoah
14 Apr 2013, 04:17
Forum: Help and Support
Topic: Rename recordings from a satellite receiver!
Replies: 6
Views: 4797

Re: Rename recordings from a satellite receiver!

If you're renaming files without SxE you can't have the same episode twice in the same rename-set. You could do a rename call for each file though and that should work. Just mount your ftp it into your local filesystem. On Linux that's easy. On Windows you might have to google how to set set up an m...
by rednoah
13 Apr 2013, 08:47
Forum: Feature Requests and Bug Reports
Topic: latest version causing overwrites instead of warning
Replies: 7
Views: 8858

Re: latest version causing overwrites instead of warning

Yeah, never thought of that. Well renamed files would always contain the title per episode while the original naming would never be the same as your cleaned up one. At least the title would be missing. But this is a serious issue so with future updates I'll go back to not allowing renaming where fil...
by rednoah
13 Apr 2013, 05:53
Forum: Feature Requests and Bug Reports
Topic: latest version causing overwrites instead of warning
Replies: 7
Views: 8858

Re: latest version causing overwrites instead of warning

Ah, I see the issue. Obviously file will be renamed one at a time so by the time it gets to rename "Whatever 1x02" it has already overridden it with the "Whatever 1x01" that gets processed first. I'll have a look, maybe change it back for next version, lets see what people think....
by rednoah
13 Apr 2013, 03:49
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 30468

Re: Command line OSX

Level +1, experimenting is how you do these things, now you got basic commandline skills. ;)