Skip to content

Commit 84ecc64

Browse files
committed
Removal of any transcode mention.
1 parent 25521a4 commit 84ecc64

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ docker create \
1919
--net=host \
2020
-e VERSION=plexpass \
2121
-e PUID=<UID> -e PGID=<GID> \
22-
-v </path/to/transcode>:/transcode \
2322
-v </path/to/library>:/config \
2423
-v <path/to/tvseries>:/data/tvshows \
2524
-v </path/to/movies>:/data/movies \
@@ -30,7 +29,6 @@ docker create \
3029

3130
* `--net=host` - Shares host networking with container, **required**.
3231
* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
33-
* `-v /transcode` *(optional)* - Transcode directory to offload heavy writes in a docker container.
3432
* `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
3533
* `-e VERSION=` - *(optional)* - Permits specific version selection e.g. `0.9.12.4.1192-9a47d21`, also supports `plexpass` or `latest`
3634
* `-e PGID=` for for GroupID - see below for explanation

init/15_fix_for_transcode.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

plexmediaserver

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6
66
# ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE
77
PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000
88

9-
# where the mediaserver should store the transcodes
10-
PLEX_MEDIA_SERVER_TMPDIR=/transcode
11-
129
# uncomment to set it to something else
1310
PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/config/Library/Application Support"
1411

0 commit comments

Comments
 (0)