Search found 10 matches

by beedee
14 Apr 2013, 20:01
Forum: Help and Support
Topic: Ignore extracting already extracted archives
Replies: 1
Views: 2779

Ignore extracting already extracted archives

Is it possible when extracting archives to ignore extracting already extracted archives? While it would be useful in general, my main reason for asking is that filebot/java crashed halfway through an extract/rename (see below) leaving me with a folder with an unknown number of already extracted fold...
by beedee
14 Apr 2013, 06:51
Forum: Help and Support
Topic: AMC sometimes renaming wrong with archives
Replies: 6
Views: 5534

Re: AMC sometimes renaming wrong with archives

It works :) I do however get this before each "[SYMLINK] Rename...":

Code: Select all

WARNING: Failed to set xattr: null
by beedee
13 Apr 2013, 11:44
Forum: Help and Support
Topic: AMC sometimes renaming wrong with archives
Replies: 6
Views: 5534

Re: AMC sometimes renaming wrong with archives

Thank you. I won't be able to test it until tomorrow probably but will post again with results when I do.
by beedee
13 Apr 2013, 06:04
Forum: Help and Support
Topic: AMC sometimes renaming wrong with archives
Replies: 6
Views: 5534

Re: AMC sometimes renaming wrong with archives

Here's two of the files, would be great if you had a look :) Auto-detect movie from context: [/Volumes/Movies/Archives/Sleeping.Beauty.2011.LIMITED.720p.BluRay.X264-7SinS/7s-sleeping.beauty.720p/7s-sleeping.beauty.720p.mkv] Apr 13, 2013 12:00:45 AM net.sourceforge.filebot.media.MediaDetection storeM...
by beedee
12 Apr 2013, 22:56
Forum: Help and Support
Topic: AMC sometimes renaming wrong with archives
Replies: 6
Views: 5534

AMC sometimes renaming wrong with archives

I noticed that renaming with the AMC script seems to be based on the archive name rather than the folder name containing the archive. For example, I had the following: "Sleeping.Beauty.2011.720p.BluRay.x264-Group" which got renamed to "Sleeping Beauty (1959)" In another case the ...
by beedee
12 Apr 2013, 13:19
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4355

Re: Change initial unrar location

Ooh, what's that shiny yellow button? :)

I'll do some playing around and come back and ask more stuff if I don't get it right.

Thank you!
by beedee
12 Apr 2013, 10:15
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4355

Re: Change initial unrar location

Okay, reading through the AMC script I think I understand how this works. The thing I wanna do is to copy movie files and move extracted archive files. (so that the original file structure is intact and I have a new pretty file structure at the destination) Am I correct that do do this, I'd have to ...
by beedee
12 Apr 2013, 08:24
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4355

Re: Change initial unrar location

With the AMC script in mind: Would changing output in the extract part of the script from null to some temporary local folder work? // extract archives (zip, rar, etc) that contain at least one video file def tempFiles = extract(file: input.findAll{ it.isArchive() || it.hasExtension('001') }, output...
by beedee
12 Apr 2013, 06:34
Forum: Help and Support
Topic: Change initial unrar location
Replies: 6
Views: 4355

Change initial unrar location

I have about 1 TB of .rar archives on my NAS. It's a Drobo FS, known for it's suboptimal I/O handling. Extracting an archive directly on the NAS is much slower than extracting it to my local HD and then copy it back. Is there a way to get FileBot to do this? Is there a way to do this while using the...
by beedee
02 Aug 2012, 13:36
Forum: Help and Support
Topic: Rename files based on folder name.
Replies: 7
Views: 8559

Rename files based on folder name.

What I want to do with my movies is to save the release information (most importantly source, release group and resolution (1080/720/SD)) and rename the folders containing my movies to "name (year)". I thought of achieving this by renaming the movie files to the folder names and thereafter...