Option " --include_non_acting_roles" not working for CLI commands
Closed this issue · 4 comments
Rubeast commented
I was asked in the discord channel to post this here.
On the wiki you can find examples CLI.
https://github.com/l3uddz/traktarr#examples-cli
The last example is:
traktarr movies -t person -a 'tom cruise' --include_non_acting_roles -l 10
When I execute that I receive:
"Error: no such option: --include_non_acting_roles"
Without that option, the command works fine.
But I was looking for a way to add movies from a certain director. (Don't even know if this is the best way)
desimaniac commented
Thanks. I’ll take a look later.
desimaniac commented
The command argument has dashes, not underlines.
traktarr movies --help
--include-non-acting-roles Include non-acting roles such as 'As Himself', 'Narrator', etc.
Requires the 'person' list option with the 'actor' argument.
So it should be:
traktarr movies -t person -a 'tom cruise' --include-non-acting-roles -l 10
desimaniac commented
Corrected the example in the readme. Thanks for pointing it out.
desimaniac commented
As for director search, try -a <director name> -include-non-acting-roles