Updated docs

pull/1/head
Stian Buch Larsen 10 years ago
parent 5e11755a37
commit bb291c52e6

@ -1,27 +1,23 @@
lonix/plex
=============
plexp. with or without plexpass to run the latest edition
# linuxserver/plex
##Description:
This Continer is self-contained [Plex](https://plex.tv/) Container.
sample command:
```
docker run -d --name=plex --net=host -v /etc/localtime:/etc/localtime:ro -v <path to plex library>:/config -v <path to media>:/data -e PUID=996 -e PGID=996 -e PLEXPASS=1 -p 32400:32400 lonix/plex:1.2
```
You need to map
* --net=host for streaming to work.
* Port 32400 for plex web-app.
* Mount /config for plex config files.
* Mount /data for plex media files
* Mount /etc/localhost for timesync (Not required)
* PLEXPASS set to 1 for Plexpass version, UNSET for Public
* GUID and GPID set toyou local plex user group (you may need to create a user on the host (named plex))
####[Plex](https://plex.tv/)
Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. It is a media player system and software suite consisting of many player applications for 10-foot user interfaces and an associated media server that organizes personal media stored on local devices. It is available for Windows, Linux, OS X and FreeBSD.[1] Integrated Plex Channels provide users with access to a growing number of online content providers such as YouTube, Vimeo, TEDTalks, and CNN among others. Plex also provides integration for cloud services[2] including Dropbox, Box, Google Drive, Copy and Bitcasa.[3]
This container will update plex on each launch (if update found). It is based on phusion-baseimage with ssh removed. (use nsenter).
If the app does not update to the latest version, i need to update a file on server, msg me at <lonixx@gmail.com>
##Ports and mappings:
**Credits**
* needo <needo@superhero.org>
* Eric Schultz <eric@startuperic.com>
* Tim Haak <tim@haak.co.uk>
- **--net=host** Must be set for this container to work
- **/config** Will store your plex library\plugins and related files
- **/data/*** Map as many as you need for your media library
- **PUID** What UID it will run under.
- **PGID** What GID it wil run under.
- **PLEXPASS** Set to 1 if you have a plexpass subscription. otherwise blank (non-exsistent)
## Sample create command:
> *docker create --name=<name> --net=host -e PUID=<UID> -e PGID <GID> -v </path/to/library>:/config -v <path/to/tvseries>:/data/tvshows -v </path/to/films>:/data/film linuxserver/plex*
Loading…
Cancel
Save