Are you saying Emby is officially supported on LibreELEC?
I wonder why Emby would be but Plex is not.
Are you saying Emby is officially supported on LibreELEC?
I wonder why Emby would be but Plex is not.
It's really unfortunate that Emby has an actual plugin you can just install from the Libreelec repository for a server and it just works instantly but Plex does not and have you to go through this entire mess to get a Plex server to work. Updates are a pain in the ass, it still just dies sometimes and stops working for no reason, it's a disaster. I feel like this could be so much better.
Could you please tell what where these settings were? I have the same issue as you?
Here is the plex.service file I ended up using and it solved my issue right away. Make sure your paths match.
[Unit]
Description=Plex Media Server
After=network.target network-online.target
[Service]
Environment=LC_ALL=C
Environment=PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/storage/.config
Environment=PLEX_MEDIA_SERVER_HOME=/storage/.cache/app.plex
Environment=PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6
Environment=PLEX_MEDIA_SERVER_TMPDIR=/tmp
ExecStartPre=/storage/scripts/plex-update.sh
ExecStart=/storage/.cache/app.plex/Plex\x20Media\x20Server
export PLEX_MEDIA_SERVER_INFO_VENDOR=LibreELEC
export PLEX_MEDIA_SERVER_INFO_DEVICE=PC
export PLEX_MEDIA_SERVER_INFO_MODEL=x86_64
export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION=9.2
export LD_LIBRARY_PATH=/usr/lib/plexmediaserver/lib
Type=simple
Restart=on-failure
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
SyslogIdentifier=Plex Media Server
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
Display More
So I recently upgraded from an older version of LibreElec to 9.2.0 and have found that I am no longer able to use the dpkg command to install debian packages, it is simply an unavailable command.
Is there a reason this command was removed and is there a way for me to add it back? It was always available previous and made my life much easier. Any assistance would be very helpful.
Thanks!
So I recently updated to LibreElec version 9.2 and found my previous Plex server install had been wiped out. I attempted to use the instructions above from escalade and was able to install app.plex with the script provided, but the service would always fail to run.
Error Log: Pastebin
Edit: Resolved by finding and tweaking an alternative version of the plex.service file using more default settings.