Page 1 of 1

set destination folder to a network location?

Posted: 15 Apr 2016, 00:30
by garyleecn
hello
just wondering if it is possible to set the destination in amc script to a network shared folder.

say i have a smb://admin:[email protected]/videos, which is on the NAS, not the computer running filebot
can i use that as the destination?
or do i need to mount it ahead?

if i need to manually mount it, does anyone know how to mount a folder using scripts on a mac?

thanks a lot!

Re: set destination folder to a network location?

Posted: 15 Apr 2016, 05:04
by garyleecn
Never mind. I figured out myself

For someone who's also searching, this is what I do (on a Mac)

Code: Select all

Mkdir /TARGET/FOLDER
Mount_afp app://admin:[email protected]/source /TARGET/FOLDER
Filebot amc