Plex Webtools plug-in on Raspberry Pi2 - permissions question

Non Joggler related discussion.
Post Reply
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by dwl99 »

I have Plex Media Server running on my Raspberry Pi 2 and wanted to install the Webtools bundle. I have successfully downloaded & extracted the Webtools.bundle folder to the Plex Plugins folder:

Code: Select all

cd '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins'
sudo wget https://github.com/ukdtom/WebTools.bundle/releases/download/3.0.0/WebTools.bundle.zip
sudo apt-get install unzip -y
sudo unzip WebTools*
sudo rm -rf WebTools.bundle.zip
sudo chown pi:root -R ./WebTools.bundle
sudo reboot
However the plugin doesn't seem to be running. I suspect that it's something I've messed up with setting the permissions for the plugin. I'm logged in under username "pi". Can anyone help?

Thanks!
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by pete »

Give permissions to everybody just to see if it works...

chmod 777 any directory you want
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by dwl99 »

Thanks Pete,

I changed the chown line to:

Code: Select all

sudo chmod 777 ./WebTools.bundle
but still no success
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by pete »

Yes here tried Plex once on my MythTV box then removed it.

That said found a you tube video showing how to install Webtools on the RPi

[youtube]https://youtu.be/dIgrWKtzAZc[/youtube]
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by dwl99 »

Thanks, I found that too but it depends on having a pre-installed package named main-menu which I haven't been able to locate.
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by pete »

Found the source relating to using WebTools for Plex.

https://forums.plex.tv/discussion/comme ... nt_1368888
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by dwl99 »

Thanks Pete, I've been there already and still cannot find the main-menu package mentioned.
cassio299
Posts: 1
Joined: Mon Apr 16, 2018 2:37 am

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by cassio299 »

dwl99 wrote: Wed Feb 28, 2018 11:16 am I have Plex Media Server running on my Raspberry Pi 2 and wanted to install the Webtools bundle. I have successfully downloaded & extracted the Webtools.bundle folder to the Plex Plugins folder:

Code: Select all

cd '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins'
sudo wget https://github.com/ukdtom/WebTools.bundle/releases/download/3.0.0/WebTools.bundle.zip
sudo apt-get install unzip -y
sudo unzip WebTools*
sudo rm -rf WebTools.bundle.zip
sudo chown pi:root -R ./WebTools.bundle
sudo reboot
However the plugin doesn't seem to be running. I suspect that it's something I've messed up with setting the permissions for the plugin. I'm logged in under username "pi". Can anyone help?

Thanks!

Hi

You need to set the owner of the groupe as your self: sudo chown pi:pi -R ./WebTools.bundle
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Re: Plex Webtools plug-in on Raspberry Pi2 - permissions question

Post by dwl99 »

cassio299 wrote: Mon Apr 16, 2018 2:40 am
dwl99 wrote: Wed Feb 28, 2018 11:16 am I have Plex Media Server running on my Raspberry Pi 2 and wanted to install the Webtools bundle. I have successfully downloaded & extracted the Webtools.bundle folder to the Plex Plugins folder:

Code: Select all

cd '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins'
sudo wget https://github.com/ukdtom/WebTools.bundle/releases/download/3.0.0/WebTools.bundle.zip
sudo apt-get install unzip -y
sudo unzip WebTools*
sudo rm -rf WebTools.bundle.zip
sudo chown pi:root -R ./WebTools.bundle
sudo reboot
However the plugin doesn't seem to be running. I suspect that it's something I've messed up with setting the permissions for the plugin. I'm logged in under username "pi". Can anyone help?

Thanks!

Hi

You need to set the owner of the groupe as your self: sudo chown pi:pi -R ./WebTools.bundle
Thanks - unfortunately that didn't work either, WebTools still aren't showing under Plugins
Post Reply