mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-18 14:09:43 -05:00
custom summary from config.yml w/ template_variables
This commit is contained in:
@@ -25,6 +25,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 #
|
||||
@@ -64,12 +66,25 @@ templates:
|
||||
anidb:
|
||||
default:
|
||||
limit_anidb: 30
|
||||
summary: A collection of Popular Anime on AniDB
|
||||
summary_anidb: A collection of Popular Anime on AniDB
|
||||
summary: <<summary_<<key>>>>
|
||||
anidb_popular: <<limit_anidb>>
|
||||
|
||||
css:
|
||||
commonsense:
|
||||
default:
|
||||
summary_commonsense: A collection of Common Sense <<library_type>>s. Common Sense recognizes outstanding entertainment with an official seal for quality and impact. Common Sense Selections include age-appropriate media with the potential to spark family conversations, entertain families of all kinds, and have a positive, lasting effect on society.
|
||||
mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamilies<<library_type>>s
|
||||
summary: A collection of Common Sense <<library_type>>s. Common Sense recognizes outstanding entertainment with an official seal for quality and impact. Common Sense Selections include age-appropriate media with the potential to spark family conversations, entertain families of all kinds, and have a positive, lasting effect on society.
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
stevenlu:
|
||||
default:
|
||||
summary_stevenlu: A collection of StevenLu's Most Popular Movies
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
pirated:
|
||||
default:
|
||||
summary_pirated: TorrentFreak.com's Weekly Top Ten Pirated Movies
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
collections:
|
||||
AniDB Popular:
|
||||
@@ -85,7 +100,7 @@ collections:
|
||||
variables:
|
||||
key: commonsense
|
||||
template:
|
||||
- name: css
|
||||
- name: commonsense
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
@@ -93,9 +108,9 @@ collections:
|
||||
StevenLu's Popular Movies:
|
||||
variables:
|
||||
key: stevenlu
|
||||
summary: A collection of StevenLu's Most Popular Movies
|
||||
stevenlu_popular: true
|
||||
template:
|
||||
- name: stevenlu
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
- name: arr
|
||||
@@ -105,8 +120,8 @@ collections:
|
||||
variables:
|
||||
key: pirated
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/top-ten-pirated-movies-of-the-week-torrent-freak-com/
|
||||
summary: TorrentFreak.com's Weekly Top Ten Pirated Movies
|
||||
template:
|
||||
- name: pirated
|
||||
- name: shared
|
||||
allowed_libraries: movie
|
||||
- name: arr
|
||||
|
||||
Reference in New Issue
Block a user