We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to add other watch directory.
I have watch2 in ~/rtorrent/watch2
schedule = watch_directory_2,5,5,((load.start,(cat,(cfg.watch),"watch2/,"*.torrent")))
This fails.
The text was updated successfully, but these errors were encountered:
Try this instead. You should have a method.insert for cfg.basedir already setup.
method.insert
cfg.basedir
method.insert = cfg.watch, private|const|string, (cat,(cfg.basedir),"watch/") method.insert = cfg.watch2, private|const|string, (cat,(cfg.basedir),"watch2/") directory.watch.added = (cat,(cfg.watch)), load.start directory.watch.added = (cat,(cfg.watch2)), load.start
Sorry, something went wrong.
No branches or pull requests
I am unable to add other watch directory.
I have watch2 in ~/rtorrent/watch2
schedule = watch_directory_2,5,5,((load.start,(cat,(cfg.watch),"watch2/,"*.torrent")))
This fails.
The text was updated successfully, but these errors were encountered: