Merge pull request #389 from MountainGod2/master

Created mountaingod2 config folder
pull/390/head^2
cpt-kuesel 2 years ago committed by GitHub
commit eb392e2675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,55 @@
#############################################################
# Stoner Collection #
# Created by MountainGod2 #
#############################################################
# Call this from your config.yml (Movie only) #
# If nothing is specified these are the defaults #
# #
# metadata_path: #
# - git: mountaingod2/stonerfilms #
# template_variables: #
# # Turn the separator collection on/off #
# use_separator: false #
# # Turn the April 20 (4/20) collection on/off #
# schedule_420: range(04/15-04/24) #
# # Sets how the collection is sorted #
# sort_by: title.asc #
# # Sets the collection mode of the collection #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: "00" #
#############################################################
external_templates:
git: PMM/templates
templates:
Holiday:
default:
sort_by: title.asc
visible_home_<<season>>: true
visible_shared_<<season>>: true
optional:
- schedule_<<season>>
- visible_library_<<season>>
schedule: <<schedule_<<season>>>>
visible_library: <<visible_library_<<season>>>>
visible_home: <<visible_home_<<season>>>>
visible_shared: <<visible_shared_<<season>>>>
smart_label: <<sort_by>>
summary: A collection of <<collection_name>> and other movies that may relate to the season.
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/seasonal/<<season>>.jpg
delete_not_scheduled: true
collections:
Seasonal Collections:
template:
- name: separator off
separator: seasonal
420:
template:
- name: Holiday
season: 420
schedule_420: range(04/16-04/24)
- name: shared
imdb_list: https://www.imdb.com/list/ls075204988/
Loading…
Cancel
Save