Hi. Debian 13: Full path to Plex program: /usr/lib/plexmediaserver/Plex Media Server Full path to Plex RC file: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml Full path to Plex PID file: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/plexmediaserver.pid And with this works like charm.
I believe you can use the Preferences.xml as well, as the config check is not tied to an extension IIRC. Regards
Thanks... I pointed the module at the PID file and that worked: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/plexmediaserver.pid I was thinking Preferences.xml was an option, but not sure if the module does anything to the file...?
Hi, this rc file check if for Plex installation verify purposes, however you can try search and point to another Plex related config file(the path may differ per distro) and the module should work. If the Plex module still can't work for you, please let me know your Ubuntu flavor/version so I can have a quick check for. Regards
missing rc file - not how plex is configured on Ubuntu
Hi Paco, thank you for reporting about the module config error under Raspberry Pi, unfortunately I don't have ARM based hardware to test this Webmin module at the moment. The Plex Webmin module will try to set some defaults regarding the distro, however this module can be configured to your specifics from the "Module Config Icon" including file paths, IP address etc. If you manage to get it working under Raspberry Pi 3, please share about the module config and distro so I can try improve support...
Hi After install Plex module in Raspberry pi 3 (debian stretch), i get error when im trying to open plex from url https://192.168.x.xxx:10000/plexmediaserver/ Error is "The Plex server rc file /etc/init/plexmediaserver.conf was not found on your system. Maybe Plex is not installed, or your module configuration is incorrect.". Webmin version is 1.900. Thank you in advance
Hi J.M.Rivera, Confirmed, it works OK. $ ls /var/db/pkg/* | grep plex-media-server | cut -d'-' -f4 1.13.8.5395 Regards
Hi VSC55, please can you confirm if the following shorther(slightly faster) command works on your Gentoo system on getting Plex version? ls /var/db/pkg/* | grep plex-media-server | cut -d'-' -f4 Regards
Hi, thanks for testing and contributing Gentoo suggestion, for the next release I will add your code bits. Regards
Config Gentoo