Matt Joiner

Results 744 comments of Matt Joiner
trafficstars

Not until I see some uptake in the wild. Currently it appears to be zero.

I've experimented with this in https://github.com/anacrolix/torrent/tree/fs-separate-module.

I'm not currently working on this. I don't recall implementing mounting via magnet links, but it's trivial enough.

Well let me know how you go with this. It's been actively tested in the CI for years now, there's no issues with it as far as I know.

A stand-alone command that mounted a single magnet link would be pretty cool, I think the current implementation here watches a directory of torrents, and possibly a file containing magnets...

@smhmd take a look at https://github.com/anacrolix/torrent/blob/master/fs/test.sh. In the metainfo directory, specified to `cmd/torrentfs`, any files ending in `.magnet` are scanned for a magnet link per line, and those are immediately...

See https://github.com/anacrolix/torrent/issues/688.

We could move the metadata to the torrent level (rather than client-storage-level), for example the default file-oriented storage implementations would store metadata in `fmt.Sprintf(".%x.torrent-metadata.boltdb", infohash)`. After you Drop a Torrent,...

I won't have the time or need for this. It will require operating piece completions on a per-Torrent basis for those storage arrangements that can do that. For example the...