Rclone Mount and Plex Scan Slow

I have about 2tbs of lossless music i need scan and it took about 24 hours to add 300 artists.

[gcache]

type = cache
remote = drive:
plex_url = http://localhost:32400
plex_username = xxx
plex_password = xxx
chunk_size = 16M
plex_token = xxx
db_path = /home/rclone/rclone-cache
chunk_path = /home/rclone/rclone-cache
info_age = 2d
chunk_total_size = 20G
db_purge = true

[drive]

type = drive
client_id = xxx
client_secret = xxx
scope = drive
token = {"xxx"}
use_trash = false
chunk_size = 16M

[Unit]

Description=rclonemnt
AssertPathIsDirectory=/mnt/drive
After=network-online.target

[Service]

Type=simple
ExecStart=/usr/bin/rclone mount gcache: /mnt/drive --config=/root/.config/rclone/rclone.conf --allow-other --gid=1000 --uid=1000 --bind xxx.xxx.xxx.xxx --dir-cache-time 72h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --fast-list --cache-chunk-path=/root/rclone-cache --cache-db-path=/root/rclone-cache --log-file=/var/log/rclone.log --umask 002 --log-level INFO
ExecStop=/bin/fusermount -uz /mnt/drive
Restart=on-abort
ExecStartPre=/bin/sleep 10

[Install]

WantedBy=default.target

Plex and music scanning is just very slow, just try a search on the plex forums.

Is it a regular music library or Premium (Premium music are even slower)

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