Skip to content

Commit

Permalink
readme: add simple (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz authored Sep 10, 2020
1 parent 0ade0e2 commit 0f840f9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/artifact.yml

This file was deleted.

37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
# plexarr

Simple CLI tool to fix Plex library matches according to Sonarr/Radarr

## Sample Configuration

```yml
plex:
url: https://plex.domain.com
token: your-plex-token
database: /opt/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db

pvr:
radarr:
- name: radarr
url: https://radarr.domain.com
api_key: your-radarr-token
rewrite:
from: /mnt/unionfs/Media/*
to: /data/$1

sonarr:
- name: sonarr
url: https://sonarr.domain.com
api_key: your-sonarr-token
rewrite:
from: /mnt/unionfs/Media/*
to: /data/$1
```
## Sample Commands
`plexarr --pvr sonarr --library TV`

`plexarr --pvr radarr --library Movies`

`plexarr --pvr radarr --library Movies-Action --library Movies-Comedy`

0 comments on commit 0f840f9

Please sign in to comment.