set destination folder to a network location?

Any questions? Need some help?
Post Reply
garyleecn
Donor
Posts: 114
Joined: 19 Nov 2014, 03:48

set destination folder to a network location?

Post 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!
garyleecn
Donor
Posts: 114
Joined: 19 Nov 2014, 03:48

Re: set destination folder to a network location?

Post 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
Post Reply