Plex
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