mldonkey-telegram-notifier
Italiano:
Una serie di script per usare la feature di mldonkey chiamata "file_completed_cmd" ed inviare una notifica tramite un BOT telegram all'avvenuto completamento del download di un file.
Per il BOT Telegram mi sono basato sulla seguente guida: https://community.onion.io/topic/499/sending-telegram-messages-via-bots
Tale guida elenca anche uno script per fare pipe di un qualsiasi testo verso un BOT Telegram.
Per usare correttamente lo script bisogna settare la locazione dello script stesso in "downloads.ini" (file di configurazione di mldonkey)
file_completed_cmd = "$path_to/my_file_completed_cmd.sh"
Ho aggiunto anche la possibilitĂ di scaricare automaticamente i sottotitoli (ITA) da OpenSubTitles in caso il file scaricato sia un telefilm in lingua originale. Mi sono servito di questo script Python OpenSubtitlesDownload.
English:
A series of scripts to use the mldonkey feature called "file_completed_cmd" and send a notification via a BOT telegram when a file has been downloaded.
For the Telegram BOT I have based on the following guide: https://community.onion.io/topic/499/sending-telegram-messages-via-bots
This guide also lists a script to pipe any text to a Telegram BOT.
To use the script correctly, set the location of the script in "downloads.ini" (mldonkey configuration file)
file_completed_cmd = "$ path_to / my_file_completed_cmd.sh"
I have also added the ability to automatically download subtitles (ITA) from OpenSubTitles in case the downloaded file is a telefilm in the original language. I used this Python script OpenSubtitlesDownload.