- Use dynamic collection for holidays

- Add metadata files, mark TV shows with what season they aired
This commit is contained in:
nharris
2023-02-10 13:00:29 -07:00
parent 4f3319843e
commit e427f0b248
6 changed files with 1514 additions and 148 deletions

View File

@ -41,18 +41,6 @@ templates:
visible_shared: true
visible_home: true
Holiday:
default:
level: ""
optional:
- poster_url
sort_title: 03_+<<level>>_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: never
visible_library: true
url_poster: <<poster_url>>
Chart:
default:
level: ""

View File

@ -74,3 +74,51 @@ templates:
all:
network: <<value>>
Per_Holiday:
default:
level: ""
sync_mode: sync
sync_mode_<<key>>: <<sync_mode>>
sort_by: title.asc
sort_by_<<key>>: <<sort_by>>
schedule_<<key>>: <<schedule>>
limit_<<key>>: <<limit>>
tmdb_collection_<<key>>: <<tmdb_collection>>
tmdb_movie_<<key>>: <<tmdb_movie>>
imdb_list_<<key>>: <<imdb_list>>
trakt_list_<<key>>: <<trakt_list>>
mdblist_list_<<key>>: <<mdblist_list>>
summary_<<key>>: <<seasonal_summary>>
name_<<key>>: <<seasonal_name>>
emoji_<<key>>: <<emoji>>
optional:
- poster_url
- schedule
- tmdb_collection
- tmdb_movie
- limit
- imdb_list
- trakt_list
- mdblist_list
smart_label:
sort_by: <<sort_by_<<key>>>>
limit: <<limit_<<key>>>>
all:
label: <<smart_label>>
schedule: <<schedule_<<key>>>>
delete_not_scheduled: true
sync_mode: <<sync_mode_<<key>>>>
tmdb_collection: <<tmdb_collection_<<key>>>>
tmdb_movie: <<tmdb_movie_<<key>>>>
imdb_list: <<imdb_list_<<key>>>>
trakt_list: <<trakt_list_<<key>>>>
mdblist_list: <<mdblist_list_<<key>>>>
cache_builders: 1
summary: <<summary_<<key>>>>
name: <<emoji_<<key>>>><<name_<<key>>>>
sort_title: 03_+<<level>>_<<collection_name>>
visible_shared: true
visible_home: true
collection_order: custom
url_poster: <<poster_url>>