Thank you, but where am I supposed to type in commands on Kodi? Is there any command line add-on for this?
By ssh'ing in. If you're on Windows, I recommend putty. Ssh settings are in the libreelec settings
Thank you, but where am I supposed to type in commands on Kodi? Is there any command line add-on for this?
By ssh'ing in. If you're on Windows, I recommend putty. Ssh settings are in the libreelec settings
Thank you for your reply. Yes, I read that page yesterday before asking here, but unfortunately I did not get any hint to solve my problem. It is not clear to me whether the docker image is running (from that link it seems it is just running while it is enabled). And if it is like that, then I still don't know how to access to the GUI with the browser.
From that page:
Thank you for your reply. After some tries it did install with linuxserver. However, I am not able to reach the GUI interface, I get the following error:
ERR_CONNECTION_REFUSED
I do not even know whether it is properly running or not. How could I check it out make it work? Any hint?
Thank you again!
See here for troubleshooting steps: LinuxServer.io docker addons and general docker info
Display MoreHello,
I am a little confused with the loads of info in this thread. I am not sure whether it is possible to install the Plex media server on my setup:
Cuboxtv (iMX6)
LibreELEC 8.0.2
Kodi 17.3
The links from hugepants from the first post are broken links, the repo from tnds82 throws an error when trying to install it ("the dependency on ... could not be satisfied") and the LinuxServer.io repo shows 0% all the time when trying to install it. I do not know which path I can follow to get the PMS working.
Any help would be appreciated, thank you!
If it's armv7, then the linuxserver one should work. But keep in mind that it first needs to install the docker service addon, which may take a little while.
i am having the same problem. cannot connect to the repo. tnds82 has last been online october 2019 so...
can somebody push me in the right direction what's currently the optimal way to set up a Plex Server on a LibreElec Rpi4? Any help would be much appreciated
You can give the docker addon a try. You can install it from the linuxserver.io repo
Hey folks, been following this thread, however, it isn't clear how I we can update Plex from libreelec directly?. I mean I also now have the message:
An update is available. Please install manually.
I attempted to reboot the box in a hope the update would start, however, this wasn't the case. Is there something I am missing?, can Plex auto update? if not how to manually install?.
Attempted to use Upgrade Plex Media Server with PlexPass on LibreElec via Command Line | naschenweng.info with changing a few things on there however I am not able toi find the library files on my libreelec box.
Any help advice would be really helpful
If you're a plexpass user and want to get the beta releases, set the version parameter in addon settings to "latest" without the quotes. Now every time the addon is restarted (device reboot or addon disable/reenable), it should update on container start.
If you're not a plexpass user, and your version variable is set to public (default), device reboots or addon restarts should update it to the latest public release on container start.
In plex gui settings, set the server update channel correctly (under server settings / General). If you set it to beta but you're not a plexpass user, you'll keep getting the notification in the gui but you won't be able to update as beta releases require plexpass.
Have your script query the sab api? It's json
Just realized that you said raspi 1. Linuxserver images don't run on raspi 1 or zero as they are armv6. They need at least armv7 (pi 2 or up)
You can run it as a docker container
You have the kvm console acting as the main display adapter, but libreelec lacks the gpu drivers for that. You need to pass the nvidia card as the main and only display adapter.
I did this on unraid (which has a nice gui for managing kvm) so I can't help you with the exact steps but the kvm display is certainly the issue here.
The virtual build is strictly for vmware.
However, you can use the generic build on kvm with a gpu passed through.
I installed dnzmedia version, it's working great !
About 180 MB after install and update to last pms version 1.18.2
No ubuntu stuff needed :p
I personally would hate to have to manually download and extract tars to update plex each time, but each to their own
I may be interested.
I see that docker version is based on ubuntu. I wonder how much diskspace such a container eats.
It's not full Ubuntu, we have a custom baseimage that is based on a minimal Ubuntu with only the necessary packages and services added for plex. It's pretty lightweight.
Please help
I've installed Dolphin container using Portainer, but I cannot see any mounted drives under "media" (the folder is empty), nor do I see the "downloads" folder, probably because I'm logged in as nobody:users (99:100)
My CLI access to LE is through PuTTy (as root). I can't find any "edit" option for the dolphin image to change my login to "root" via Portainer
If I use Putty - where do I find the Dolphin's config file to edit it with nano?
Change the environment variables user_id and group_id to 0 so it runs as root
What locations did you mount? Did you use bind mount in portainer?