rTorrent, rclone cache, plex help

To start im not very linux savvy but im trying. I’m just having a hard time understanding how everything is working or not and the best way to do things.

Information:
Seedbox on bytesized
Using rtorrent to download.
filebot to rename content for plex server
Plex server pulling data from plexdrive mount

Mount cmd

zeromar+ 3009 11427 0 21:04 pts/108 00:00:00 grep --color=auto rclone
zeromar+ 19331 1 0 12:09 ? 00:00:16 rclone mount --allow-non-empty --allow-other --cache-db-purge gcache: /home/hd28/zeromark30/mnt/gdrive

rclone config

[gdrive]
type = drive
scope = drive
token = {“access_token”:snip

[gcache]
type = cache
remote = gdrive:/plex
plex_url = snip
plex_username = snip
plex_password = snip
chunk_size = 5M
info_age = 1d
chunk_total_size = 10G

filebot cmd

filebot -script fn:amc --def music=$MUSIC --def skipExtract=$SKIP_EXTRACT -non-strict --encoding utf8 --def ut_kind=multi --log all --log-file amc.log --def “ut_dir=$TORRENT_PATH” “ut_title=$TORRENT_NAME” --output “$HOME/media” --action symlink --conflict override --def subtitles=$SUBLANG --def artwork=false --def extractFolder="$HOME/torrents/extracted"

What ive done so far:

rclone move media/ gdrive: -v -L

Question:
Should i just be moving data to mnt/gdrive (gcache)?
Can i use filebot to output to mnt/gdrive (gcache) with --action copy?
Best way to move a file when download is complete and i dont want to seed anymore?

i have removed plex drive as it was redundant from what i can tell using rclone cache