Beta AppCasts

Beta AppCasts

From Plex

Jump to: navigation, search

There is currently no Beta's available from Plex

All beta's are provided via PlexPass accessible forums.

Go here: http://forums.plexapp.com/index.php/forum/114-plexpass-members-only/ (requires PlexPass)


Remember that beta releases can be scary. If you don't understand the instructions, you may not want to be using beta software.

Contents

Windows Beta AppCast

Mac Beta AppCast

Linux

Ubuntu

For Ubuntu you add a second apt-get repository to get BETA versions.

  • Create /etc/apt/sources.list.d/plex-beta.list with the following contents:
 deb http://www.plexapp.com/repo beta main
  • Run apt-get update && apt-get upgrade

RPM Repo (Fedora/CentOS)

  • If this is you first time using the official rpm repos from Plex run this first:
 rpm --import http://plexapp.com/plex_pub_key.pub
  • Create /etc/yum.repos.d/plex-beta.repo with the following contents:
 [PlexBetaRepo]
 name=PlexBetaRepo
 baseurl=http://plexapp.com/rpmrepo/beta/$basearch/
 enabled=1
 gpgcheck=1
  • Then run yum install plexmediaserver

Others

For the other distributions you need to download and install it manually, you can find the links on the download page in the wiki: http://wiki.plexapp.com/index.php/Downloads#Plex_Media_Server_.28PMS_-_standalone_server.29