rtorrent-cleanup icon indicating copy to clipboard operation
rtorrent-cleanup copied to clipboard

A script to delete files from your rtorrent download directory that are not referenced in rtorrent.

Results 4 rtorrent-cleanup issues
Sort by recently updated
recently updated
newest added

Feature request: A way to filter the "set of files to deleted" by tracker. Example: ./rtorrent-cleanup.py working_dir download_dir --filter-by-tracker mytracker What I want to solve: Sometimes the mess is so...

When running this script (only tested with the --dry parameter), I get the following error: ``` found 889 downloaded files found 879 rtorrent files Traceback (most recent call last): File...

When trying to run this code. I ran into an issue "RuntimeError: Maximum recursion depth exceeded" return walk(exp, index + endsub) File "/home/bobokun/install/rtorrent-cleanup/bencode.py", line 59, in walk return walk(exp, index...

Something like rtorrent_cleanup.py --delete That way it can be run in automated scripts and such if it didn't need any interaction from the user