Relates to: #284
We could overwrite the created by field in the torrent file with the value: Torrust Index/v3.0.0
Example torrent file in JSON:
{
"created by": "imdl/0.1.13",
"creation date": 1694545594,
"encoding": "UTF-8",
"info": {
"length": 30,
"name": "torrent-without-private-field.txt",
"piece length": 16384,
"pieces": "<hex>87 F9 9A 42 68 8D AE 18 E5 72 1D 7C 37 7B 88 91 E0 2D 08 9E</hex>"
}
}
UPDATE: I decided not to use the created by field, which has a specific intention. Instead we can add a new field indexed by.
Relates to: #284
We could overwrite the
created byfield in the torrent file with the value:Torrust Index/v3.0.0Example torrent file in JSON:
{ "created by": "imdl/0.1.13", "creation date": 1694545594, "encoding": "UTF-8", "info": { "length": 30, "name": "torrent-without-private-field.txt", "piece length": 16384, "pieces": "<hex>87 F9 9A 42 68 8D AE 18 E5 72 1D 7C 37 7B 88 91 E0 2D 08 9E</hex>" } }UPDATE: I decided not to use the
created byfield, which has a specific intention. Instead we can add a new fieldindexed by.