Junk at end of input #65
-
This might not quite belong here, but I'm working off the examples set in full-example.rc, so I'm hoping I'm not too far afield in my question. Previously, I was setting up a watch schedule for torrents dumped into a specific directory. The paths were all hard-coded. Like so:
I thought, "Hey! I can use that nifty
Starting rtorrent, the UI opens, but then I see repeats of
I've double-checked the config file and there is nothing after |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately you've fallen down rtorrent's nesting hell. It might technically be possible to do it in one line, but the easiest thing to do is add another method.insert = cfg.freeleech_download, private|const|string, (cat,(cfg.basedir),"freelech")
schedule2 = watch_freeleech,1,2,"load.normal=(cat,(cfg.watch),\"freeleech/*.torrent\"),d.directory.set=$cfg.freeleech_download=,d.delete_tied=,d.custom1.set=Freeleech" |
Beta Was this translation helpful? Give feedback.
Unfortunately you've fallen down rtorrent's nesting hell. It might technically be possible to do it in one line, but the easiest thing to do is add another
cfg.
method that you can reference without having to usecat
: