Plex not scanning encrypted files

bingo!, now try plex.

finally !! thank you so much :slight_smile:

and do I have to change something in the copy command or can I leave it as it is?
rclone copy ~/media/M/ -P -v --transfers=20 --checkers=20 --drive-chunk-size=16384 Crypt:/ --ignore-existing --max-transfer 700G

1 Like

yes, finally :wink:

why --ignore-existing?
from docs, "this isn't a generally recommended option"

idk ok i can remove it

now i have another problem when i close cmd the files from /Crypt folder disappear

try adding --daemon

like this rclone mount crypt: /Crypt -vv --allow-other --daemon

yes, like that.

user01@10826990:~$ rclone mount crypt: /Crypt -vv --allow-other --daemon
2023/01/28 00:21:02 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "mount" "crypt:" "/Crypt" "-vv" "--allow-other" "--daemon"]
2023/01/28 00:21:02 DEBUG : Creating backend with remote "crypt:"
2023/01/28 00:21:02 DEBUG : Using config file from "/home/user01/.config/rclone/rclone.conf"
2023/01/28 00:21:02 DEBUG : Creating backend with remote "gdrive:Crypt"
2023/01/28 00:21:02 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /Crypt

the /Crypt folder is gone now

problem solved typed fusermount -u /Crypt then rclone mount crypt again: /Crypt -vv --allow-other --daemon and everything works again.
thanks for your help

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.