Difference between revisions of "PlexPass"
From FreeNAS using Active Directory Wiki
(reeeeeeaaaaaaally quick and dirty. with emphasis on dirty.) |
(No difference)
|
Latest revision as of 21:30, 19 June 2014
About
A quick & dirty how-to on updating the PBI based Plex Media Server to the latest Plex Pass version
How-To
- ssh 192.168.1.7 (change to your IP obviously)
- jexec 1 tcsh (your jail # may be different)
- cd /tmp
- fetch http://downloads.plexapp.com/plex-media-server/0.9.9.12.504-3e7f93c/PlexMediaServer-0.9.9.12.504-3e7f93c-freebsd-amd64.tar.bz2
- service plexmediaserver stop
- tar yxf PlexMediaServer-0.9.9.12.504-3e7f93c-freebsd-amd64.tar.bz2
- cd PlexMediaServer-0.9.9.12.504-3e7f93c
- cp -Rf * /usr/pbi/plexmediaserver-amd64/share/plexmediaserver
- service plexmediaserver start
Notes
- Current version of PlexPass as of 2014-06-19
- If you log into your Plex account on http://plex.tv, then click Downloads, then click "Show PlexPass downloads", click "Computer", click "FreeBSD" to get to the most current version
- The above has been scripted, for more info check THIS POST for more detail