Im having problems with flexget and its movedone functionality.
Flexget Version:
Code: Select all
ryan@data:~/Downloads$ flexget -V
FlexGet 1.0r1569
Code: Select all
presets:
global:
deluge:
user: ryan
pass: deluge
ratio: 5.0
queuetotop: yes
TV:
series:
settings:
HDTV:
exact: yes
set:
content_filename: "%(series_name)s - S%(series_season)02dE%(series_episode)02d"
path: "/var/cache/deluge"
movedone: "/media/tv/%(series_name)s/Season %(series_season)s/"
HDTV:
- Glee
- South Park
- Stargate Universe
- Supernatural
- Modern Family
- Primeval
- Robot Chicken
- Futurama
- The Simpsons
- House
feeds:
EZRSS:
rss: http://www.ezrss.it/feed/
preset: TV
However, when the torrent completes, The destination directory doesnt get created (At All), and if the directory already exists, the file doesnt get moved.
I'm not sure if this is a bug with deluge or flexget.
I am running Ubuntu 10.10 Maverick Meerkat with Deluge 1.3
(This was working perfectly on Ubuntu 10.04 Lucid Lynx with Deluge 1.2)
Also, does the execute plugin not function at all?
Any help greatly appreciated.