itsToggle / plex_debrid

Plex torrent streaming through Debrid Services
1.48k stars 125 forks source link

The command "chown -R plex:plex torrents" does not reveal the default, movies, shows folders in Plex #562

Open BenJackGill opened 11 months ago

BenJackGill commented 11 months ago

I am following the setup instructions for Linux Server Setup: https://github.com/itsToggle/plex_debrid/wiki/Setup-Guides#linux-server-setup

I got down to step 18.

If I run ls torrents I can see the three folders default movies shows but when I try to add those folders inside the Plex Web Server UI the torrents folder is empty. I cannot see default, movies, or shows there.

Running chown -R plex:plex torrents or sudo chown -R plex:plex torrents makes no difference.

GSKang94 commented 11 months ago

Hi I came across the same issue while setting it up on my raspberry pi. I think it's folder permission issue and my workaround was to make a folder inside root. I named it PLEX sudo mkdir ../../PLEX && cd ../../PLEX and then I followed all the steps from this folder. Note- you need to use sudo in order to make any change in root.

BenJackGill commented 11 months ago

Thanks that worked!

dreulavelle commented 10 months ago

In rclone you can specify a UID and GID using flags. This would be a better approach than doing chown.