Home Assistant Community Add-on: Plex Media Server

Not yet as far as i know, I would really like to see this implemented as well!

Hi Frank

Thank you for your add ons.

Just migrated from Pi to Ubuntu Server, using your instructions here https://gist.github.com/frenck/32b4f74919ca6b95b30c66f85976ec58. Worked great, thanks.

When I try to run the Plex Add-on it just doesn’t start, there are no error messages on the plex log or in the home assistant log. I click start, the circle shows for a few seconds and then the start button turns red, and then goes back to normal.

I have added the claim code in the config and update it after it expires. I have uninstalled and reinstalled the add-on, restarted home assistant and rebooted the server, still doesnt work.

Any suggestions?
Thanks
Greg

Found that the Unifi Community Addon also uses port 1900, see conflict mentioned in Plex Addon Readme about AirSonos confilct https://github.com/hassio-addons/addon-plex/blob/master/README.md#airsonos-add-on-conflicts

Disabling the Unifi Addon or Changing port 1900 on the unifi addon allows PLEX to start.

Can anyone tell me what won’t work if i change port 1900 on the Unifi Addon?

:tada: Release v1.2.0

Full Changelog

Changed

  • Fixes spelling error in Dockerfile
  • Removes BountySource links
  • Removes Anchore.io links
  • Updates maintenance year to 2019
  • Refactor of GitLab CI
  • Upgrades add-on base image to 2.2.1
  • Configure Renovate (#13)
  • Fixes build by removing unsupported aarch64
  • Corrects share name in README.md (#14) (@ramonitor)
  • Replaces add-on link with GitHub link
  • Improves documentation about port conflict

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Hi there just to say I had the same issue with 1900 used by unifi controller.

:tada: Release v2.0.0

Full Changelog

Changed

  • :arrow_up: Upgrades add-on base image to 3.0.0
  • :books: Updates documentation for ARMv7
  • :hammer: Rewrite add-on onto Bashio
  • :fire: Removes machines definition from add-on config
  • :arrow_up: Upgrades Plex to 1.15.2.793
  • :sparkles: Adds support for aarch64/ARM64/ARMv8
  • :ambulance: Fixes incorrect architecture in build.json definition
  • :ambulance: Fixes incorrect download location for ARMv7
  • :ambulance: Fixes bug in claim key check

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Have no UniFi or AirSonos plugin installed, still Plex server doesn’t start cause the 1900 ump port error. How can I find what plugin or service is using the 1900 port?
Also I would like to use an external HDD via USB port connected to my Rpi 3+. Can you tell me how to do it?

:tada: Release v2.0.1

Full Changelog

Changed

  • :arrow_up: Upgrades base image to v3.1.0
  • :sparkles: Adds port descriptions
  • :arrow_up: Upgrades Plex to 1.15.4.919
  • :hammer: Renamed init scripts

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v2.0.2

Full Changelog

Changed

  • :arrow_up: Upgrades Plex to 1.15.4.993

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Does this container support Hardware Acceleration for Transcoding (Intel Quicksync) ?

I’ve installed this addon but don’t have the “Use Hardware Acceleration” Checkbox under Transcoding Settings.
Can you maybe implement this?

Thank you for your great work.

Do you pay for Plex Pass? Hardware transcoding is a paid feature of plex, not a standard feature.

:tada: Release v2.0.3

Full Changelog

:hammer: Changes

  • :arrow_up: Upgrades add-on base image to 3.1.1
  • :arrow_up: Upgrades uuid-runtime to 2.31.1-0.4ubuntu3.3
  • :arrow_up: Upgrades Plex to 1.15.5.994

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

The configurator simply doesn’t work. I’ve even manually configured using the plex.conf method.

Are you referring to the Plex media player component? That is different than this PMS add-on.

:tada: Release v2.0.4

Full Changelog

:hammer: Changes

  • :arrow_up: Upgrades Plex to 1.15.8.1163
  • :arrow_up: Upgrades base image to v3.1.2

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v2.1.0

Full Changelog

This is a general maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades Plex to 1.16.0.1226
  • :arrow_up: Upgrades add-on base image to v3.1.3
  • :pencil2: Maintaince -> Maintenance
  • :sparkles: Adds FUNDING.yml

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v2.1.1

Full Changelog

This is a general maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades Plex to 1.16.3.1402

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Hey guys,

Does anybody know if NFS mounting is possible yet. I managed to mount my Synology to Hassio, but the Media server doesn’t see any files. Using the SSH addon

mount -t IP:/volume1/Film /share/nas/films

did the trick. I see the mount in the df overview and ls gives me the files as well. But they don’t show up in Plex :frowning:

Plus; I cant seem to create a persistant /etc/fstab file. Any ideas on that?

it is possible if you fork the repository and edit the plex.sh file found in plex/rootfs/etc/cont-init.d. I was able to mount my USB drive by adding the mount command in that file. You can probably figure it out with some trial and error.

Hi Robert, did you make it work?