How To Add Files To Plex On Ubuntu
I don't believe Plex has any way to admission drives from a network location, simply similar this thread on Plex for Mac suggests - http://forums.plexapp.com/index.php/topic/58993-add-binder-from-local-network-nas-hdd-in-plex-server-library/ - if you are able to mount them inside the local filesystem, then you lot should exist able to exercise it with no trouble.
- [I'm kind of modeling this afterward the answer to this thread: How practice I admission an external difficult drive plugged into my router? ]
- I'one thousand non actually that familiar with NFS, but this is how you tin can exercise it with CIFS (the successor to Samba - should exist compatible with your MyBook if MyBook supports Samba).
Yous'll need to decide where you want the mounted files from MyBook to appear in your filesystem. I would advise something like /media/Plex. Once yous decide, open a terminal and type:
sudo mkdir /media/Plex
(This assumes you don't already have that directory. Y'all'll demand to enter your password, because usually only the operating system edits things in /media)
Now, allow's install CIFS Utilities:
sudo apt-go install cifs-utils
So, you'll want to edit your /etc/fstab - this is what tells Ubuntu what to drives to mount (and where) when it starts up. You lot may wish to fill-in /etc/fstab kickoff (in case something goes wrong your you desire to undo this hands). You can practice this by entering in terminal:
sudo cp /etc/fstab /etc/fstab.bak
(Now you've got a backup copy called fstab.bak)
Adjacent, to add your NAS. Still in the final, type:
sudo gedit /etc/fstab
This volition open up /etc/fstab in the text editor with write permissions. Don't touch anything already added to the certificate, but add to the end of that document this line:
//192.168.0.13/Plex /media/Plex cifs guest 0 0
Since you said there'south no password, guest should work.
*Sidenote: If you use a password protected NAS, utilize this line instead:
//192.168.0.13/Plex /media/Plex username={{username}},password={{password}},iocharset=utf8,sec=ntlm 0 0
And replace {{username}} and {{password}} respectively.*
Now, to test, type in concluding:
sudo mount -a
And open Nautilus (the file manager). Your MyBook's Plex folder should at present show up in the left-hand sidebar!
And then, too, you lot should now be able to "Add Section" in the Plex Media Server web UI by clicking the big + sign in the My Library section (below in crimson).
Select the type of media, and so you should be able to select the Movies or TV shows from your new /media/Plex folder (which is actually your MyBook). I did the same thing with what I accept bachelor (I don't own a MyBook, but I did the aforementioned thing with my readyshare, and here it is after mounting information technology in /media/readyshare, ready to exist added as a Plex section:)
How To Add Files To Plex On Ubuntu,
Source: https://askubuntu.com/questions/345087/how-do-i-add-a-network-drive-to-plex
Posted by: palmerrecance.blogspot.com
0 Response to "How To Add Files To Plex On Ubuntu"
Post a Comment