Check this to upgrade fast to a newer release:
Upgrade Plex Media Server with PlexPass on LibreElec via Command Line | naschenweng.info
Works great
Thanks for the mention - I use this process all the time and never had an issue.
Check this to upgrade fast to a newer release:
Upgrade Plex Media Server with PlexPass on LibreElec via Command Line | naschenweng.info
Works great
Thanks for the mention - I use this process all the time and never had an issue.
I'm eager to hear news about this^
I am too chicken to try this over the holidays on my primary media player. I did reach out to Xtreamer, but they would not confirm. As far as I understand, the WonderPro can not boot off a USB stick but would need to be switched into Android recovery mode which would then automatically flash the image on the USB stick. There is a good chance that this could brick the device.
For anyone needing to update Plex on headless, I do this - just swop out the download URL)
#### Update Plex latest version
curl -L -o /tmp/plexserver.deb https://downloads.plex.tv/plex-media-server/1.3.3.3148-b38628e/plexmediaserver_1.3.3.3148-b38628e_amd64.deb
cd /tmp
rm -rf /tmp/usr/ /tmp/etc/ /tmp/lib/
ar -vx plexserver.deb
tar -xvzf data.tar.gz
rm -rf /storage/.kodi/addons/service.multimedia.plexmediaserver/lib.old
systemctl stop service.multimedia.plexmediaserver.service
mv /storage/.kodi/addons/service.multimedia.plexmediaserver/lib /storage/.kodi/addons/service.multimedia.plexmediaserver/lib.old
mv /tmp/usr/lib/plexmediaserver /storage/.kodi/addons/service.multimedia.plexmediaserver/lib
systemctl start service.multimedia.plexmediaserver.service
Display More
yes work.
Thanks - I will try this over the long weekend coming up here. Just have not found the time yet to test it.
I noticed that the Wetek Core seems to have the same "base" specs as the WonderPro:
WeTek core: CPU: AMLogic S812-H Quad-core up to 2.0 GHz / GPU: Octa-core Mali-450MP
WonderPro : Quad Core Amlogic S812-H (w/ Dolby+DTS) Cortex-A9 up to 2.0GHz-H / 8 Core Mali-450
I will try tonight if the image actually boots up and works.
Would this work on a Xtreamer Wonder Pro (specs here: Xtreamer Wonder - Specs)?
Does anyone know if a working build for the above device exists? Full specs are here: Xtreamer Wonder - Specs
Sorry if I missed the answer to this (I recently revived my Xtreamer Ultra 2 and switched from OpenElec to LibreElec so that I can run your plugin).
Since my Xtreamer is just used as a PlexServer (media is mounted via NFS) what is the best way to update your plugin via SSH/command line?
For my Plexpass upgrade I normally just delete the current "/storage/.kodi/addons/service.multimedia.plexmediaserver/lib" and replace lib with the content of Plexpass. In order to update your plugin, is it as simple as deleting the content of "/storage/.kodi/addons/service.multimedia.plexmediaserver" and then unzipping your latest version (and then restarting the Xtreamer)?
Thanks hugepants - your contribution of PMS allowed me to revive my old Xtreamer Ultra 2 and make it a dedicated Plex-Server. Keep up the good work!