BencodeNET icon indicating copy to clipboard operation
BencodeNET copied to clipboard

.NET library for encoding/decoding bencode and reading/writing torrent files

Results 7 BencodeNET issues
Sort by recently updated
recently updated
newest added

It looks like at lease some torrent trackers require private: 0 to be set explicity. ![image](https://user-images.githubusercontent.com/1249671/123511695-d7222900-d650-11eb-9ff9-4a1166807089.png)

Add possiblity to validate existing files contained in the torrent file

``` System.BadImageFormatException Message : Could not load file or assembly 'System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. Reference assemblies should not be loaded for execution. They can only...

The GetMagnetLink recalculates the InfoHash, but the recalculated InfoHash is different from the OriginalInfoHash that was calculated on initial loading of the file, and so the magnet has a different...

Enhancement
Help wanted

fastresume in the bt_backup directory records the metadata information of the torrent file.

Enhancement