Questo progetto verrà utilizzato per controllare se sono presenti nel file locale se non ci sono, invia un messaggio a DownloadService che scarica l'episodio mancante.
Note:
require
volume mounted on Docker
Services | Required |
---|---|
Api | ✅ |
RabbitMQ | ✅ |
example:
#--- Rabbit ---
USERNAME_RABBIT: "guest" #guest [default]
PASSWORD_RABBIT: "guest" #guest [default]
ADDRESS_RABBIT: "localhost" #localhost [default]
#--- API ---
ADDRESS_API: "localhost" #localhost [default]
PORT_API: "33333" #5000 [default]
PROTOCOL_API: "http" or "https" #http [default]
#--- Logger ---
LOG_LEVEL: "Debug|Info|Error" #Info [default]
WEBHOOK_DISCORD_DEBUG: "url" [not require]
#--- General ---
BASE_PATH: "/folder/anime" or "D:\\\\Directory\Anime" #/ [default]
TIME_REFRESH: "60000" <-- milliseconds #120000 [default] 2 minutes
LIMIT_THREAD_PARALLEL: "8" #5 [default]
SELECT_SERVICE: "book or video" #video