linuxserver / docker-plex

GNU General Public License v3.0
1.12k stars 199 forks source link

PLEX_DOWNLOAD : can't find versions prior to 15.x #182

Closed Altheran88 closed 5 years ago

Altheran88 commented 5 years ago

linuxserver.io

The link to dowanload the 14.1.x version I want is the following :+1: https://downloads.plex.tv/plex-media-server/1.14.1.5488-cc260c476/plexmediaserver_1.14.1.5488-cc260c476_amd64.deb

There seems to be an extra /debian/ that is not to be.

Thanks to the team linuxserver.io

tobbenb commented 5 years ago

Plex have changed the location of the deb packages from 1.15. That means it is not possible to install a specific version before 1.15.

thelamer commented 5 years ago

Have you tried overiding the download URL env variable ?PLEX_DOWNLOAD="https://downloads.plex.tv/plex-media-server" If you sift through our tags you should also be able to use one of the old 1.14 version images with the old update logic and download locations.

tobbenb commented 5 years ago

The download url is hard-coded to add the debian part as far as I can see in the dockerfile @thelamer So then its only the tag left.

thelamer commented 5 years ago

Yeah good point I did not test changing the var.