fsantini

Results 45 comments of fsantini

the sync button has no influence on this script.

Hi, I don't think so, but 192.168.0.0 is not a valid address, in case that's what you are actually using.

I suggest bundling a binary of rclone with the package and then using rclone itself to auto-update from the website.

As far as I understood, rclone can still be used as a normal command-line tool (like curl or rsync). So we don't need to change the configuration file format, we...

https://rclone.org/commands/rclone/ For example I believe that rclone copy would do what we need.

You are right. Rclone does not support download from anonymous links. Mmm this is quite a bummer because it would indeed change the whole approach.

Hi Christian see #100

Ah yes you are right. There is no upload. It's a one-way sync ;) Upload could potentially be implemented with rclone (see #35 ) but we didn't end up going...

Mmm I think that this must be a regression from when we removed the size check for existing books. I feared that something like this would happen. I will look...

I think I checked and couldn't replicate. Curl should avoid downloading a file if it already has the right size. Maybe this happens in cases when byte ranges don't work....