Hi there,
Got my new QNAP 669, and am transferring actually movies and music.
Before I get Plex to scan the contents, I wanted to install moviepilot on the NAS in order to get German film titles.
Just need to copy the moviepilot.bundle from my mac to the NAS.
Being a total amateur in using the terminal, at least I succeeded in entering into the NAS by using the ssh-command, command line is now ~/Library/Plex Media Server/Plug-ins.
But I can not get the file copied using the cp-command… I do something wrong in the syntax I suppose.
Can anybody help? Or is there any other way to get the agent into the directory on the NAS?
Thanks!!!
‘cp’ won’t work between separate machines. You need ‘scp -r’ to copy a bundle from your computer to a NAS. So goggle how to enter scp paths. One side note in my setup I cant copy with any spaces in the path, so I copy into the root library then ‘mv’ to the correct location.
Chris
Thanks Chris,
I will try with scp.
Regarding space in the path, as far as I understood, it is ok when putting that part of the path between "".
Smint
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.