ryelogheat / xpbot

Analyze a media file, identify the TMDB/IMDB, and generate all the necessary info to upload a torrent to a private tracker using the UNIT3D codebase
56 stars 27 forks source link

nfo_file not uploading. #36

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi I get my tracker working all fine, but .nfo is not uploaded. Neither by autodetect or if I give the path to .nfo file.

ryelogheat commented 2 years ago

I disabled the inclusion of a nfo file/text in the final upload POST request because it kept failing on BHD & BLU. I don't know if that's since been fixed or if it was ever broken on other sites.

But if you want to try & enable nfo uploads, you can try uncommenting the following lines in auto_upload.py 1423, 1425 (I think line 1424 was an unfinished comment so you can probably just delete that line)

https://github.com/ryelogheat/xpbot/blob/master/auto_upload.py#L1422 (this is where the commented out code starts)

ghost commented 2 years ago

Didn't make it work on mine tracker, so it may be UNIT3D now, because it used to work. I'll try a pristine tracker.

ghost commented 2 years ago

It did not work on a pristine tracker.

ghost commented 2 years ago

Need to put this under requirement in site json-file

"nfo": "file",