mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-08 23:02:34 -05:00
initial setup for conversion to git repos
This commit is contained in:
16
Starbase26/Templates/actor_templates.yml
Executable file
16
Starbase26/Templates/actor_templates.yml
Executable file
@@ -0,0 +1,16 @@
|
||||
templates:
|
||||
###########################################################################
|
||||
# Actor related templates:
|
||||
Actor:
|
||||
actor: tmdb
|
||||
tmdb_person: <<person>>
|
||||
tmdb_actor_details: <<person>>
|
||||
sort_title: <<collection_name>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
|
||||
plex_actor:
|
||||
plex_search:
|
||||
any:
|
||||
actor: <<value>>
|
||||
sort_title: <<collection_section>>_<<collection_name>>
|
||||
21
Starbase26/Templates/film_templates.yml
Executable file
21
Starbase26/Templates/film_templates.yml
Executable file
@@ -0,0 +1,21 @@
|
||||
templates:
|
||||
|
||||
###########################################################################
|
||||
# Film related templates:
|
||||
Film:
|
||||
optional:
|
||||
- section
|
||||
- collection
|
||||
- tmdb_movie
|
||||
- trakt_list
|
||||
- tmdb_list
|
||||
- add_missing
|
||||
- collection_section
|
||||
- poster
|
||||
sort_title: <<section>>_<<collection_name>>
|
||||
tmdb_collection_details: <<collection>>
|
||||
tmdb_movie: <<tmdb_movie>>
|
||||
tmdb_list: <<tmdb_list>>
|
||||
collection_order: release
|
||||
radarr_add_missing: <<add_missing>>
|
||||
url_poster: <<poster>>
|
||||
23
Starbase26/Templates/personals_template.yml
Executable file
23
Starbase26/Templates/personals_template.yml
Executable file
@@ -0,0 +1,23 @@
|
||||
templates:
|
||||
|
||||
###########################################################################
|
||||
# Film related templates:
|
||||
Personals:
|
||||
optional:
|
||||
- section
|
||||
- collection
|
||||
- tmdb_movie
|
||||
- trakt_list
|
||||
- tmdb_list
|
||||
- imdb_list
|
||||
- add_missing
|
||||
- collection_section
|
||||
sort_title: <<section>>_<<collection_name>>
|
||||
tmdb_collection_details: <<collection>>
|
||||
tmdb_movie: <<tmdb_movie>>
|
||||
tmdb_list: <<tmdb_list>>
|
||||
trakt_list: <<trakt_list>>
|
||||
imdb_list: <<imdb_list>>
|
||||
collection_order: release
|
||||
radarr_add_missing: <<add_missing>>
|
||||
url_poster: https://github.com/Starbase26/Plex-Meta-Manager-Images/raw/master/personals/<<collection_name_encoded>>.png
|
||||
15
Starbase26/Templates/seasonal_templates.yml
Executable file
15
Starbase26/Templates/seasonal_templates.yml
Executable file
@@ -0,0 +1,15 @@
|
||||
templates:
|
||||
|
||||
Holiday:
|
||||
optional:
|
||||
- section
|
||||
- poster
|
||||
smart_label: title.asc
|
||||
summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday. NOTE: this collection will automatically disappear once the holiday period is over."
|
||||
sort_title: <<section>>_<<collection_name>>
|
||||
run_again: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
sync_mode: sync
|
||||
url_poster: <<poster>>
|
||||
delete_not_scheduled: true
|
||||
Reference in New Issue
Block a user