Skip to content

Commit b87fb68

Browse files
committed
PlexPass changes
1 parent 950d6b2 commit b87fb68

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
1717
docker create \
1818
--name=plex \
1919
--net=host \
20-
-e VERSION=plexpass \
20+
-e VERSION=latest \
2121
-e PUID=<UID> -e PGID=<GID> \
2222
-v </path/to/library>:/config \
2323
-v <path/to/tvseries>:/data/tvshows \
@@ -30,7 +30,7 @@ docker create \
3030
* `--net=host` - Shares host networking with container, **required**.
3131
* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
3232
* `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
33-
* `-e VERSION=` - *(optional)* - Permits specific version selection e.g. `0.9.12.4.1192-9a47d21`, also supports `plexpass` or `latest`
33+
* `-e VERSION=latest` - Permits specific version selection e.g. `0.9.12.4.1192-9a47d21`, also supports `latest`. If left blank, auto update is disabled until set.
3434
* `-e PGID=` for for GroupID - see below for explanation
3535
* `-e PUID=` for for UserID - see below for explanation
3636

@@ -64,6 +64,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
6464

6565
## Changelog
6666

67+
+ **07.04.2016:** removed `/transcode` volume support (upstream Plex change) and modified PlexPass download method to prevent unauthorised usage of paid PMS
6768
+ **24.09.2015:** added optional support for volume transcoding (/transcode), and various typo fixes.
6869
+ **17.09.2015:** Changed to run chmod only once
6970
+ **19.09.2015:** Plex updated their download servers from http to https

0 commit comments

Comments
 (0)