Adding multi files torrents to non-existing folder puts them in "pausing" state

saroos1

Member
May 25, 2018
718
0
16
Hello,

I noticed this strange behavior when adding new torrents. Let's say I have /home/user/downloads as my default rTorrent download location.

When I add

a) new torrent
to /home/user/downloads/newfolder it works, newfolder is created and new torrent is downloading to that particular folder

b) new torrent containing multiple files
to /home/user/downloads/newfolder2 it doesn't work, torrent is in paused state and newfolder2 is not created.

Multifile torrents can not create folders like the single file torrents huh.gif

P.S: umask 000, folder permissions for downloads folder: 777
 

saroos1

Member
May 25, 2018
718
0
16
How come new folder is created when I put single file torrent ?

I tried this script: http://forums.rutorrent.org/index.php?topic=289.msg3115#msg3115

Code:
system.method.set_key=event.download.inserted_new,create_struct,"d.open= ; f.multicall=default,\"execute={sh,/home/<user>/creator.sh,$f.get_frozen_path=}\""
but it doesn't work, I think $f.get_frozen_path is not in use anymore maybe f.frozen_path ? don't know