-
Heyo! Is it possible to store client (meta)data (like One workaround I've thought of to fix this issue as I currently understand it is to download everything in a temporary directory and then copy it out once the torrent is done, but that feels quite janky. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For storing the metadata separately, override https://pkg.go.dev/github.com/anacrolix/[email protected]/storage#PieceCompletion in your storage configuration. For modifying storage configuration to handle torrents separately, or to change the default paths etc see:
|
Beta Was this translation helpful? Give feedback.
For storing the metadata separately, override https://pkg.go.dev/github.com/anacrolix/[email protected]/storage#PieceCompletion in your storage configuration.
For modifying storage configuration to handle torrents separately, or to change the default paths etc see: