Search found 22975 matches

by rednoah
14 Apr 2013, 13:12
Forum: Scripting and Automation
Topic: Utorrent + amc script not running in 3.6
Replies: 3
Views: 3528

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

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

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

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

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

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

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

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

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

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

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

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

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'...
by rednoah
12 Apr 2013, 08:16
Forum: Help and Support
Topic: Rename folders without touching original files
Replies: 31
Views: 16772

Re: Rename folders without touching original files

Your Custom Rename Action & Format AMC script: http://pastebin.com/caKW5h3F Dev on Windows so the ln -s call fails here... it'll work in you run it on linux though. ;) Parameter: ut_dir = D:\testdata\AMC-TEST Parameter: ut_title = AMC-TEST Input: D:\testdata\AMC-TEST\Avatar.2009.dvd Input: D:\te...
by rednoah
12 Apr 2013, 07:48
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1589008

Re: Release Groups {group}

No idea, maybe the movies was only added to TheMovieDB recently, and didn't exist yet at the time? Just tried and works: Parameter: clean = n Parameter: ut_kind = multi Parameter: ut_dir = D:\testdata\AMC-TEST Parameter: ut_title = AMC-TEST Input: D:\testdata\AMC-TEST\Pawn.2013.Custom.DKsubs.NTSC.DV...
by rednoah
12 Apr 2013, 07:19
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4344

Re: Change initial unrar location

Seems easy enough. Can't be more than a few lines of custom scripting.
by rednoah
12 Apr 2013, 03:28
Forum: Scripting and Automation
Topic: TV Series Files
Replies: 2
Views: 2728

Re: TV Series Files

Send the the console log. EDIT: Oh I see, you use New/Series/{n}/{fn} so you don't have a Season folder. The script assumes there'd be a season folder, you can only change that by modifying the script (where it says seasonFolder:true replace with false). Or just use a different format, New/Series/{n...
by rednoah
12 Apr 2013, 03:24
Forum: Scripting and Automation
Topic: AMC + rtorrent (pyroscope)?
Replies: 2
Views: 3079

Re: AMC + rtorrent (pyroscope)?

Well, there's utorrent/deluge/transmission and standalone usage you can have a look and learn how to call the AMC script. Now the glue logic script between rtorrent and the filebot/amc call is up to you, check the rtorrent docs. e.g. http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks#Sendemailfo...
by rednoah
12 Apr 2013, 03:15
Forum: Help and Support
Topic: Rename folders without touching original files
Replies: 31
Views: 16772

Re: Rename folders without touching original files

Yes, Actually I've already given you all the answers, you just need to put it together, i.e. copy-paste-programming.

Though you can "hire" me by sending over a donation to the project. ;)
by rednoah
11 Apr 2013, 17:50
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 30461

Re: Command line OSX

And you never ever even tried to just open that path? It clearly says "No such file or directory" => PATH DOES NOT EXIST. Maybe? /path/to/FileBot.app/Contents/MacOS/filebot But ignore that, figure it out yourself, open the .app folder, look for an executable called filebot, open the consol...
by rednoah
11 Apr 2013, 17:21
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 30461

Re: Command line OSX

Just try. Add --action test just in case.
by rednoah
11 Apr 2013, 16:56
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 30461

Re: Command line OSX

start with filebot -version first anyway, and then once you confirmed it works try more complex things