Plex_Autoscan with Google monitoring

Hi guys.

Was wondering if anyone have had any luck with Plex_Autoscan with Googledrive monitoring with encrypted folders?

Im trying to setup a friends server to my gdrive so we get updates asap from the gdrive once I have added something:

My setup:

Plex looks in: /home/plex/mnt

Rclone:
Google: = my googledrive
Googlecrypt: my encrypted remote
Folder within Googledrive : Private ( everything in that folder is encrypted )
Mount = /home/plex/mnt

Folders I have encrypted for my plex:

Animations
Animations4K-UHD
Danske
Film
Film4K-UHD
Julefilm
TV-Serier

/opt/plex_autoscan/config/config.json

Plex Autoscan is authorized with Googledrive .

Startup:

Feb 09 18:22:37 intelnuc python3[131865]: 2021-02-09 18:22:37,128 - INFO - AUTOSCAN [139903501956864]: Crypt mappings have been defined. Initializing Rclone Crypt Decoder...
Feb 09 18:22:37 intelnuc python3[131865]: 2021-02-09 18:22:37,504 - INFO - AUTOSCAN [139903501956864]: Google Drive access token was successfully validated.
Feb 09 18:22:37 intelnuc python3[131865]: 2021-02-09 18:22:37,505 - INFO - AUTOSCAN [139903501956864]: Google Drive changes monitor started.
Feb 09 18:22:37 intelnuc python3[131865]: 2021-02-09 18:22:37,739 - INFO - GOOGLE [139903501956864]: Processing 0 changes

After upload I get this:

Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,099 - INFO - GOOGLE [139903501956864]: Removed '1FSKAlrs7wFYkurnS48wF47BovsKX63s2' from cache: 9b4knd1uljk4ulc8ldadqr9o6ahnu04kmtdgg1d8>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,101 - INFO - GOOGLE [139903501956864]: Removed '15H6Qobc5CLVDvZUlwVCNZni0XMCFWfnB' from cache: ligkdfid6dgj9r15hfdh0moar1ou0a2nfhvsj1er>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,103 - INFO - GOOGLE [139903501956864]: Removed '16Hjhv7mra76Kwtp6-Te97cjQralVHpiH' from cache: qev5jp82tnokuog2l6ffvkoaa8t87f7shfnnr7k0>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,105 - INFO - GOOGLE [139903501956864]: Removed '121-Ui5LIfh8ztthTTuVi_dSz_QCgTRKl' from cache: anqtvaoptnijaijlj76p622ii1p2s0n4c6cj88b1>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,107 - INFO - GOOGLE [139903501956864]: Added '1dnB7sPSKTj8a_ZdLgcDc6RDyxSshNnxr' to cache: 5uln8ltufi74r6j2b2vctq9oqtskr0ib5k7vupc9judn>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,115 - INFO - GOOGLE [139903501956864]: Added '1qJfVSHZ32URlG3ablDvbBb0LTg7CuRB7' to cache: qev5jp82tnokuog2l6ffvkoaa8t87f7shfnnr7k03kop>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,122 - INFO - GOOGLE [139903501956864]: Added '1wdQKYRQQ0RUeMsjB89gWdDwKiDKRFuL1' to cache: ligkdfid6dgj9r15hfdh0moar1ou0a2nfhvsj1eralon>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,126 - INFO - GOOGLE [139903501956864]: Added '18ZsfywDSugNmoMHSQwXXNVe-n5AD_2uD' to cache: 42kai40a5qmfdind2qe0a8aodam7coghe5do0i676c2k>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,130 - INFO - GOOGLE [139903501956864]: Added '1Ut9cP3kZeWXZ2kiYihvrnkWRIkryR95M' to cache: 9b4knd1uljk4ulc8ldadqr9o6ahnu04kmtdgg1d8o4e3>
Feb 09 18:24:38 intelnuc python3[131865]: 2021-02-09 18:24:38,133 - INFO - GOOGLE [139903501956864]: 0 added / 6 removed / 4 unwanted / 1 ignored / 0 renamed / 0 moved

I don't know what part im missing in the config.json . I followed the manual, but somehow , it seems to be missing something. I also tried added FILEPATHS :

"FILE_PATHS": [
"My Drive/Private/Animations/",
"My Drive/Private/Animations4K-UHD/",
"My Drive/Private/Danske/",
"My Drive/Private/Film/",
"My Drive/Private/Film4K-UHD/",
"My Drive/Private/Julefilm/",
"My Drive/Private/TV-Serier/"
],

Also tried.

"FILE_PATHS": [
"My Drive/Animations/",
"My Drive/Animations4K-UHD/",
"My Drive/Danske/",
"My Drive/Film/",
"My Drive/Film4K-UHD/",
"My Drive/Julefilm/",
"My Drive/TV-Serier/"
],

And tried:

"FILE_PATHS": [
"/Animations/",
"/Animations4K-UHD/",
"/Danske/",
"/Film/",
"/Film4K-UHD/",
"/Julefilm/",
"/TV-Serier/"
],

All help is VERY much appreciated :slight_smile: - im out of ideas.

Thanks

Morphy

Yes im aware - but this is off topic with rclone mate .

I don't have any errors with rclone . Since rclone collaborate with Googledrive - I guess its OK to ask freely with Plex_Autoscan like others have ?