parent
559bb0f11e
commit
322455cdb1
@ -0,0 +1,65 @@
|
||||
templates:
|
||||
Resolution:
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: <<overlay_name>>
|
||||
git: PMM/overlays/images/<<overlay>>
|
||||
group: res
|
||||
weight: <<weight>>
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
4K-DV:
|
||||
default:
|
||||
4K: true
|
||||
DV: true
|
||||
allowed_library_types: <<4K>>, <<DV>>
|
||||
|
||||
4K-HDR:
|
||||
default:
|
||||
4K: true
|
||||
HDR: true
|
||||
allowed_library_types: <<4K>>, <<HDR>>
|
||||
|
||||
4K_banner:
|
||||
default:
|
||||
4K_banner: false
|
||||
allowed_library_types: <<4K_banner>>
|
||||
|
||||
4K:
|
||||
default:
|
||||
4K: false
|
||||
allowed_library_types: <<4K>>
|
||||
|
||||
overlays:
|
||||
4K_banner:
|
||||
template:
|
||||
name: 4K_banner
|
||||
overlay:
|
||||
name: 4K_banner
|
||||
plex_search:
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4K'
|
||||
4K:
|
||||
template:
|
||||
name: 4K
|
||||
overlay:
|
||||
name: 4K
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
plex_search:
|
||||
type: episodes
|
||||
all:
|
||||
resolution.regex: '(?i)2160|4K'
|
@ -1,142 +0,0 @@
|
||||
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
|
@ -0,0 +1,209 @@
|
||||
libraries: # Library mappings must have a colon (:) placed after them
|
||||
Movies:
|
||||
metadata_path:
|
||||
- file: config/Movies.yml
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- git: PMM/overlays/imdb_top_250
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- file: config/TV Shows.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
operations:
|
||||
assets_for_all: true
|
||||
Anime:
|
||||
metadata_path:
|
||||
- file: config/Anime.yml
|
||||
settings:
|
||||
asset_directory: config/assets/anime
|
||||
assets_for_all: true
|
||||
sonarr:
|
||||
root_folder_path: /mnt/unionfs/media/anime
|
||||
series_type: anime
|
||||
Kid's TV:
|
||||
metadata_path:
|
||||
- file: config/KidsTV.yml
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
operations:
|
||||
assets_for_all: true
|
||||
sonarr:
|
||||
root_folder_path: /mnt/unionfs/media/kidstv
|
||||
4K Movies:
|
||||
metadata_path:
|
||||
- file: config/Movies.yml
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- git: PMM/overlays/imdb_top_250
|
||||
- file: config/Overlays.yml
|
||||
template_variables:
|
||||
# Which overlay(s) should be used?
|
||||
4K_banner: true
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/movies
|
||||
- config/assets/movie_collections
|
||||
operations:
|
||||
assets_for_all: true
|
||||
radarr:
|
||||
url: http://radarr4k:7878
|
||||
token: <redacted>
|
||||
version: v3
|
||||
root_folder_path: /mnt/media/4kmovies
|
||||
monitor: true
|
||||
availability: released
|
||||
quality_profile: Ultra-HD
|
||||
tag:
|
||||
search: false
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
upgrade_existing: true
|
||||
radarr_path:
|
||||
plex_path:
|
||||
4K TV Shows:
|
||||
metadata_path:
|
||||
- file: config/TV Shows.yml
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- file: config/Overlays.yml
|
||||
template_variables:
|
||||
# Which overlay(s) should be used?
|
||||
4K: true
|
||||
settings:
|
||||
asset_directory:
|
||||
- config/assets/tv_shows
|
||||
- config/assets/tv_show_collections
|
||||
operations:
|
||||
assets_for_all: true
|
||||
sonarr:
|
||||
url: http://sonarr4k:8989
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/media/4ktvshows
|
||||
monitor: all
|
||||
quality_profile: Ultra-HD
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
search: false
|
||||
cutoff_search: false
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
upgrade_existing: true
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
settings: # Can be individually specified per library as well
|
||||
# General Settings
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
run_again_delay: 2
|
||||
save_report: true
|
||||
tvdb_language: eng
|
||||
item_refresh_delay: 0
|
||||
verify_ssl: true
|
||||
custom_repo:
|
||||
check_nightly: false
|
||||
# Asset Settings
|
||||
asset_directory: config/assets
|
||||
asset_folders: true
|
||||
asset_depth: 1
|
||||
create_asset_folders: true
|
||||
prioritize_assets: false
|
||||
dimensional_asset_rename: true
|
||||
download_url_assets: false
|
||||
show_missing_assets: true
|
||||
show_missing_season_assets: false
|
||||
show_missing_episode_assets: false
|
||||
show_asset_not_needed: false
|
||||
# Collection Settings
|
||||
sync_mode: sync
|
||||
minimum_items: 3
|
||||
default_collection_order:
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
missing_only_released: true
|
||||
only_filter_missing: false
|
||||
show_unmanaged: true
|
||||
show_filtered: false
|
||||
show_options: false
|
||||
show_missing: false
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
# Playlist Settings
|
||||
playlist_sync_to_user: all
|
||||
playlist_report: false
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: https://discord.com/api/webhooks/<redacted>/<redacted>
|
||||
version:
|
||||
run_start:
|
||||
run_end: https://discord.com/api/webhooks/<redacted>/<redacted>
|
||||
changes:
|
||||
plex: # Can be individually specified per library as well
|
||||
url: http://plex:32400
|
||||
token: <redacted>
|
||||
timeout: 60
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
tmdb:
|
||||
apikey: <redacted>
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
tautulli: # Can be individually specified per library as well
|
||||
url: http://tautulli:8181
|
||||
apikey: <redacted>
|
||||
radarr: # Can be individually specified per library as well
|
||||
url: http://radarr:7878
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/media/movies
|
||||
quality_profile: Any
|
||||
monitor: true
|
||||
availability: announced
|
||||
search: false
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
upgrade_existing: false
|
||||
tag:
|
||||
radarr_path:
|
||||
plex_path:
|
||||
sonarr: # Can be individually specified per library as well
|
||||
url: http://sonarr:8989
|
||||
token: <redacted>
|
||||
root_folder_path: /mnt/media/tvshows
|
||||
quality_profile: Any
|
||||
monitor: all
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
search: false
|
||||
cutoff_search: false
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
upgrade_existing: false
|
||||
tag:
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
omdb:
|
||||
apikey: <redacted>
|
||||
cache_expiration: 60
|
||||
trakt:
|
||||
client_id: <redacted>
|
||||
client_secret: <redacted>
|
||||
authorization:
|
||||
access_token:
|
||||
token_type:
|
||||
expires_in:
|
||||
refresh_token:
|
||||
scope:
|
||||
created_at:
|
||||
pin:
|
Loading…
Reference in new issue