Replies: 4 comments 4 replies
-
|
I have never used this tool, but I'd like to test it before studying a way to implement it. I already have an idea on how to implement this... but in first I'd like to know more about. I use Debian. Please provide me some examples. |
Beta Was this translation helpful? Give feedback.
-
|
@dacampsss While I agree that the download speed could be improved, the real issue here is that kdenlive does not support AppImageUpdate With that method updates only take a franction and you don't download the entire appimage over and over, we actually have a fork of appimageupdatetool where you can see a simple benchmark of me updating CPU-X and using only 2.65 MIB |
Beta Was this translation helpful? Give feedback.
-
|
@Samueru-sama Does AM already support appimageupdatetool flow for partial downloads? I see it in some of the install scripts, but it seems like it still does wget for downloads. I thought zsync was the tool recommended for partial downloads? I tested probono's zsync2 to update some appimage and it worked well. Only needed to download 20%-30% of the file (maybe even less for small updates). Saves huge amounts of bandwidth. @dacampsss Using aria2 may not be a good idea, as it will blast servers with multiple simultaneous partial download connections and may result in temporary IP bans for some users. Also, it still has to download the entire file. |
Beta Was this translation helpful? Give feedback.
-
|
I see, the wget command will just skip the download if the file is of equal size to the remote file. Looks like appimageupdatetool is very similar to zsync2 in code, and does a pretty good job. Nice. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
For some reason, for example, to download Kdenlive from their servers right now is a real challenge here where I live. I think parallel downloading using aria2 would ofc increase this process.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions