How can I edit the contents of a torrent file using C #? Namely, the "description" field is of interest. Found only a library to read the contents, but not changes.
- well, I do not know. torrentlibrary.codeplex.com is google immediately where it says “reading, modification, and writing.” - vitidev
- Can you give an example of working with this library? And in particular, editing the "Description" field? Because of the documentation tab there is nothing about editing a practical one, only reading. - Andrey Fedorov
- 3I can not. I did not understand the torrent files. I just disagreed that nothing is editable. I do not agree, and "there is nothing practical" .. based on the "dock" tab, the file is sorted into a dictionary with elements and lists (in fact DOM), which can be changed and saved. An example of reading and saving is there, the creation of elements too, and the replacement of the existing ones will most likely be prompted by the IDE by the names of the methods .. - vitidev
|