test以后,得到的结果是: /opt/local/bin/flexget --test
2014-01-19 18:01 WARNING manager Config line 2 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 2 is indented too much
2014-01-19 18:01 WARNING manager Config line 3 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 4 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 5 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 6 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Trying to set value for `transmission` in line 6, but it is already defined in line 5!
2014-01-19 18:01 WARNING manager Config line 7 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 8 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 9 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 10 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 11 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 12 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 13 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 14 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 15 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 16 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Trying to set value for `transmission` in line 16, but it is already defined in line 15!
2014-01-19 18:01 WARNING manager Config line 17 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 18 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 19 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 20 has odd (uneven) indentation
2014-01-19 18:01 WARNING manager Config line 21 has odd (uneven) indentation
Another process (PID: 15364) is running, will exit.
If you're sure there is no other instance running, delete /root/.flexget/.config-lock
Last login: Sun Mar 2 21:05:19 2014 from 192.168.1.3
root@LS-WVL1FA:~# /opt/local/bin/flexget -V
1.2.102
You are on the latest release.
root@LS-WVL1FA:~# /opt/local/bin/flexget check
2014-03-02 21:09 INFO check Config passed check.
root@LS-WVL1FA:~# /opt/local/bin/flexget --test
error: too few arguments
usage: flexget [-h] [-V] [--test] [-c CONFIG] [--logfile LOGFILE]
[--loglevel LEVEL] [--bugreport] [--profile [OUTFILE]]
[--debug-warnings]
<command> ...
optional arguments:
-h, --help show this help message and exit
-V, --version Print FlexGet version and exit.
--test Verbose what would happen on normal execution.
-c CONFIG Specify configuration file. Default: config.yml
--logfile LOGFILE, -l LOGFILE
Specify a custom logfile name/location. Default:
flexget.log in the config directory.
--loglevel LEVEL, -L LEVEL
Set the verbosity of the logger. Levels: none,
critical, error, warning, info, verbose, debug, trace
--bugreport Use this option to create a detailed bug report, note
that the output might contain PRIVATE data, so edit
that out
--profile [OUTFILE] Use the python profiler for this run to debug
performance issues.
--debug-warnings elevate warnings to errors for debugging purposes, so
a traceback is shown
commands:
<command>
execute execute tasks now
daemon run continuously, executing tasks according to
schedules defined in config
check validate configuration file and print errors
database utilities to manage the FlexGet database
doc display plugin documentation
movie-queue view and manage the movie queue
plugins print registered plugin summaries
series view and manipulate the series plugin database
rejected list or clear remembered rejections
failed list or clear remembered failures
seen view or forget entries remembered by the seen plugin
archive search and manipulate the archive database
history view the history of entries that FlexGet has accepted
inject inject an entry from command line into tasks
root@LS-WVL1FA:~#