2018-10-16 17:14:47 +00:00
|
|
|
# Housekeeper
|
|
|
|
|
2018-11-15 05:34:24 +00:00
|
|
|
Housekeeper is a cleanup tool for Plex environements.
|
|
|
|
|
|
|
|
It requires two things - Plex and PlexPy (now known as Tautulli). It has a option for communicating with Telegram for cleanup purposes.
|
|
|
|
|
|
|
|
Please use the example configuration file for configuration.
|
|
|
|
|
|
|
|
The command line args that can be passed:
|
|
|
|
|
2018-11-15 05:35:24 +00:00
|
|
|
```
|
|
|
|
Usage of ./housekeeper:
|
2018-11-15 05:34:24 +00:00
|
|
|
-c string
|
|
|
|
Configuration to load
|
|
|
|
-check
|
|
|
|
Perform only a check. Do not delete. (default true)
|
|
|
|
-days int
|
|
|
|
days to poll
|
|
|
|
-delete
|
|
|
|
Perform the delete task.
|
|
|
|
-sectionid int
|
2018-11-15 05:35:24 +00:00
|
|
|
pick a section ID
|
|
|
|
```
|