johang / btfs

A bittorrent filesystem based on FUSE.
GNU General Public License v3.0
3.87k stars 144 forks source link

Extending it to be a NAS downloader #76

Open razfag opened 2 years ago

razfag commented 2 years ago

I'm wondering of you've got any insights implementing something like this:

I'm thinking of turning it into a library and then python library and build a somewhat general purpose bittorrent client around it (perhaps with django)

johang commented 2 years ago

I think this is possible to do, but currently btfs will start downloading all files once it's mounted.

razfag commented 2 years ago

I'd have to look into the libtorrent docs on how to add that functionality then.

Perhaps a --no-folders option and a --min-filesize one. Too bad that there are no comments :)