Removal of any transcode mention.

pull/32/head
Stian Buch Larsen 9 years ago
parent 25521a4f79
commit 84ecc64b8f

@ -19,7 +19,6 @@ docker create \
--net=host \
-e VERSION=plexpass \
-e PUID=<UID> -e PGID=<GID> \
-v </path/to/transcode>:/transcode \
-v </path/to/library>:/config \
-v <path/to/tvseries>:/data/tvshows \
-v </path/to/movies>:/data/movies \
@ -30,7 +29,6 @@ docker create \
* `--net=host` - Shares host networking with container, **required**.
* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
* `-v /transcode` *(optional)* - Transcode directory to offload heavy writes in a docker container.
* `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
* `-e VERSION=` - *(optional)* - Permits specific version selection e.g. `0.9.12.4.1192-9a47d21`, also supports `plexpass` or `latest`
* `-e PGID=` for for GroupID - see below for explanation

@ -1,3 +0,0 @@
#!/bin/bash
chown -c abc:abc /transcode

@ -6,9 +6,6 @@ PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6
# ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE
PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000
# where the mediaserver should store the transcodes
PLEX_MEDIA_SERVER_TMPDIR=/transcode
# uncomment to set it to something else
PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/config/Library/Application Support"

Loading…
Cancel
Save