I want to get information from *.torrent files. I've read that I can get a list of files of all torrent, announces, size of each piece and count of pieces.
- Can you advise me a lib or class for php for a server-side program (in the other way, I can do C++/Java desktop utility and upload on server it's output information, so it's suitable too) for easily parsing this info?
- Can I get info about offset and count of pieces for each file? For example, I want to choose only one file from each other. Can I get data for requesting only this file from peers?