What are your current experiences with that setup? I'm wondering how you're fairing compared to others.
I've been experiencing continually lower success rates for playing media with ACD. I started about at 90% success starting a video. I'd say I am now around 60-70%. Once a video starts though (after 2 or 3 frustrating tries), it is usually fairly bullet proof. I have found that UnionFS-fuse has issues with file size, sometimes showing a 0b file on random files which ACDE's mount shows the full 35GB, so I have had to remove UnionFS-fuse from my Plex mounts. Specifically, it always shows 0b on my daughter's favorite video. I use the following:
mkdir -p $mntpoint2
rclone mount \
--allow-non-empty \
--allow-other \
--acd-templink-threshold 10G \
--max-read-ahead 4G \
--buffer-size 1G \
--contimeout 15s \
--low-level-retries 1 \
--no-check-certificate \
--quiet \
--stats 0 \
--retries 3 \
--timeout 30s \
$remoteshare2 $mntpoint2 &