librqbit replaces the vendored BitTorrent 4.2.1 tree. Torrents download in place because seeding serves the files it downloaded, so the planned stage-then-move would have broken it. The stall budget now also covers magnet metadata resolution, which otherwise never returns against a dead swarm and wedged the scan. Adds add/rm/import/export, tracing setup, systemd units and README. A successful swarm download is unverified: no reachable peers here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RPyeapneuXrCdojsaiXGbe
8 lines
131 B
Desktop File
8 lines
131 B
Desktop File
[Unit]
|
|
Description=ipx feed scan (one shot)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=%h/.cargo/bin/ipx fetch
|
|
Environment=IPX_LOG=ipx=info
|