diff options
author | Lionel Young <lionelyoung@gmail.com> | 2013-12-07 01:26:38 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:00 -0600 |
commit | 6a96285402c4e872bddda77f55bdd9a4caa661c8 (patch) | |
tree | 3fc10c31cbc5b65784aa4f474cd1f2ddfbcb94e3 /multimedia/plexmediaserver/README | |
parent | 7311b5c40ee55ae70890e74bf7ba270575ccb3b2 (diff) |
multimedia/plexmediaserver: Added (media center server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/plexmediaserver/README')
-rw-r--r-- | multimedia/plexmediaserver/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/plexmediaserver/README b/multimedia/plexmediaserver/README new file mode 100644 index 0000000000000..c964ec8f6eee0 --- /dev/null +++ b/multimedia/plexmediaserver/README @@ -0,0 +1,15 @@ +Plex Media Server is the backend for the Plex media system. + +Plex's frontend media player, Plex Home Theater, is Windows/Mac only; +however, you can stream your local files on Linux from your web browser. +Plex Home Theater allows the user to manage and play video, photos, music, +and podcasts from a local or remote computer running Plex Media Server. + +Plex Media Server runs as plex:plex (UID/GID 279) with its $HOME as +/var/lib/plexmediaserver: + +# groupadd -g 279 plex +# useradd -u 279 -d /var/lib/plexmediaserver -s /bin/false -g plex plex + +After installing, grab an account from https://my.plexapp.com/ and visit +http://localhost:32400/manage to configure your server. |