Merge pull request #439 from jwfox5150/master

New lists, overlays
pull/441/head
cpt-kuesel 2 years ago committed by GitHub
commit e72479ae3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,15 @@ templates:
visible_library: true
radarr_add: true
Collection:
optional:
- collection
- movie
tmdb_collection_details: <<collection>>
tmdb_movie: <<movie>>
sync_mode: sync
collection_order: release
collections:
# list-driven
Mindfuck Movies:
@ -53,11 +62,41 @@ collections:
Documentaries:
trakt_list: https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today
tmdb_company:
- 18894
- 6790
- 3507
sync_mode: sync
smart_label: critic_rating.desc
sort_by: title.desc
sort_title: --Documentaries
summary: A collection consisting of the top rated documentary movies from the 80's onward, sorted by critical acclaim.
summary: A collection consisting of documentaries.
url_poster: https://i.imgur.com/Ti5JdFv.jpg
radarr_add: true
radarr_quality: Bluray 1080p with all
Discovery Channel:
tmdb_company: 6790
sync_mode: sync
sort_by: title.desc
sort_title: -Discovery Channel
summary: A collection of movies/documentaries produced by The Discovery Channel.
url_poster: https://github.com/Drapersniper/Posters/raw/main/networks/Discovery/poster.jpg
History Channel:
tmdb_company: 3507
sync_mode: sync
sort_by: title.desc
sort_title: -History Channel
summary: A collection of movies/documentaries produced by The History Channel.
url_poster: https://github.com/Drapersniper/Posters/raw/main/networks/History/poster.jpg
Smithsonian Channel:
tmdb_company: 18894
sync_mode: sync
sort_by: title.desc
sort_title: -Smithsonian Channel
summary: A collection of movies/documentaries produced by The Smithsonian Channel.
url_poster: https://github.com/Drapersniper/Posters/raw/main/networks/Smithsonian%20Channel/poster.jpg
Action Movies:
trakt_list: https://trakt.tv/users/hdlists/lists/action-movies-top-rated-from-1980-to-today
@ -129,7 +168,7 @@ collections:
tmdb_trending_weekly: 100
sort_title: ---Trending
sync_mode: sync
smart_label: year.desc
smart_label: critic_rating.desc
summary: Movies trending across the internet
url_background: https://i.imgur.com/SOVfrIq.png
url_poster: https://i.imgur.com/4vpMZoA.png
@ -188,7 +227,7 @@ collections:
template:
name: Holiday
start_date: 02/01
end_date: 02/29
end_date: 02/28
imdb_list:
- https://www.imdb.com/list/ls000094398/
- https://www.imdb.com/list/ls057783436/

@ -0,0 +1,80 @@
libraries:
Movies:
Movies (4K):
overlay_path:
- file: config/overlays.yml
TV Shows (4K):
overlay_path:
- file: config/overlays.yml
TV Shows:
overlay_path:
- file: config/overlays.yml
settings:
cache: true
cache_expiration: 60
asset_directory:
- //config/assets
asset_folders: true
create_asset_folders: false
show_missing_season_assets: false
sync_mode: append
delete_below_minimum: false
delete_not_scheduled: false
run_again_delay: 0
missing_only_released: false
only_filter_missing: false
show_unmanaged: true
show_filtered: false
show_missing: true
show_missing_assets: true
save_missing: true
tvdb_language: default
ignore_ids:
ignore_imdb_ids:
asset_depth: 0
dimensional_asset_rename: false
show_options: false
minimum_items: 1
download_url_assets: false
default_collection_order:
verify_ssl: true
playlist_sync_to_users: all
show_missing_episode_assets: false
show_asset_not_needed: true
item_refresh_delay: 0
custom_repo:
prioritize_assets: false
playlist_report: true
check_nightly: false
plex:
url: ############
token: ############
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
tmdb:
apikey: ############
language: en
cache_expiration: 60
region:
tautulli:
url: ############
apikey: ############
radarr:
url: ############
token: ############
root_folder_path: /movies
monitor: true
availability: released
quality_profile: ############
tag: ############
search: true
add_existing: false
radarr_path:
plex_path:
add_missing: false
upgrade_existing: false
trakt:
client_id: ############
client_secret: ############

@ -1,58 +0,0 @@
libraries:
Movies:
settings:
cache: true
cache_expiration: 60
asset_directory:
- //config/assets
asset_folders: true
create_asset_folders: false
show_missing_season_assets: false
sync_mode: append
collection_minimum: 1
delete_below_minimum: false
delete_not_scheduled: false
run_again_delay: 0
missing_only_released: false
only_filter_missing: false
show_unmanaged: true
show_filtered: false
show_missing: true
show_missing_assets: true
save_missing: true
tvdb_language: default
ignore_ids:
ignore_imdb_ids:
asset_depth: 0
dimensional_asset_rename: false
show_options: false
playlist_sync_to_user: all
plex:
url: ####
token: ####
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
tmdb:
apikey: ####
language: en
tautulli:
url: ####
apikey: ####
radarr:
url: ####
token: ####
add: false
root_folder_path: ####
monitor: true
availability: ####
quality_profile: ####
tag: pmm
search: true
add_existing: false
radarr_path:
plex_path:
trakt:
client_id: ####
client_secret: #####

@ -0,0 +1,21 @@
overlays:
4K:
plex_search:
all:
resolution: 4K
overlay:
name: 4K
horizontal_offset: 0
horizontal_align: left
vertical_offset: 0
vertical_align: top
HDR:
plex_search:
all:
hdr: true
overlay:
name: HDR
horizontal_offset: 0
horizontal_align: left
vertical_offset: 0
vertical_align: top

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1 @@
image files for overlays.yml must be in /overlays.
Loading…
Cancel
Save