I am trying to setup multiple watch folders. With my current settings, movie and documentary torrents seem to be picked up properly and saved to the right location.
However my TV Show torrents are not being picked up at all. At first I thought I needed an escape character for the space inside "Tv Shows" (eg d.set_directory=/data/Tv\ Shows). However, that did not seem to work.
Here are my current watch settings:
schedule2 = tied_directory,10,10,start_tied=
schedule2 = untied_directory,10,10,close_untied=
schedule2 = watch_directory_1,11,10,"load_start=/data/ToFetch_rtorrent/movies/*.torrent,d.set_directory=/data/Movies"
schedule2 = watch_directory_2,11,10,"load_start=/data/ToFetch_rtorrent/tv_shows/*.torrent,d.set_directory=/data/Tv Shows"
schedule2 = watch_directory_3,11,10,"load_start=/data/ToFetch_rtorrent/documentaries/*.torrent,d.set_directory=/data/Documentaries
Any help would be super appreciated, thanks!