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?
Release v1.2.0
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.
Release v2.0.0
Changed
- Upgrades add-on base image to 3.0.0
- Updates documentation for ARMv7
- Rewrite add-on onto Bashio
- Removes machines definition from add-on config
- Upgrades Plex to 1.15.2.793
- Adds support for aarch64/ARM64/ARMv8
- Fixes incorrect architecture in build.json definition
- Fixes incorrect download location for ARMv7
- 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?
Release v2.0.1
Changed
- Upgrades base image to v3.1.0
- Adds port descriptions
- Upgrades Plex to 1.15.4.919
- Renamed init scripts
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Release v2.0.2
Changed
- 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.
Release v2.0.3
Changes
- Upgrades add-on base image to 3.1.1
- Upgrades uuid-runtime to 2.31.1-0.4ubuntu3.3
- 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.
Release v2.0.4
Changes
- Upgrades Plex to 1.15.8.1163
- 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
Release v2.1.0
This is a general maintenance release.
Changes
- Upgrades Plex to 1.16.0.1226
- Upgrades add-on base image to v3.1.3
- Maintaince -> Maintenance
- Adds FUNDING.yml
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Release v2.1.1
This is a general maintenance release.
Changes
- 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
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?