I'm trying to set up Rclone from my seedbox and it's kinda difficult.
I have succesfully setup a drive to google drive and it's uploading automatically using crontab. However Plex isn't reading those files correctly and I dont have access to all my folders in Google drive. It's basically just the name that I called it when I setup the drive in rclone, but no folders inside.
Is it correctly mounted?
And why can't plex see the content and any subfolders inside the google drive?
I did the rclone config part (this page https://rclone.org/drive/ only first code) so it's in the file explorer. The problem is that I can't see all the subfolders in it and plex can't see any of the content (those are in the subfolders).
I haven't used any mount command and when i try to use it I get the following error: "Mount: Only root can do that."
This is everything I have set up. The crontab is working fine and is uploading everything to google drive. Here I'm manually replacing the files to the correct folders.
There are no subfolders I can choose from (I place all the content to those folders) and I don't get any media when I select this. So I thought something went wrong with Rclone?
One more question:
I did use the command yesterday. Plex was seeing the subfolders in gdrive perfectly. However when I tried to watch a movie right now it's gone. I can't see any subfolders anymore and I'm back to the start.
Should I make a crontab code of this so it repeats the command line?
I have no idea how to make a screen session or tmux, but wouldn't a cronscript work?
I kinda made one and it's mounted. It checks every 2 minutes if it mounted.
I have no idea if it will be unmounted once in a while untill the 2 minutes are over. But if you guys tell me that a tmux or screen session would be better then the cronscript then I will look into that!