abique / hefur

Standalone C++ BitTorrent tracker
MIT License
190 stars 30 forks source link

torrent name in web output is not torrent file name #16

Closed glenntanner3 closed 8 years ago

glenntanner3 commented 8 years ago

Web page is giving torrent contents file name (in my case a tar.gz file) as the torrent "name", this continues into web URL "http://:6969/file/5_0_1011_v1_1_2015_Sep_20.tar.gz.torrent?info_hash=aa82b3414a7dbb889ffdf15a7b28b75659231927". The torrent file is "5_0_1011_v1_1_2015_Sep_20.torrent", if you have already worked on putting file download in and it's not working this could be why, looking for a file that does not exist.

glenntanner3 commented 8 years ago

Turns out transmission-create "names" the torrent the file. Tested using "mktorrent" with "-n" switch to set name and name field is updating as expected.