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 ...
Search found 10 matches
- 14 Apr 2013, 20:01
- Forum: Help and Support
- Topic: Ignore extracting already extracted archives
- Replies: 1
- Views: 3249
- 14 Apr 2013, 06:51
- Forum: Help and Support
- Topic: AMC sometimes renaming wrong with archives
- Replies: 6
- Views: 6604
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- 13 Apr 2013, 11:44
- Forum: Help and Support
- Topic: AMC sometimes renaming wrong with archives
- Replies: 6
- Views: 6604
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.
- 13 Apr 2013, 06:04
- Forum: Help and Support
- Topic: AMC sometimes renaming wrong with archives
- Replies: 6
- Views: 6604
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 ...
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 ...
- 12 Apr 2013, 22:56
- Forum: Help and Support
- Topic: AMC sometimes renaming wrong with archives
- Replies: 6
- Views: 6604
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 archive was named ...
For example, I had the following:
"Sleeping.Beauty.2011.720p.BluRay.x264-Group" which got renamed to "Sleeping Beauty (1959)"
In another case the archive was named ...
- 12 Apr 2013, 13:19
- Forum: Help and Support
- Topic: Change initial unrar location
- Replies: 6
- Views: 5640
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!
I'll do some playing around and come back and ask more stuff if I don't get it right.
Thank you!
- 12 Apr 2013, 10:15
- Forum: Help and Support
- Topic: Change initial unrar location
- Replies: 6
- Views: 5640
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 ...
Am I correct that do do this, I'd have to ...
- 12 Apr 2013, 08:24
- Forum: Help and Support
- Topic: Change initial unrar location
- Replies: 6
- Views: 5640
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 ...
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 ...
- 12 Apr 2013, 06:34
- Forum: Help and Support
- Topic: Change initial unrar location
- Replies: 6
- Views: 5640
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 ...
Is there a way to get FileBot to do this? Is there a way to do this while using ...
- 02 Aug 2012, 13:36
- Forum: Help and Support
- Topic: Rename files based on folder name.
- Replies: 7
- Views: 12443
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 renaming ...
I thought of achieving this by renaming the movie files to the folder names and thereafter renaming ...