Setting the priority to off before starting the download doesn't work as expected; rTorrent still creates the folder structure and zero sized files for them.

link|improve this question

46% accept rate
feedback

1 Answer

That is an intrinsic part of the BT protocol, since it divides all the files' data concatenated into chunks, and doesn't respect file boundaries. Thus, chunks at the start / end of selected files "leak" into the neighboring files.

What you CAN do is automatically delete the incomplete files when removing the item from the client. Namely for rTorrent, by using rtcontrol --purge.

link|improve this answer
Ok... and what about rTorrent? – cYrus Feb 10 at 22:36
Sorry, I was looking for a built-in solution since it's a basic feature implemented in many clients (but rTorrent I guess...). – cYrus Feb 11 at 11:41
Very likely possible to do it with rT scripting and some f.multicall magic. I'd recommend pre-booking a padded room in the next clinic though, before you go about getting all the escaping right. – pyroscope Feb 11 at 14:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.