Hello.
I really can't find any documentation I can understand, just code snippets and I can't get them to work when modifying them.
I want all torrents to be uploaded to Google Drive using the gdrive or megacmd command line tool (it works in general): https://github.com/prasmussen/gdrive
For the sake of example let's stick to gdrive.
I'd love to delete those files afterwards once the upload is finished as well.
The .rtorrent.rc config entry I tried the last time was:
Code:
system.method.set_key = event.download.finished,uploadtodrive, "execute =/usr/local/bin/gdrive,upload,$d.get_base_path="
The normal notation in the terminal would be:
Code:
gdrive upload [file]
or:
Code:
gdrive upload --recursive [folder]
Can anyone please help me or give me a hint? Thank you.
I really can't find any documentation I can understand, just code snippets and I can't get them to work when modifying them.
I want all torrents to be uploaded to Google Drive using the gdrive or megacmd command line tool (it works in general): https://github.com/prasmussen/gdrive
For the sake of example let's stick to gdrive.
I'd love to delete those files afterwards once the upload is finished as well.
The .rtorrent.rc config entry I tried the last time was:
Code:
system.method.set_key = event.download.finished,uploadtodrive, "execute =/usr/local/bin/gdrive,upload,$d.get_base_path="
The normal notation in the terminal would be:
Code:
gdrive upload [file]
or:
Code:
gdrive upload --recursive [folder]
Can anyone please help me or give me a hint? Thank you.