Skip to content

Running

Stefan Cosma edited this page May 4, 2023 · 13 revisions

Default

Run Plexorcist using the following command (if you're in the Plexorcist folder):

./plexorcist.py

If you're running Plexorcist for the first time, it will ask you to configure it. You can also use the --config argument.

Cronjob

You can also set Plexorcist to run as a cronjob, like so:

crontab -e

Add a new line to the cronjob file:

0 */4 * * * /usr/bin/python /path/to/plexorcist/plexorcist.py

In the above example, Plexorcist will run at an interval of 4h.

Available commands

Plexorcist has multiple commands that you can use, for different actions. You can use the --help argument to output all of these commands.

--config

This argument will prompt you to configure Plexorcist. More info can be found here.

--version

This argument will output the current version of Plexorcist installed.