mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Update README.md
This commit is contained in:
parent
b2ccbe42ce
commit
9d1ea91a99
@ -1,13 +1,14 @@
|
||||
|
||||
# JBOPS - Just a Bunch Of Plex Scripts
|
||||
|
||||
|
||||
Most of these scripts utilize a combination of [Tautulli](https://github.com/Tautulli/Tautulli), [python-plexapi](https://github.com/pkkid/python-plexapi), and [requests](http://docs.python-requests.org/en/master/user/install/#install).
|
||||
|
||||
## Usage
|
||||
|
||||
Clone this repo to get started!
|
||||
|
||||
> [!TIP]
|
||||
> Each of the scripts has a help menu that can be displayed with either `-h` or `--help`
|
||||
|
||||
### Docker (with make)
|
||||
|
||||
Edit the config.ini file to include your information.
|
||||
@ -29,6 +30,7 @@ docker run --rm -v .:/usr/src/app jbops python3 utility/library_growth.py -h
|
||||
|
||||
> [!NOTE]
|
||||
> You can either use the config.ini file to configure the scripts or you can edit each of the scripts manually.
|
||||
>
|
||||
> For use of config.ini for common variables please use [plexapi.CONFIG](http://python-plexapi.readthedocs.io/en/latest/configuration.html)
|
||||
> Default location `~/.config/plexapi/config.ini`
|
||||
> ```python
|
||||
@ -47,9 +49,6 @@ Run the scripts
|
||||
python3 utility/library_growth.py -h
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> Each of the scripts has a help menu that can be displayed with either `-h` or `--help`
|
||||
|
||||
### Contact
|
||||
[](https://discord.gg/tQcWEUp) [](https://www.reddit.com/user/Blacktwin/) [](https://forums.plex.tv/u/blacktwin) [](https://github.com/blacktwin/JBOPS/issues/new)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user