Script to list downloads per label

dsouvik215

Member
May 25, 2018
896
0
16
Hello,

I'm using rutorrent with some friends on an Ubuntu VPS. Every user puts his name as label for his downloads. It works like a charm but we're starting to get low on disk space, so I'd like to make a script (perl or whatever) that would :

- list all downloads per users (per labels)
- sort them either by size or by date to send people notifications when they have to remove some files

My question is : where can I fiind a list or a log file listing all the downloaded files and their corresponding label ?
 

das329717

Member
May 25, 2018
928
0
16
I'm using rutorrent with some friends on an Ubuntu VPS. Every user puts his name as label for his downloads
Try to use a normal way - one rtorrent instance for user + quota system + ruTorrent quota plugin.
My question is : where can I fiind a list or a log file listing all the downloaded files and their corresponding label ?
You must make XMLRPC request for rtorrent with methods d.get_name and d.get_custom1.