milahu
milahu
lets make this an official BEP, so more clients support it https://wiki.theory.org/BitTorrent_Magnet-URI_Webseeding
example use ``` sqlcipher-password-cracker-opencl --platform 0 --encrypted-db-path crackme.db ``` nix package: [nur.repos.milahu.sqlcipher-password-cracker-opencl](https://github.com/milahu/nur-packages/blob/master/pkgs/development/python-modules/sqlcipher-password-cracker-opencl/default.nix)
make this usable for example in [pyload](https://github.com/pyload/pyload) alternatives https://github.com/noaione/unrar2-cffi https://github.com/markokr/rarfile https://github.com/DataShades/ckanext-unfold
> learn about SQLite file format then generate the pages and write to disk directly. now that kaitai has [serialization](https://github.com/kaitai-io/kaitai_struct/issues/1060) we can use it to write sqlite pages this is...
or document this limitation (and defer to [ratarmount](https://github.com/mxmlnkn/ratarmount#tar-compressions-supported-for-random-access)) ``` $ tarindexer -i test.tar test.tar.idx One dot stands for 1000 indexed files. 1.0% 512.0B/50.0kB ETA: 0s (estimate 0s) 93.0% 46.5kB/50.0kB ETA:...
the webui is not just slow because javascript but also because it has to send a separate api request for each torrent ideally it should take only one api request...
adding a torrent with `POST /torrents` fails with http status 400 and the response text > `{"error_kind":"internal_error","human_readable":"error adding torrent: File exists (os error 17)","status":400,"status_text":"400 Bad Request"}` ... when these cache...
fix #136 based on https://github.com/ikatson/rqbit/commit/d980e295b2a9b90efe84b10115829d3774155224 alternative to #373 packaged in [nur.repos.milahu.rqbit](https://github.com/milahu/nur-packages/blob/master/pkgs/by-name/rq/rqbit/package.nix) building rqbit with rust 1.87 fails with ``` error[E0658]: `let` expressions in this position are unstable --> crates/librqbit_core/src/magnet.rs:41:16 |...
rqbit 8.0.0 throws > error adding magnet:?xt=urn:btih:xxx&x.pe=127.0.0.1:12345 > error adding torrent > no known way to resolve peers (no DHT, no trackers, no initial_peers) i am starting the server with...
early draft to add a FTP storage backend use case: bittorrent reverse proxy running on a fast cache server with limited storage in front of a slow backend server with...