Skip to content

Commit

Permalink
readme: add metadata_separator example and config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Dec 26, 2020
1 parent fa14d0c commit e8665da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ Simple CLI tool to perform Sonnar/Radarr moves based on specific criteria.

```yml
radarr:
database: /opt/radarr/app/radarr.db
url: https://radarr.domain.com
api_key: token
root_folder: /mnt/unionfs/Media/Movies
database: /opt/radarr/app/radarr.db # PVR Database Path
url: https://radarr.domain.com # PVR API URL
api_key: token # PVR API Key
root_folder: /mnt/unionfs/Media/Movies # Root folder items should be "moved" too
metadata_separator: ':' # Seperator in folder names between agent and id, e.g. tvdb:12345 tmdb:12345
sonarr:
database: /opt/sonarr/app/sonarr.db
url: https://sonarr.domain.com
api_key: token
root_folder: /mnt/unionfs/Media/TV
metadata_separator: ':'
```
## Assumptions
Expand Down

0 comments on commit e8665da

Please sign in to comment.