How to upload files (>10 GB) to acd?

Hello everyone,

I would like to use rclone to copy files (>10 GB each) to my amazon cloud drive and encrypt them on the fly.

FreeBSD 10.3
Version: rclone v1.36
rclone copy --transfers 1 --checksum --acd-upload-wait-per-gb 30m --retries 10 --verbose --log-file=/var/log/rclone.log /myfiles AmazonDriveCrypt:myfiles &

Unfortunatly it does not work. Upload reaches 100% but the files never appear in acd.
When acd-upload-wait-per-gb 30m is over upload starts again from the beginning.

2017/04/07 04:58:53 INFO :
Transferred: 34.681 GBytes (1.072 MBytes/s)
Errors: 0
Checks: 2
Transferred: 0
Elapsed time: 9h12m1.5s
Transferring:

  • …########################## .mkv: 99% done, 1.107 MBytes/s, ETA: 13s

2017/04/07 04:59:53 INFO :
Transferred: 34.696 GBytes (1.071 MBytes/s)
Errors: 0
Checks: 2
Transferred: 0
Elapsed time: 9h13m1.5s
Transferring:

  • …########################## .mkv: 100% done, 52.798 kBytes/s, ETA: 0s

2017/04/07 05:00:53 INFO :
Transferred: 34.696 GBytes (1.069 MBytes/s)
Errors: 0
Checks: 2
Transferred: 0
Elapsed time: 9h14m1.5s
Transferring:

  • …########################## .mkv: 100% done, 988 Bytes/s, ETA: 0s


Unfortunately this is Amazon being unreliable with big files :frowning: They will upload eventually.

Thanks for letting me know.

Hmm weird, it works good for me and I have quite few movies over 10GB

How did you deal with that first import and when it has to get the media info for all those movies out there? That part seems to take forever for me so I don’t even both adding my ACD files.

It took around 20h at 40 something TB Library

Ok. So no secret than as you just let the rclone seeks go off for that first search.

And sorry to hijack the question, but did you just do a bulk import from Radarr? I wasn’t sure the flow to let it “run” to speak. If I do the bulk import, I kinda have to wait to click along.

Radarr import was a bit pain, especially back then as bulk import did not work.
I used normal import and run jquery in console to set all movies to none monitored and click add.

Open radarr in chrome then press F12 for console and do:
$('#add-movies-workspace').find('.x-monitor').val('none')
$('#add-movies-workspace').find('.btn.x-add').click()