Hello, I would like to use RClone with Uptobox on a NAS Synology. I can't find any help installing the service. Can you help me with the procedure please? Rclone is installed and the link (Token) with Uptobox too. But I cannot create the synchronization in a folder of the NAS.
What is your rclone version (output from rclone version)
Latest version on Docker
Which cloud storage system are you using? (eg Google Drive)
I would like to use "Uptobox"
The command you were trying to run (eg rclone copy /tmp remote:tmp)
I don't have the command, it's my question I think
@asdffdsa just an another quesion sorry...
Rclone works fine, but it took a long time to scan files in plex. Are there any parameters that could speed this up?
This is my configuration:
it depends on what settings plex uses to scan media files and settings used for scheduled scans.
for example,
Enable Thumbnail previews - plex will have to scan the entire media file and force rclone to download the entire media file.
Perform extensive media analysis during maintenance - same thing, plex will have to scan the entire media file and force rclone to download the entire media file.
i do not use plex but @VBB might have a suggestion?
--allow-non-empty should be removed, allows for over mounting
When you say the scan takes a long time, how long exactly and how big is your library? Just using the new Plex scanner/agent combo sped things up for me significantly.
For use with Plex, I would not use the --no-modtime flag, btw. It can mess things up during scans, because (at least on GDrive) every file will have the same time and date as the parent folder.
I have 20to on my nas and 3to of series on Uptobox(For now, it's a test with Rclone). When plex (or Emby) scan the library the 20to take 5minutes and the 3to 1hour ... I don't know why
I have the impression that it rescans all the files that are on rclone each time
I don't know what you are running or not running at this point.
If you change paths on plex, it readds the file.
If you change file size, mod time, it analyzes the file.
If the file is already analyzed and none of those things change, it does not analyze it and moves on.
A fully analyzed library on Linux takes seconds to a minute depending on size of the library and your library is rather small.
Now that I think about it, are you using separate libraries for NAS and Uptobox? Do they have overlapping content? I would imagine Plex treating the files on Uptobox as new, if you have the same content on the NAS already and the libraries are the same.
I removed "No modtime" and "allow no empty". But I have the impression that the files which are on Uptobox are constantly updating. I ran two analyzes in a row without touching the library. and yet he reanalyzes everything.
When I am in the explorer and I refresh the files, the time is always the current time (See image, time 13h47, if I refresh the page at 13:50, the file will have the time of 13:50) I think that is why it rescans everything every time
After a few tests, I put the no modtime mode back. And for the moment that makes it work better, the date does not change constantly. I'll see what happens in the long run