How To Run A Command In Ubuntu?

Is installing Plex on Ubuntu with an external hard drive really hard?

  • I'm medium-capable with computer stuff; not afraid of a command line, but not a lot more sophisticated than mkdir and mv commands. I've got an ECS LIVA box that I'd like to try putting a Plex server on. I've installed Ubuntu 14.04, and connected it to a 5TB external drive, but I'm getting a bit nervous. Is Plex on this setup within my skill range? ...essentially, I'm wondering if Ubuntu + a networked USB drive + Plex will be too much for me to take on. I was thinking Ubuntu because the LIVA is a 32 GB SSD with 2 GB of RAM, which is pretty tight, and Windows is a lot more resource-intensive. The idea is that the LIVA and external drive will be a single-purpose media server, sitting mute (no monitor, keyboard, mouse) with me adding and managing content via Plex or over the home network. On the other hand, setting up the external drive to auto-mount in 14.04 has already been a bit of a challenge for me, and I'm not a Linux native in general. I've already run into some problems with the home network (Samba is new to me, and trying to add large files over the wifi network to the external HD is failing for reasons I don't understand). Before I sink too much time into the Ubuntu install and trying to make Plex work... am I setting myself up with a part-time hobby, or is Plex + Ubuntu + an external HDD a fairly painless combo? Our goals: - A central repository of our music, with remote access a bonus but not absolutely required - Music streaming to various computers around the house (remote a bonus but not required) and various devices (iPhones, iPads) - Video file sharing and streaming to various computers and two iPads - TV streaming isn't something we've ever really had before, but would be a bonus

  • Answer:

    Plex is really easy to install and setup, and there are plenty of http://www.htpcguides.com/install-plex-media-server-ubuntu-14-04/ to help. As for the external drive, if Ubuntu sees it that's all Plex needs. As for your goals. - A central repository of our music, with remote access a bonus but not absolutely required Remote access can be a little tricky but, again, there are plenty of https://support.plex.tv/hc/en-us/articles/200484543-Enabling-Remote-Access-for-a-Server available. - Music streaming to various computers around the house (remote a bonus but not required) and various devices (iPhones, iPads) - Video file sharing and streaming to various computers and two iPads Music and video streaming is what Plex is all about. However, video streaming can be CPU intensive, so you probably won't be able to stream HD to multiple devices at once (if at all). While you can access and play content with a https://support.plex.tv/hc/en-us/articles/200392226-Plex-Web-App-Player some Plex apps aren't https://support.plex.tv/hc/en-us/articles/202526943-Plex-Free-vs-Paid. - TV streaming isn't something we've ever really had before, but would be a bonus Plex Media Server is just the backbone. So unless you're connecting the LIVA to your TV as a HTPC*, you'll need a web enable device (roku, firetv, chromecast, etc.) in order to stream to your TV. *http://openelec.tv/forum/64-installation/72775-install-on-ecs-liva is pretty good for this, excepting Netflix.

Shepherd at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

Its pretty easy you can do it all point and click. You shouldn't even need the command line.

bitdamaged

Plex is great! And it's pretty simple to set up. I'd say getting the drive working is harder than installing Plex. The Plex install is self-contained and doesn't really need administration. You https://plex.tv/downloads, install it, configure it once to point its media scanners to your hard drive with all your files on it, and you're pretty much done. Here's https://support.plex.tv/hc/en-us/articles/200264746-Quick-Start-Step-by-Step. There's one wrinkle though; Plex is not distributed as an Ubuntu package, which means you can't use apt to install it. Instead you have use dpkg to install the .deb file you download. I've only done this on the command line and it's very easy, it's just a nuisance because it means there's no automated updates. You have to manually download and upgrade. In practice I just don't bother, you can run year-old versions of the server and it's fine. bitdamaged, I'd love to hear more about the point and click install option!

Nelson

I was thinking Ubuntu because the LIVA is a 32 GB SSD with 2 GB of RAM, which is pretty tight, and Windows is a lot more resource-intensive. plexmediaserver isn't large. Your media files (which can easily go on the external you mention) won't fit and there's a good chance your plexmediaserver library won't either. plex# du -csh /var/lib/plexmediaserver/ 13G /var/lib/plexmediaserver/ Move that to your external and symlink it.Is Plex on this setup within my skill range?Yes! There's one wrinkle though; Plex is not distributed as an Ubuntu package, which means you can't use apt to install it. Instead you have use dpkg to install the .deb file you download.I've been using https://forums.plex.tv/discussion/51427/plex-media-server-for-debian for at least two years for automagic updates via apt.

Brian Puccio

Plex Media Server is just the backbone. So unless you're connecting the LIVA to your TV as a HTPC*, you'll need a web enable device (roku, firetv, chromecast, etc.) in order to stream to your TV. Some smart TVs have installable Plex apps available. If your TV is connected to your network, the TV itself will act as your Plex client and play anything on the server.

zachlipton

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.