-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Torrent being downloaded completely soon after mounted #72
Comments
This is by design. Parts that are read by applications are prioritized, but if there is bandwidth available it will download the rest of the torrent. |
is there any way to change this? |
You can patch the function |
@johang how would you set all the files to priority 0? I'd like to patch this as well to prevent it downloading as soon as it's mounted. |
Look in libtorrents docs (torrent_handle::file_priority(...)). |
@johang thanks, this patch seems to work - note that once a file is accessed it attempts to download the whole thing. Is it possible to set it so it only downloads what is accessed, rather than the whole file?
|
Same problem. There is no point in this utility without the "download files as needed" feature. It's not about the available bandwidth. You can download the torrent using qbittorrent. The point is the available disk space. You need to be able to view a specific file. But qbittorrent can do that too. Therefore, it is very important to download "only some parts" of the file. For example, when previewing video or audio (when searching). It would be nice to use some amount of cache (configurable), which would not save data to disk. For example, provided that the file is viewed by no more than 10 percent. Or work without saving to disk at all. btfs 2.24-1 / archlinux 5.15.3-arch1-1 / spectrwm |
If anyone interested, I've patched btfs to handle the "no fetch" case, where pieces are downloaded only when really needed, no auto-downloading of anything except what's asked to be read through fuse, in a branch here https://github.com/rienafairefr/btfs/tree/no-fetch |
Check out https://github.com/distribyted/distribyted too — solved my problem. |
Well, I'm sorry if this is an invalid bug and this is the default behavior of btfs, but the description in the readme says that the files are downloaded as needed, not all at once.
I am using version 2.24 from the archlinux repository, with kernel 5.11.11 and kde plasma 5.21.3
The text was updated successfully, but these errors were encountered: