Search found 22984 matches

by rednoah
17 Apr 2013, 11:07
Forum: Feature Requests and Bug Reports
Topic: Suspicious File Blocked
Replies: 4
Views: 6346

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

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

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

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

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

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

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

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

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

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

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

Re: Command line OSX

Level +1, experimenting is how you do these things, now you got basic commandline skills. ;)
by rednoah
13 Apr 2013, 03:30
Forum: Help and Support
Topic: AMC sometimes renaming wrong with archives
Replies: 6
Views: 5525

Re: AMC sometimes renaming wrong with archives

Works for me: Auto-detect movie from context: [D:\testdata\AMC-TEST\Sleeping.Beauty.2011.720p.BluRay.x264-Group\group\group-sb.avi] [COPY] Rename [D:\testdata\AMC-TEST\Sleeping.Beauty.2011.720p.BluRay.x264-Group\group\group-sb.avi] to [D:\output\Movies\Sleeping Beauty (2011)\Sleeping Beauty (2011).a...
by rednoah
13 Apr 2013, 03:15
Forum: Help and Support
Topic: Rename folders without touching original files
Replies: 31
Views: 16773

Re: Rename folders without touching original files

Yeah, it's just code, anything is possible. But AMC is not designed as wizard that'll step you through all your media. It should be as simple as possible. If you first process all the good files, shouldn't it be really easy to process all the remainder in a second step? As long as it's the same file...
by rednoah
12 Apr 2013, 18:38
Forum: Announcements and Releases
Topic: FileBot 3.6
Replies: 2
Views: 63580

FileBot 3.6

FileBot 3.6 Get it here! This release brings lots of improvements for automated processing and a few new features requested by the community. Features: + GUI Rename will allow you to override files now + Improved movie detection and auto-selection + Improved series detection esp. for US/UK or 2005/...
by rednoah
12 Apr 2013, 18:07
Forum: Help and Support
Topic: Rename folders without touching original files
Replies: 31
Views: 16773

Re: Rename folders without touching original files

Sorry, these things are not in TheMovieDB. Kinda mafan to wrap something around the whole amc to keep track of files that should get renamed but weren't.

Probably can be done by cross-checking input set with rename history and then looping over the remainder and do something with it.
by rednoah
12 Apr 2013, 17:14
Forum: Help and Support
Topic: Rename folders without touching original files
Replies: 31
Views: 16773

Re: Rename folders without touching original files

1. Not really. Especially mismatches, if it knew there's a mismatch it there wouldn't be a mismatch. 2. Not really, by default. Though you could come up with all kinds of custom logic. Start by defining "undetected files". Just media files? Exclude samples? What to do with it. Retain folde...
by rednoah
12 Apr 2013, 11:52
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4345

Re: Change initial unrar location

Just play with it and see what happens. It's not designed for how you wanna use it so I think you need to come up with a bit of your own logic. But all the functions you'll need, like extract(...), you can see in amc.
by rednoah
12 Apr 2013, 09:19
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4345

Re: Change initial unrar location

1. --action copy always copies files. Some drive, other drive, anything. Of course only media files that it can detect, they will be copied as the format specifies. *** If you don't need the episode/movie detection and sorting features of filebot/amc, but only want to mass-extract archives, then it'...