BencodeNET icon indicating copy to clipboard operation
BencodeNET copied to clipboard

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

Results 11 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

The PieceSize property is a long. It appears to me that, by specification, it should always fit into an unsigned 32bit integer, i.e. an uint. It's a minor thing but...

It is entirely possible that I'm misunderstanding something, but I dont get why these two values are different. Keep in mind that I'm not manipulating the file in any way,...