pyroscope / rtorrent-ps

:art: Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
http://rtorrent-ps.readthedocs.io/
GNU General Public License v2.0
465 stars 43 forks source link

Bad method Key Error #123

Closed ANTiGEN0M closed 4 years ago

ANTiGEN0M commented 4 years ago

Hi, I want to dump all downloaded files into one directory on completion,and add torrents from a watch folder how to do so?

I have this

schedule2 = watch_directory_1,10,10,"load.start=/home/user/rwatch/*.torrent,d.custom1.set=/home/user/processing/"

method.insert = d.data_path, simple, "if=(d.is_multi_file), (cat,(d.directory),/), (cat,(d.directory),/,(d.name))" method.insert = d.move_to_complete, simple, "d.directory.set=$argument.1=; execute=mkdir,-p,$argument.1=; execute=mv,-u,$argument.0=,$argument.1=; d.save_full_session=" method.set_key = event.download.finished,move_complete,"d.move_to_complete=$d.data_path=,$d.custom1="

but it keeps giving me a bad method key error any suggestions?

Thank you