You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
3.7 KiB
143 lines
3.7 KiB
3 years ago
|
libraries: # Library mappings must have a colon (:) placed after them
|
||
|
Movies:
|
||
|
metadata_path:
|
||
|
- file: config/Movies.yml
|
||
|
settings:
|
||
|
asset_directory: config/assets/movies
|
||
|
TV Shows:
|
||
|
metadata_path:
|
||
|
- file: config/TV Shows.yml
|
||
|
settings:
|
||
|
asset_directory: config/assets/tv_shows
|
||
|
Anime:
|
||
|
metadata_path:
|
||
|
- file: config/Anime.yml
|
||
|
settings:
|
||
|
asset_directory: config/assets/anime
|
||
|
sonarr:
|
||
|
url: http://sonarr:8989
|
||
|
token: <token>
|
||
|
version: v3
|
||
|
add: false
|
||
|
root_folder_path: /mnt/unionfs/media/anime
|
||
|
monitor: all
|
||
|
quality_profile: Any
|
||
|
language_profile: English
|
||
|
series_type: anime
|
||
|
season_folder: true
|
||
|
tag:
|
||
|
search: false
|
||
|
cutoff_search: false
|
||
|
add_existing: false
|
||
|
Kid's TV:
|
||
|
metadata_path:
|
||
|
- file: config/KidsTV.yml
|
||
|
settings:
|
||
|
asset_directory: config/assets/tv_shows
|
||
|
4K Movies:
|
||
|
metadata_path:
|
||
|
- file: config/Movies.yml
|
||
|
settings:
|
||
|
asset_directory: config/assets/movies
|
||
|
radarr:
|
||
|
url: radarr4k:7878
|
||
|
token: <token>
|
||
|
version: v3
|
||
|
add: false
|
||
|
root_folder_path: /mnt/unionfs/media/4kmovies
|
||
|
monitor: true
|
||
|
availability: released
|
||
|
quality_profile: Remux-2160p
|
||
|
tag:
|
||
|
search: false
|
||
|
4K TV Shows:
|
||
|
metadata_path:
|
||
|
- file: config/TV Shows.yml
|
||
|
settings:
|
||
|
asset_directory: config/assets/tv_shows
|
||
|
sonarr:
|
||
|
url: http://sonarr4k:8989
|
||
|
token: <token>
|
||
|
version: v3
|
||
|
add: false
|
||
|
root_folder_path: /mnt/unionfs/media/4ktvshows
|
||
|
monitor: all
|
||
|
quality_profile: Remux-2160p
|
||
|
language_profile: English
|
||
|
series_type: standard
|
||
|
season_folder: true
|
||
|
tag:
|
||
|
search: false
|
||
|
cutoff_search: false
|
||
|
add_existing: false
|
||
|
settings: # Can be individually specified per library as well
|
||
|
cache: true
|
||
|
cache_expiration: 60
|
||
|
asset_directory: config/assets
|
||
|
asset_folders: true
|
||
|
assets_for_all: true
|
||
|
sync_mode: sync
|
||
|
show_unmanaged: true
|
||
|
show_filtered: false
|
||
|
show_missing: false
|
||
|
save_missing: false
|
||
|
run_again_delay: 2
|
||
|
released_missing_only: false
|
||
|
create_asset_folders: false
|
||
|
missing_only_released: true
|
||
|
collection_minimum: 3
|
||
|
delete_below_minimum: true
|
||
|
notifiarr_collection_creation: false
|
||
|
notifiarr_collection_addition: false
|
||
|
notifiarr_collection_removing: false
|
||
|
plex: # Can be individually specified per library as well
|
||
|
url: http://plex:32400
|
||
|
token: <token>
|
||
|
timeout: 60
|
||
|
clean_bundles: false
|
||
|
empty_trash: false
|
||
|
optimize: false
|
||
|
tmdb:
|
||
|
apikey: <api key>
|
||
|
language: en
|
||
|
tautulli: # Can be individually specified per library as well
|
||
|
url: http://tautulli:8181
|
||
|
apikey: <api key>
|
||
|
radarr: # Can be individually specified per library as well
|
||
|
url: http://radarr:7878
|
||
|
token: <token>
|
||
|
version: v3
|
||
|
add: false
|
||
|
root_folder_path: /mnt/unionfs/media/movies
|
||
|
monitor: true
|
||
|
availability: released
|
||
|
quality_profile: HD-1080p
|
||
|
tag:
|
||
|
search: false
|
||
|
add_existing: false
|
||
|
sonarr: # Can be individually specified per library as well
|
||
|
url: http://sonarr:8989
|
||
|
token: <token>
|
||
|
version: v3
|
||
|
add: false
|
||
|
root_folder_path: /mnt/unionfs/media/tvshows
|
||
|
monitor: all
|
||
|
quality_profile: HD-1080p
|
||
|
language_profile: English
|
||
|
series_type: standard
|
||
|
season_folder: true
|
||
|
tag:
|
||
|
search: false
|
||
|
cutoff_search: false
|
||
|
add_existing: false
|
||
|
trakt:
|
||
|
client_id: <client id>
|
||
|
client_secret: <client secret>
|
||
|
authorization:
|
||
|
access_token: <token>
|
||
|
token_type: Bearer
|
||
|
expires_in: 7889238
|
||
|
refresh_token: <token>
|
||
|
scope: public
|
||
|
created_at: 1633973894
|