Plex: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
 
(3 intermediate revisions by the same user not shown)
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>
 
 
= Plex Media Server =
 
* [https://support.plex.tv/articles/201105343-advanced-hidden-server-settings/ Hidden server settings]
 
= Upgrading Plex Media Server on CentOS =


{{Template:testedon|2019-07-05|CentOS 7.6.1810}}
{{Template:testedon|2019-07-05|CentOS 7.6.1810}}
Line 26: Line 51:
Perform the upgrade.
Perform the upgrade.


<source lang="console'>
<source lang="console">
$ yum localupdate plexmediaserver*
$ yum localupdate plexmediaserver*
</source>
</source>

Latest revision as of 18:12, 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
   ...


Plex Media Server

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