FileBot Node does not extract multi-volume archive

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
KenLg
Posts: 3
Joined: 12 Dec 2015, 18:06

FileBot Node does not extract multi-volume archive

Post by KenLg »

I've been trying this, but I can't get it to run.
Logs:

filebot -script 'fn:amc' /volume1/GStorage/Downloads/Complete/ --output /volume1/GStorage/Downloads/Output --action copy -non-strict --conflict override --lang en --def 'music=y' 'unsorted=y' 'deleteAfterExtract=y' 'excludeList=.excludes' --log all --log-file '/volume1/@appstore/filebot-node/filebot.log'

------------------------------------------

Locking /volume1/@appstore/filebot-node/filebot.log
Run script [fn:amc] at [Sat Dec 12 20:05:43 GMT+02:00 2015]
Parameter: music = y
Parameter: unsorted = y
Parameter: deleteAfterExtract = y
Parameter: excludeList = .excludes
Argument: /volume1/GStorage/Downloads/Complete
Creating excludes: /volume1/GStorage/Downloads/Output/.excludes
No files selected for processing
Failure (°_°)

------------------------------------------

[Process error]

Within the folder, there is a folder named: Ant-Man.2015.1080p.BluRay.x264-SPARKS with multiple-archive rar file.
You know what I'm doing wrong? I checked the excludes file, and its empty

It's supposed to auto extract right?
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [HOW TO] FileBot Node

Post by rednoah »

Are you sure that there's a file with .rar (volume 1) extension, not hidden, readable, etc?

As far as I can tell, FileBot couldn't find any files in that folder. Make sure that filebot has at least read permissions for that folder, otherwise it'll see an empty folder.
:idea: Please read the FAQ and How to Request Help.
KenLg
Posts: 3
Joined: 12 Dec 2015, 18:06

Re: FileBot Node does not extract multi-volume archive

Post by KenLg »

Yeah, there is a .rar, and those .r00, .r01 etc.
How do I give it permissions?

It does have permission to create the .excludes file. So it should have read?

It looks like a permission problem, since it works when I SSH in using root
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Node does not extract multi-volume archive

Post by rednoah »

FileBot Node is running as administrator user, so if the folder is root read-only then filebot/administrator will - for all accounts and purposes - see an empty folder, and thus do nothing.
:idea: Please read the FAQ and How to Request Help.
KenLg
Posts: 3
Joined: 12 Dec 2015, 18:06

Re: FileBot Node does not extract multi-volume archive

Post by KenLg »

Great, thanks. Works now. Had to assign correct permissions.
Post Reply