Reprogramming qBittorrent to do what I want is maybe a bit too difficult or annoying right now. I did reprogram and compile/build ipwb in the past; I did that to make that archive software output more detailed error info, but that didn't matter much because it didn't add important features. I could perhaps reprogram it to make it add things as raw blocks; that sounds easier to do: >https://raw.githubusercontent.com/oduwsdl/ipwb/refs/heads/master/ipwb/indexer.py >from ipwb.util import iso8601_to_digits14, ipfs_client >ipfs_client().add_bytes(bytes_in)
Possibly as easy as looking at the IPFS Python documentation and seeing what to change with that function to do that...