Housekeeper/README.md

23 lines
679 B
Markdown
Raw Normal View History

2018-10-16 17:14:47 +00:00
# Housekeeper
2018-11-15 05:35:31 +00:00
Housekeeper is a cleanup tool for Plex environments.
2018-11-15 05:34:24 +00:00
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
2018-11-15 05:39:41 +00:00
Perform only a check. This will send the message out to Telegram with what can be removed. Does not delete. (default true)
2018-11-15 05:34:24 +00:00
-days int
2018-11-15 05:39:41 +00:00
How many days of inactivity to look for on Plex.
2018-11-15 05:34:24 +00:00
-delete
Perform the delete task.
-sectionid int
2018-11-15 05:39:41 +00:00
Plex Section ID
2018-11-15 05:35:24 +00:00
```