Extract files from multi-volume rar archives

Any questions? Need some help?
Post Reply
reveland
Posts: 3
Joined: 19 Aug 2016, 13:08

Extract files from multi-volume rar archives

Post by reveland »

I have NEVER been able to auto-extract files from multi-volume rar archives. Everything else in Filebot works as advertised. I am running Win 10. Searching the site and forums I find no guidance on seting up or troubleshooting this most valuable feature. Am I the only one who cannot get this feature to work? Any help would be greatly appreciated.

I have utorrent running filebot -script fn:amc --output "H:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" at the completion of every torrent.

And yes, I donated, your time is valuable.

Thanks
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Extract files from multi-volume rar archives

Post by rednoah »

The amc.log file should give you some hints. Please post the logs or console output.

If you use the extract feature in the FileBot GUI Filter panel, what happens if you try to extract multi volume rar files? There will be console output of it doesn't work.

PS: make sure you use 64-bit FileBot with 64-bit Java. Native code like 7zip and MediaInfo won't work if you use 32-bit Java (see FAQ).

What does the output of the sysinfo script say?
:idea: Please read the FAQ and How to Request Help.
reveland
Posts: 3
Joined: 19 Aug 2016, 13:08

Re: Extract files from multi-volume rar archives

Post by reveland »

Somewhere in the forums I read that extraction is done by 7-Zip. Since I have ran WINRAR like forever, I then downloaded and installed 7-Zip.

Then parsing the log file I found:

SevenZipNativeInitializationException: Failed to load 7z-JBinding: C:\Program Files\FileBot\7-Zip-JBinding.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

So googling that I found your article saying to match up Win10 (64bit) and Java (64 bit). After that IT WORKS. :D

Thanks for the help.

ps Where in the filebot install instructions did I miss that you have to use 7-Zip?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Extract files from multi-volume rar archives

Post by rednoah »

You just need 64-bit Java/FileBot, or 32-bit Java/FileBot.

A 32-bit Java process cannot load 64-bit native libraries:

Code: Select all

Can't load AMD 64-bit .dll on a IA 32-bit platform
FileBot does not use the 7zip program, it just uses native code from the 7zip project. The *.dll is bundled with FileBot (which is why there is 64/32 bit versions).
:idea: Please read the FAQ and How to Request Help.
Post Reply