Plex: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
mNo edit summary
Plex Media Player
Line 1: Line 1:
== Upgrading Plex Media Server on CentOS ==
= Plex Media Player =
 
{{Template:testedon|2020-03-17|Windows 10 v1909 build 18363.720, Plex Media Player 1.18.8.2527}}
 
Make the title bar reappear again.
 
On Windows: <code>C:\Users\USERNAME\AppData\Local\PlexMediaServer</code> on Windows
 
On OS X: <code>~/Library/Application Support/Plex Media Player/</code>
 
On RPi2/OpenELEC: <code>/storage/.local/share/plexmediaserver/</code>
 
in <code>plexmediaplayer.conf</code> set fullscreen to false.
 
<source lang="json">
  ...
  "fullscreen": false
  ...
</source>
 
 
= Upgrading Plex Media Server on CentOS =


{{Template:testedon|2019-07-05|CentOS 7.6.1810}}
{{Template:testedon|2019-07-05|CentOS 7.6.1810}}

Revision as of 18:05, 17 March 2020

Plex Media Player

  • Last tested on Windows 10 v1909 build 18363.720, Plex Media Player 1.18.8.2527 (2020-03-17)

Make the title bar reappear again.

On Windows: C:\Users\USERNAME\AppData\Local\PlexMediaServer on Windows

On OS X: ~/Library/Application Support/Plex Media Player/

On RPi2/OpenELEC: /storage/.local/share/plexmediaserver/

in plexmediaplayer.conf set fullscreen to false.

   ...
   "fullscreen": false
   ...


Upgrading Plex Media Server on CentOS

  • Last tested on CentOS 7.6.1810 (2019-07-05)

Update the host.

$ yum update -y


Download the latest Plex Media Server package from this page. Choose Linux, and then Choose Distribution. Right click on the appropriate link and then Copy link address

$ wget https://downloads.plex.tv/plex-media-server-new/1.16.1.1291-158e5b199/redhat/plexmediaserver-1.16.1.1291-158e5b199.x86_64.rpm


Stop the service.

$ systemctl stop plexmediaserver


Perform the upgrade.

$ yum localupdate plexmediaserver*


Start the service.

$ systemctl start plexmediaserver