I'm having trouble getting the AutoAdd plugin to reliably apply rules to the watch directories. I set separate movie and tv watch folders so the torrents will have movie/tv labels applied and have a move-when-complete directory set as well. This allows me to use EventGhost to watch each of the directories, copy the files to a temporary movie or tv directory (respectively) so I can keep seeding while theRenamer cleans up the name and adds the movie/episode to my media library. TheRenamer needs to be told whether to scrape movies or TV on launch so it will be treated correctly, which is why I designed this workflow.
Usually, the AutoAdd plugin will work fine the first time but then does not apply either the label or move-when-complete directory options to the next torrent. It's still adding the torrent, but none of the preferences take. I do not have any other watch directories, so this is not an issue where the plugin is being bypassed by a built in feature. I grabbed two random torrents just to generate the log file and recreate this issue. The first one added correctly with the Movies label and is set to move into D:\Unsorted Media\Movies. The second one was added to the queue, but none of the options were applied. Here's the log:
Code: Select all
[DEBUG ] 10:49:02 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 10:49:02 ipcinterface:177 Processing args from other process: ['C:\\Users\\Media\\Dropbox\\downpour\\Movies\\[kickass.to]space.station.76.2014.hdrip.xvid.juggs.etrg (1).torrent']
[DEBUG ] 10:49:02 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 10:49:02 ipcinterface:188 arg: C:\Users\Media\Dropbox\downpour\Movies\[kickass.to]space.station.76.2014.hdrip.xvid.juggs.etrg (1).torrent
[DEBUG ] 10:49:02 ipcinterface:207 Attempting to add file (C:\Users\Media\Dropbox\downpour\Movies\[kickass.to]space.station.76.2014.hdrip.xvid.juggs.etrg (1).torrent) from external source...
[DEBUG ] 10:49:11 gtkui:302 sent: 78.0 KiB recv: 35.8 KiB
[DEBUG ] 10:49:11 gtkui:310 sent rate: 6.3 KiB/s recv rate: 0.8 KiB/s
[DEBUG ] 10:49:21 gtkui:302 sent: 79.4 KiB recv: 39.2 KiB
[DEBUG ] 10:49:21 gtkui:310 sent rate: 0.1 KiB/s recv rate: 0.3 KiB/s
[DEBUG ] 10:49:31 gtkui:302 sent: 81.0 KiB recv: 42.9 KiB
[DEBUG ] 10:49:31 gtkui:310 sent rate: 0.2 KiB/s recv rate: 0.4 KiB/s
[DEBUG ] 10:49:41 gtkui:302 sent: 82.5 KiB recv: 46.3 KiB
[DEBUG ] 10:49:41 gtkui:310 sent rate: 0.1 KiB/s recv rate: 0.3 KiB/s
[DEBUG ] 10:49:51 gtkui:302 sent: 84.0 KiB recv: 49.8 KiB
[DEBUG ] 10:49:51 gtkui:310 sent rate: 0.2 KiB/s recv rate: 0.4 KiB/s
[DEBUG ] 10:50:01 gtkui:302 sent: 85.6 KiB recv: 53.4 KiB
[DEBUG ] 10:50:01 gtkui:310 sent rate: 0.2 KiB/s recv rate: 0.4 KiB/s
[DEBUG ] 10:50:11 gtkui:302 sent: 87.1 KiB recv: 56.9 KiB
[DEBUG ] 10:50:11 gtkui:310 sent rate: 0.2 KiB/s recv rate: 0.4 KiB/s
[DEBUG ] 10:50:21 gtkui:302 sent: 88.5 KiB recv: 60.4 KiB
[DEBUG ] 10:50:21 gtkui:310 sent rate: 0.1 KiB/s recv rate: 0.3 KiB/s
[DEBUG ] 10:50:31 gtkui:302 sent: 90.1 KiB recv: 63.9 KiB
[DEBUG ] 10:50:31 gtkui:310 sent rate: 0.2 KiB/s recv rate: 0.4 KiB/s
[DEBUG ] 10:50:41 gtkui:302 sent: 91.5 KiB recv: 67.3 KiB
[DEBUG ] 10:50:41 gtkui:310 sent rate: 0.1 KiB/s recv rate: 0.3 KiB/s
[DEBUG ] 10:50:51 gtkui:302 sent: 92.9 KiB recv: 70.7 KiB
[DEBUG ] 10:50:51 gtkui:310 sent rate: 0.1 KiB/s recv rate: 0.3 KiB/s
[DEBUG ] 10:50:56 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 10:50:56 ipcinterface:177 Processing args from other process: ['C:\\Users\\Media\\Dropbox\\downpour\\Movies\\[kickass.to]how.to.train.your.dragon.2.2014.1080p.web.dl.x264.ac3.jyk.torrent']
[DEBUG ] 10:50:56 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 10:50:56 ipcinterface:188 arg: C:\Users\Media\Dropbox\downpour\Movies\[kickass.to]how.to.train.your.dragon.2.2014.1080p.web.dl.x264.ac3.jyk.torrent
[DEBUG ] 10:50:56 ipcinterface:207 Attempting to add file (C:\Users\Media\Dropbox\downpour\Movies\[kickass.to]how.to.train.your.dragon.2.2014.1080p.web.dl.x264.ac3.jyk.torrent) from external source...
[DEBUG ] 10:51:01 gtkui:302 sent: 109.3 KiB recv: 75.8 KiB
[DEBUG ] 10:51:01 gtkui:310 sent rate: 1.6 KiB/s recv rate: 0.5 KiB/s
Thanks!