mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-10 18:28:54 -05:00
Updated Movie.yml for Holidays
Fixed the Holiday schedules and runtimes for them to show correctly during the correct dates/times.
This commit is contained in:
parent
fda4ed9246
commit
dc063bce30
@ -14,8 +14,13 @@ templates:
|
|||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
Holiday:
|
Holiday:
|
||||||
url_poster: <<poster>>
|
url_poster: <<poster>>
|
||||||
sort_title: <<collection_name>>
|
sort_title: +++++++_<<collection_name>>
|
||||||
collection_order: release
|
collection_order: release
|
||||||
|
delete_not_scheduled: true
|
||||||
|
run_again: true
|
||||||
|
visible_home: true
|
||||||
|
visible_shared: true
|
||||||
|
sync_mode: sync
|
||||||
Studio:
|
Studio:
|
||||||
plex_search:
|
plex_search:
|
||||||
studio: <<studio>>
|
studio: <<studio>>
|
||||||
@ -171,8 +176,9 @@ collections:
|
|||||||
# Holliday Collections #
|
# Holliday Collections #
|
||||||
###########################
|
###########################
|
||||||
Christmas:
|
Christmas:
|
||||||
|
schedule: range(12/01-12/31)
|
||||||
template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443}
|
template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443}
|
||||||
sort_title: +++++_
|
sort_title: +++++_Christmas
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
||||||
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
|
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
|
||||||
@ -186,7 +192,8 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls097998599/
|
- https://www.imdb.com/list/ls097998599/
|
||||||
summary: Christmas film is a genre that revolves around the plot involving Christmas.
|
summary: Christmas film is a genre that revolves around the plot involving Christmas.
|
||||||
Halloween:
|
Halloween:
|
||||||
sort_title: +++++_
|
schedule: range(10/01-10/31)
|
||||||
|
sort_title: +++++_Halloween
|
||||||
template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218}
|
template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218}
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/kairbear08/lists/halloween
|
- https://trakt.tv/users/kairbear08/lists/halloween
|
||||||
@ -195,28 +202,33 @@ collections:
|
|||||||
- https://trakt.tv/users/roswellgeek/lists/halloween
|
- https://trakt.tv/users/roswellgeek/lists/halloween
|
||||||
summary: Halloween film is a genre that revolves around the plot involving Halloween.
|
summary: Halloween film is a genre that revolves around the plot involving Halloween.
|
||||||
New Year's Eve Movies:
|
New Year's Eve Movies:
|
||||||
sort_title: +++++_
|
schedule: range(12/26-01/05)
|
||||||
|
sort_title: +++++_New_Year
|
||||||
template: {name: Holiday, holiday: "New Year's Eve"}
|
template: {name: Holiday, holiday: "New Year's Eve"}
|
||||||
imdb_list: https://www.imdb.com/list/ls066838460/
|
imdb_list: https://www.imdb.com/list/ls066838460/
|
||||||
Valentine's Day Movies:
|
Valentine's Day Movies:
|
||||||
sort_title: +++++_
|
schedule: range(02/01-02/14)
|
||||||
|
sort_title: +++++_Valentine
|
||||||
template: {name: Holiday, holiday: "Valentine's Day"}
|
template: {name: Holiday, holiday: "Valentine's Day"}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls000094398/
|
- https://www.imdb.com/list/ls000094398/
|
||||||
- https://www.imdb.com/list/ls057783436/
|
- https://www.imdb.com/list/ls057783436/
|
||||||
- https://www.imdb.com/list/ls064427905/
|
- https://www.imdb.com/list/ls064427905/
|
||||||
St. Patrick's Day Movies:
|
St. Patrick's Day Movies:
|
||||||
sort_title: +++++_
|
schedule: range(03/01-03/17)
|
||||||
|
sort_title: +++++_St_Patrick
|
||||||
template: {name: Holiday, holiday: "St. Patrick's Day"}
|
template: {name: Holiday, holiday: "St. Patrick's Day"}
|
||||||
imdb_list: https://www.imdb.com/list/ls063934595/
|
imdb_list: https://www.imdb.com/list/ls063934595/
|
||||||
Thanksgiving Movies:
|
Thanksgiving Movies:
|
||||||
sort_title: +++++_
|
schedule: range(10/01-10/31)
|
||||||
|
sort_title: +++++_Thanksgiving
|
||||||
template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/112251}
|
template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/112251}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls000835734/
|
- https://www.imdb.com/list/ls000835734/
|
||||||
- https://www.imdb.com/list/ls091597850/
|
- https://www.imdb.com/list/ls091597850/
|
||||||
Easter Movies:
|
Easter Movies:
|
||||||
sort_title: +++++_
|
schedule: range(3/22-4/25)
|
||||||
|
sort_title: +++++_Easter
|
||||||
template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/60970}
|
template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/60970}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls062665509/
|
- https://www.imdb.com/list/ls062665509/
|
||||||
@ -260,4 +272,4 @@ collections:
|
|||||||
template: {name: Special Genre}
|
template: {name: Special Genre}
|
||||||
sort_title: ++++++++_
|
sort_title: ++++++++_
|
||||||
trakt_list: https://trakt.tv/users/justin/lists/imdb-top-rated-movies
|
trakt_list: https://trakt.tv/users/justin/lists/imdb-top-rated-movies
|
||||||
summary: "Top Rated Movies"
|
summary: "Top Rated Movies"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user