If you've not already downloaded a lot of stuff you could wipe the flexget database and start over by issuing the following command:
Code: Select all
sudo -u deluge rm /var/lib/deluge/.flexget/db-config.sqlite
Ian.
Code: Select all
sudo -u deluge rm /var/lib/deluge/.flexget/db-config.sqlite
It starts oki:Ian wrote:Code: Select all
sudo -u deluge rm /var/lib/deluge/.flexget/db-config.sqlite
Code: Select all
a70109@ubuntu:~$ sudo -u deluge rm /var/lib/deluge/.flexget/db-config.sqlite
[sudo] password for a70109:
a70109@ubuntu:~$ sudo -H -u deluge flexget -v
2011-10-24 22:15 INFO manager Running database cleanup.
2011-10-24 22:15 VERBOSE details House Produced 30 entries.
2011-10-24 22:15 VERBOSE details House Summary - Accepted: 0 (Rejected: 0 Undecided: 30 Failed: 0)
2011-10-24 22:15 VERBOSE verbose House UNDECIDED: `House 8x3 [720P - HDTV - DIMENSION]`
2011-10-24 22:15 VERBOSE verbose House UNDECIDED: `House 8x3 [HDTV - LOL]`
2011-10-24 22:15 VERBOSE verbose House UNDECIDED: `House 8x2 [720P - HDTV - DIMENSION]`
2011-10-24 22:15 VERBOSE verbose House UNDECIDED: `House 8x2 [HDTV - LOL]`
2011-10-24 22:15 VERBOSE verbose House UNDECIDED: `House 8x1 [720P - HDTV - DIMENSION]`
2011-10-24 22:15 VERBOSE verbose House UNDECIDED: `House 8x1 [HDTV - LOL]`
Code: Select all
2011-10-24 22:16 VERBOSE verbose Burn Notice UNDECIDED: `Burn Notice 3x12 [HDTV - FQM]`
2011-10-24 22:16 VERBOSE verbose Burn Notice UNDECIDED: `Burn Notice - Friendly Fire 3x11 [HDTV - FQM]`
2011-10-24 22:16 VERBOSE verbose Burn Notice UNDECIDED: `Burn Notice - A Dark Road 3x10 [HDTV - FQM]`
2011-10-24 22:16 VERBOSE verbose Burn Notice UNDECIDED: `Burn Notice 3x6 [HDTV - FQM]`
2011-10-24 22:16 INFO verbose About undecided entries: They were created by input plugins but were not accepted because no (filter) plugin accepted them. If you want them to reach output, configure filters.
Code: Select all
presets:
tv:
series:
settings:
720p:
timeframe: 6 hours
quality: 720p
set:
movedone: "/home/a70109/torrents/%(series_name)s/Season %(series_season)s/"
HDTV:
quality: hdtv
set:
movedone: "/home/a70109/torrents/%(series_name)s/Season %(series_season)s/"
720p:
- CSI:
exact: yes
- Bones
- House
HDTV:
- CSI New York:
exact: yes
- CSI NY:
set:
movedone: "/home/a70109/torrents/CSI New York/Season %(series_season)s/"
- Star Wars The Clone Wars:
set:
movedone: "/home/a70109/torrents/%(series_name)s/Season %(series_season)s/"
YES! I've missed something. I think I have corrected all indention-errors now. I have uploaded my config. Feel free to check it.Ian wrote:Does this make sense?
Code: Select all
a70109@ubuntu:~$ sudo -H -u deluge flexget -v
2011-10-24 23:48 CRITICAL feed House Feed 'House' has configuration errors:
2011-10-24 23:48 ERROR feed House series [/dict:deluge] must be a `list` value
2011-10-24 23:48 ERROR feed House series [/dict:deluge] got a dict instead of list
2011-10-24 23:48 ERROR feed House series [/dict:settings/dict:HDTV/dict:HDTV] key 'HDTV' is not recognized
2011-10-24 23:48 ERROR feed House series [/dict:settings/dict:HDTV/dict:720p] key '720p' is not recognized
2011-10-24 23:48 INFO feed House Aborting feed (plugin: None)
Code: Select all
720p:
- CSI:
exact: yes
- Bones
- House
HDTV:
- CSI New York:
exact: yes
- CSI NY:
set:
movedone: "/home/a70109/torrents/CSI New York/Season %(series_season)s/"
- Star Wars The Clone Wars:
set:
movedone: "/home/a70109/torrents/Star Wars The Clone Wars/Season %(series_season)s/"
I agree!!Ian wrote:Nearly there!
Code: Select all
a70109@ubuntu:~$ sudo -H -u deluge flexget -v
2011-10-27 00:23 CRITICAL manager while parsing a block mapping
in "/var/lib/deluge/.flexget/config.yml", line 5, column 9
expected <block end>, but found '-'
in "/var/lib/deluge/.flexget/config.yml", line 15, column 9
-------------------------------------------------------------------------------
Malformed configuration file, common reasons:
-------------------------------------------------------------------------------
o Indentation error
o Missing : from end of the line
o Non ASCII characters (use UTF8)
o If text contains any of :[]{}% characters it must be single-quoted (eg. value{1} should be 'value{1}')
Reason: expected <block end>, but found '-'
Check configuration near line 4, column 8
Check configuration near line 14, column 8
Fault is almost always in one of these lines or previous ones
Code: Select all
presets:
tv:
series:
settings: Line 4
720p: Line 5
timeframe: 6 hours
quality: 720p
set:
movedone: '/home/a70109/torrents/%(series_name)s/Season %(series_season)s/'
HDTV:
quality: hdtv
set:
movedone: '/home/a70109/torrents/%(series_name)s/Season %(series_season)s/' Line 14
- CSI New York: Line 15
exact: yes
- CSI Miami:
exact: yes
- Burn Notice:
exact: yes
- EZRSS:
exact: yes
720p:
- Bones:
exact: yes
- House:
exact: yes
deluge:
path: /home/a70109/torrents/incomplete/
I actually have it working now. Well, I have to see if the cronjob-thing is actually working and also I'm struggling a little with the email-thing. And then there is the automatically move of the files to my NAS....something to do with permissions I think...Ian wrote:...You're SO close!![]()
...I can imagine you're finding this whole episode very furstrating. Believe me, I went through the same pain. However, once you've cracked it you'll appreciate its flexibility.![]()
If you disagree then blame the developer, not me![]()
Code: Select all
sudo chmod 777 /thedestinationfolder
Well. I've had a little more progress since last we "talked". Now the server have been downloading automatically!!Ian wrote:With the permission thing, for now, set the folder so "everyone" can write to it:Tell me about the email thing and I'll try my best to help you.Code: Select all
sudo chmod 777 /thedestinationfolder
Code: Select all
presets:
tv:
series:
settings:
720p:
timeframe: 6 hours
quality: 720p
set:
movedone: "/media/nas/%(series_name)s/Season %(series_season)s/"
HDTV:
quality: hdtv
set:
movedone: "/media/nas/torrents/%(series_name)s/Season %(series_season)s/"
HDTV:
- CSI Miami:
exact: yes
- CSI New York:
exact: yes
- Burn Notice:
exact: yes
- House:
exact: yes
- Bones:
exact: yes
- Top Gear:
exact: yes
deluge:
path: /home/a70109/torrents/incomplete/