Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)
Posted: Tue Feb 09, 2010 6:35 am
Greets, I am using 1.0 BETA r1108 with deluge 1.2.0 and am getting an error that I have no idea how to handle at this point. The error reads (show name "is already loaded in deluge, cannot set options.")
My box is set up do that deluge is running under the user deluge.
Here is my config
Here are the results of a flexget --test
And here is the output of flexget --download
From my understanding you can see that deluge has not already loaded the above files. But I really have no clue on how to proceed with this issue. Any and all assistance is greatly welcome. Thanks in advance.
~infinityvoid~
My box is set up do that deluge is running under the user deluge.
Here is my config
Code: Select all
feeds:
tv-shows:
rss: http://www.tvnzb.com/tvnzb_new.rss
series:
settings:
720p:
timeframe: 12 hours
quality: 720p
set:
path: ~/torrents/
movedone: "/mnt/tv/%(series_name)s/Season %(series_season)d/"
label: tv
ratio: 2.0
720p:
- CSI:
exact: yes
- Caprica
- Castle
- Deadliest Catch
- Dexter
- Dirty Jobs
- Doctor Who
- Fifth Gear
- Fringe
- Glee
- Hells Kitchen
- Hung
- Lost
- Man vs. Wild
- Mythbusters
- Paradox
- Stargate Universe
- The Big Bang Theory
- The Daily Show
- The Mentalist
- Top Chef
- Top Gear
- Top Gear Australia
- Torchwood
- True Blood
- V
- White Collar
deluge:
user: flexget
pass: flexpass
Code: Select all
infinityvoid@ubuntu:~/.flexget$ flexget --test
2010-02-08 22:15 INFO manager Test mode, creating a copy from database ...
2010-02-08 22:15 INFO manager Test database created
2010-02-08 22:15 INFO deluge tv-shows Using deluge 1.2 api
2010-02-08 22:15 INFO feed tv-shows Produced 50 entries.
2010-02-08 22:15 INFO series tv-shows Auto enabling exact matching for series Top Gear (reason Top Gear Australia)
2010-02-08 22:15 INFO feed tv-shows Accepted: 0 (Rejected: 8 Undecided: 42 Failed: 0)
2010-02-08 22:15 INFO manager Removed test database
infinityvoid@ubuntu:~/.flexget$ flexget --initdb
2010-02-08 22:15 WARNING manager Database has already been initialized.
2010-02-08 22:15 INFO deluge tv-shows Using deluge 1.2 api
2010-02-08 22:15 INFO feed tv-shows Produced 50 entries.
2010-02-08 22:15 INFO series tv-shows Auto enabling exact matching for series Top Gear (reason Top Gear Australia)
2010-02-08 22:15 INFO feed tv-shows Accepted: 0 (Rejected: 8 Undecided: 42 Failed: 0)
infinityvoid@ubuntu:~/.flexget$ rm db*
infinityvoid@ubuntu:~/.flexget$ flexget --initdb
2010-02-08 22:15 INFO deluge tv-shows Using deluge 1.2 api
2010-02-08 22:15 INFO feed tv-shows Produced 50 entries.
2010-02-08 22:15 INFO series tv-shows Auto enabling exact matching for series Top Gear (reason Top Gear Australia)
2010-02-08 22:15 INFO feed tv-shows Accepted: 5 (Rejected: 0 Undecided: 45 Failed: 0)
2010-02-08 22:15 INFO deluge tv-shows Downloading: Caprica.S01E03.The.Reins.of.A.Waterfall.DD51.720p.WEB-DL.AVC-FUSiON
2010-02-08 22:15 INFO deluge tv-shows Downloading: Castle.2009.S02E15.720p.HDTV.x264-CTU
2010-02-08 22:15 INFO deluge tv-shows Downloading: Fringe.S02E15.Jacksonville.720p.WEB-DL.DD5.1.h.264-TjHD
2010-02-08 22:15 INFO deluge tv-shows Downloading: Man.vs.Wild.S06E12.720p.HDTV.x264-MiRAGETV
2010-02-08 22:16 INFO deluge tv-shows Downloading: The.Big.Bang.Theory.S03E15.720p.HDTV.x264-CTU
2010-02-08 22:16 INFO deluge tv-shows Connecting to daemon at localhost:58846..
2010-02-08 22:16 INFO deluge tv-shows Connected to daemon at localhost:58846..
2010-02-08 22:16 INFO deluge tv-shows Caprica.S01E03.The.Reins.of.A.Waterfall.DD51.720p.WEB-DL.AVC-FUSiON is already loaded in deluge, cannot set options.
2010-02-08 22:16 INFO deluge tv-shows Castle.2009.S02E15.720p.HDTV.x264-CTU is already loaded in deluge, cannot set options.
2010-02-08 22:16 INFO deluge tv-shows Fringe.S02E15.Jacksonville.720p.WEB-DL.DD5.1.h.264-TjHD is already loaded in deluge, cannot set options.
2010-02-08 22:16 INFO deluge tv-shows Man.vs.Wild.S06E12.720p.HDTV.x264-MiRAGETV is already loaded in deluge, cannot set options.
2010-02-08 22:16 INFO deluge tv-shows The.Big.Bang.Theory.S03E15.720p.HDTV.x264-CTU is already loaded in deluge, cannot set options.
2010-02-08 22:16 INFO deluge tv-shows Connection lost to daemon at localhost:58846 reason: Connection was closed cleanly.
Code: Select all
infinityvoid@ubuntu:~/.flexget$ flexget --download
-- Downloads: -----------------------------------------------------------------
2010-02-08 22:34 INFO deluge tv-shows Using deluge 1.2 api
infinityvoid@ubuntu:~/.flexget$
~infinityvoid~