FTW-Entertainment-LLC / Fay-Ray

Fay & Ray are the autonomous bots for AnimeFTW. The bots will download, encode and upload episodes to AnimeFTW as they get released to the nyaa feed.
0 stars 0 forks source link

Seedbox integration #9

Closed hanimayahi closed 8 years ago

hanimayahi commented 8 years ago

Bot-san will be run in two instances, one on the seedbox, the other in the encoding server.

Encoding server:

Seedbox:

Process communication will be done with a API and scp for file sharing

hanimayahi commented 8 years ago

@robotman321 We wouldn't really need an API for such a simple task as is mentioned above, from the encoding server we can just pull a data file regularly from the seedbox, that is updated by the node process running there.

We can make it enter the relevant series & episode data and file locations when the download is complete. Node process on the encoding server will read the file, and start copying the files to be encoded. Thoughts?