custom summary from config.yml w/ template_variables

This commit is contained in:
bullmoose20
2022-09-22 17:07:34 -04:00
parent 5286a174ff
commit c0830d0b46
8 changed files with 92 additions and 34 deletions

View File

@@ -26,6 +26,8 @@
# # Available options. Replace "key" with the #
# # desired collection's key from the chart above. #
# #
# # Customize summary of collection #
# summary_key: A collection of ... #
# # Turn the collection on/off #
# use_key: true #
# # Determines collection order in its section #
@@ -68,32 +70,37 @@ templates:
airing:
default:
limit_airing: 100
summary_airing: A collection of shows with episodes airing today
tmdb_airing_today: <<limit_airing>>
summary: A collection of shows with episodes airing today
summary: <<summary_<<key>>>>
air:
default:
limit_air: 100
summary_air: A collection of shows that are still activaly airing episodes.
tmdb_on_the_air: <<limit_air>>
summary: A collection of shows that are still activaly airing episodes
summary: <<summary_<<key>>>>
popular:
default:
limit_popular: 100
summary_popular: A collection of the most watched <<library_type>>s according to TMDb.
tmdb_popular: <<limit_popular>>
summary: A collection of the most watched <<library_type>>s according to TMDb.
summary: <<summary_<<key>>>>
top:
default:
limit_top: 100
summary_top: A collection of the top rated <<library_type>>s according to TMDb.
tmdb_top_rated: <<limit_top>>
summary: A collection of the top rated <<library_type>>s according to TMDb.
summary: <<summary_<<key>>>>
trending:
default:
limit_trending: 100
summary_trending: A collection of <<library_type>>s trending on TMDb
tmdb_trending_weekly: <<limit_trending>>
summary: A collection of <<library_type>>s trending on TMDb
summary: <<summary_<<key>>>>
collections: