-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml.template
637 lines (636 loc) · 20.6 KB
/
config.yml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
# yaml-language-server: $schema=https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
libraries:
4K Movies:
report_path: /config/reports/4kmovies.yml
settings:
asset_directory:
- config/assets/movies
- config/assets/movie_collections
operations:
assets_for_all: true
split_duplicates: true
delete_collections:
managed: false
configured: false
less: 3
template_variables:
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
use_separator: false
collection_files:
# Custom collections - https://kometa.wiki/en/latest/files/collections/
- file: config/movies.yml
schedule: weekly(sunday)
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
- default: basic
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
- default: content_rating_cs
template_variables:
item_label: kids
include:
- 1
- 2
- 3
- 4
- 5
- 6
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/movie/decade/
- default: decade
schedule: weekly(friday)
template_variables:
limit: 20
exclude:
- 1920
- 1930
- 1940
- 1950
- 1960
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
- default: emmy
schedule: monthly(30)
template_variables:
data:
starting: current_year-5
ending: current_year-1
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
- default: imdb
schedule: monthly(1)
template_variables:
use_all: false
use_top: true
# StevenLu's Popular, Top 10 Pirated, and Common Sense - https://kometa.wiki/en/latest/defaults/chart/other/
- default: other_chart
schedule: weekly(wednesday)
template_variables:
use_all: false
use_stevenlu: true
use_commonsense: true
use_pirated: true
# Oscar winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/oscars/
- default: oscars
schedule: monthly(15)
template_variables:
use_best_picture: false
use_best_director: false
data:
starting: current_year-5
ending: current_year-1
# Create seasonal collections based on holidays - https://kometa.wiki/en/latest/defaults/movie/seasonal/
- default: seasonal
schedule: weekly(thursday)
template_variables:
limit: 100
use_all: false
use_years: true
use_valentine: true
use_patrick: true
use_easter: true
use_mother: true
use_independence: true
use_halloween: true
use_veteran: true
use_thanksgiving: true
use_christmas: true
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
- default: tautulli
schedule: weekly(monday)
template_variables:
list_days: 7
summary_popular: "A collection of movies Popular on Plex for the last week."
summary_watched: "A collection of Top movies Watched on Plex for the last week."
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
- default: trakt
template_variables:
limit: 20
use_all: false
use_popular: true
use_trending: true
use_watched: true
overlay_files:
- reapply_overlays: false
# Add a 4K* + Edition to the top left - https://kometa.wiki/en/latest/defaults/overlays/resolution/
- default: resolution
template_variables:
use_all: false
use_edition: true
use_4k: true
use_4k_hdr: true
use_4k_dv: true
use_4k_plus: true
use_4k_dvhdr: true
use_4k_dvhdrplus: true
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
- default: ribbon
template_variables:
use_all: false
use_oscars: true
use_emmys: true
use_imdb: true
radarr:
url: 'http://radarr4k:7878'
token: <redacted>
root_folder_path: /mnt/unionfs/media/4kmovies
monitor: true
availability: announced
quality_profile: Ultra-HD
tag: kometa
search: false
add_missing: false
add_existing: false
upgrade_existing: false
radarr_path: null
plex_path: null
ignore_cache: false
monitor_existing: false
Movies:
report_path: /config/reports/movies.yml
settings:
asset_directory:
- config/assets/movies
- config/assets/movie_collections
operations:
assets_for_all: true
delete_collections:
managed: false
configured: false
less: 3
template_variables:
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
use_separator: false
collection_files:
# Custom collections - https://kometa.wiki/en/latest/files/collections/
- file: config/movies.yml
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
- default: basic
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
- default: content_rating_cs
template_variables:
sort_by: title.asc
item_label: kids
include:
- 1
- 2
- 3
- 4
- 5
- 6
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/movie/decade/
- default: decade
template_variables:
limit: 20
exclude:
- 1920
- 1930
- 1940
- 1950
- 1960
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
- default: emmy
schedule: monthly(30)
template_variables:
data:
starting: current_year-5
ending: current_year-1
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
- default: imdb
schedule: monthly(1)
template_variables:
use_all: false
use_top: true
# Oscar winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/oscars/
- default: oscars
template_variables:
use_best_picture: false
use_best_director: false
data:
starting: current_year-5
ending: current_year-1
# StevenLu's Popular, Top 10 Pirated, and Common Sense - https://kometa.wiki/en/latest/defaults/chart/other/
- default: other_chart
template_variables:
use_all: false
use_stevenlu: true
use_commonsense: true
use_pirated: true
# Create seasonal collections based on holidays - https://kometa.wiki/en/latest/defaults/movie/seasonal/
- default: seasonal
schedule: weekly(thursday)
template_variables:
limit: 100
use_all: false
use_years: true
use_valentine: true
use_patrick: true
use_easter: true
use_mother: true
use_independence: true
use_halloween: true
use_veteran: true
use_thanksgiving: true
use_christmas: true
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
- default: tautulli
template_variables:
list_days: 7
summary_popular: "A collection of movies Popular on Plex for the last week."
summary_watched: "A collection of Top movies Watched on Plex for the last week."
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
- default: trakt
template_variables:
limit: 20
use_all: false
use_popular: true
use_trending: true
use_watched: true
overlay_files:
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
- default: ribbon
template_variables:
use_all: false
use_oscars: true
use_emmys: true
use_imdb: true
4K TV Shows:
report_path: /config/reports/4ktvshows.yml
settings:
asset_directory:
- config/assets/tvshows
- config/assets/tvshow_collections
operations:
delete_collections:
managed: false
configured: false
less: 3
template_variables:
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
use_separator: false
collection_files:
# Custom collections - https://kometa.wiki/en/latest/files/collections/
- file: config/tvshows.yml
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
- default: basic
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
- default: tautulli
template_variables:
list_days: 7
summary_popular: "A collection of shows Popular on Plex for the last week."
summary_watched: "A collection of Top shows Watched on Plex for the last week."
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
- default: imdb
schedule: monthly(1)
template_variables:
use_all: false
use_top: true
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
- default: trakt
template_variables:
limit: 20
use_all: false
use_popular: true
use_trending: true
use_watched: true
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
- default: emmy
template_variables:
data:
starting: current_year-5
ending: current_year-1
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/show/decade/
- default: decade
template_variables:
limit: 20
exclude:
- 1920
- 1930
- 1940
- 1950
- 1960
- default: network
overlay_files:
# Add a banner to the top of the show poster that states whether the show is airing, returning, cancelled, or ended - https://kometa.wiki/en/latest/defaults/overlays/status/
- default: status
template_variables:
horizontal_align: center
vertical_align: top
vertical_offset: 0
horizontal_offset: 0
back_height: 85
back_width: 1100
font: config/fonts/Avenir_95_Black.ttf
font_size: 60
back_color_airing: '#016920'
back_color_returning: '#81007F'
back_color_canceled: '#B52222'
back_color_ended: '#000847'
# Add a 4K* to the top left of the show poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
- default: resolution
template_variables:
use_all: false
use_edition: true
use_4k: true
use_4k_hdr: true
use_4k_dv: true
use_4k_plus: true
use_4k_dvhdr: true
use_4k_dvhdrplus: true
# Add a 4K* to the top left of the season poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
- default: resolution
template_variables:
builder_level: season
use_all: false
use_edition: true
use_4k: true
use_4k_hdr: true
use_4k_dv: true
use_4k_plus: true
use_4k_dvhdr: true
use_4k_dvhdrplus: true
# Add a 4K* to the top left of the episode poster - https://kometa.wiki/en/latest/defaults/overlays/resolution/
- default: resolution
template_variables:
builder_level: episode
use_all: false
use_edition: true
use_4k: true
use_4k_hdr: true
use_4k_dv: true
use_4k_plus: true
use_4k_dvhdr: true
use_4k_dvhdrplus: true
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
- default: ribbon
template_variables:
use_all: false
use_oscars: true
use_emmys: true
use_imdb: true
sonarr:
url: 'http://sonarr4k:8989'
token: <redacted>
root_folder_path: /mnt/unionfs/media/4ktvshows
monitor: all
quality_profile: Ultra-HD
language_profile: English
series_type: standard
season_folder: true
tag: kometa
search: false
cutoff_search: false
add_existing: false
add_missing: false
upgrade_existing: false
sonarr_path: null
plex_path: null
ignore_cache: false
TV Shows:
report_path: /config/reports/tvshows.yml
settings:
asset_directory:
- config/assets/tvshows
- config/assets/tvshow_collections
operations:
assets_for_all: true
delete_collections:
managed: false
configured: false
less: 3
template_variables:
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
use_separator: false
collection_files:
# Custom collections - https://kometa.wiki/en/latest/files/collections/
- file: config/tvshows.yml
# Recently released media - https://kometa.wiki/en/latest/defaults/chart/basic/
- default: basic
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
- default: tautulli
template_variables:
list_days: 7
summary_popular: "A collection of shows Popular on Plex for the last week."
summary_watched: "A collection of Top shows Watched on Plex for the last week."
# IMDb Top 250 - https://kometa.wiki/en/latest/defaults/chart/imdb/
- default: imdb
schedule: monthly(1)
template_variables:
use_all: false
use_top: true
# Top 20 Popular, trending, and watched movies/shows - https://kometa.wiki/en/latest/defaults/chart/trakt/
- default: trakt
template_variables:
limit: 20
use_all: false
use_popular: true
use_trending: true
use_watched: true
# Emmy winners for the last 5 years - https://kometa.wiki/en/latest/defaults/award/emmy/
- default: emmy
template_variables:
data:
starting: current_year-5
ending: current_year-1
# "Best of" by decade - https://kometa.wiki/en/latest/defaults/show/decade/
- default: decade
template_variables:
limit: 20
exclude:
- 1920
- 1930
- 1940
- 1950
- 1960
- default: network
overlay_files:
# Add a ribbon to the lower right if in IMDB 250, or is an Oscars or Emmy winner - https://kometa.wiki/en/latest/defaults/overlays/ribbon/
- default: ribbon
template_variables:
use_all: false
use_oscars: true
use_emmys: true
use_imdb: true
# Add a banner to the top of the show poster that states whether the show is airing, returning, cancelled, or ended - https://kometa.wiki/en/latest/defaults/overlays/status/
- default: status
template_variables:
horizontal_align: center
vertical_align: top
vertical_offset: 0
horizontal_offset: 0
back_height: 85
back_width: 1100
font: config/fonts/Avenir_95_Black.ttf
font_size: 60
back_color_airing: '#016920'
back_color_returning: '#81007F'
back_color_canceled: '#B52222'
back_color_ended: '#000847'
Kid's TV:
report_path: /config/reports/kidstv.yml
settings:
asset_directory:
- config/assets/tvshows
- config/assets/tvshow_collections
operations:
assets_for_all: true
mass_content_rating_update: mdb_commonsense
template_variables:
# Disable the separator for collections - https://kometa.wiki/en/latest/defaults/separators/
use_separator: false
collection_files:
# Custom collections - https://kometa.wiki/en/latest/files/collections/
- file: config/kidstv.yml
# Plex popular/most watched - https://kometa.wiki/en/latest/defaults/chart/tautulli/
- default: tautulli
template_variables:
list_days: 7
summary_popular: "A collection of shows Popular on Plex for the last week."
summary_watched: "A collection of Top shows Watched on Plex for the last week."
# Common Sense - https://kometa.wiki/en/latest/defaults/both/content_rating_cs/
- default: content_rating_cs
template_variables:
use_other: false
include:
- 1
- 2
- 3
- 4
- 5
- 6
- default: network
sonarr:
url: 'http://sonarr:8989'
token: <redacted>
add_missing: false
add_existing: false
root_folder_path: /mnt/unionfs/media/kidstv
monitor: all
quality_profile: Any
language_profile: English
series_type: standard
season_folder: true
tag: kometa
search: false
cutoff_search: false
sonarr_path: null
plex_path: null
upgrade_existing: false
ignore_cache: false
settings:
run_order:
- operations
- metadata
- collections
- overlays
cache: true
cache_expiration: 30
run_again_delay: 2
save_report: true
tvdb_language: eng
item_refresh_delay: 0
verify_ssl: true
custom_repo: null
asset_directory: config/assets
asset_folders: true
asset_depth: 1
create_asset_folders: false
prioritize_assets: true
dimensional_asset_rename: false
download_url_assets: false
show_missing_assets: true
show_missing_season_assets: false
show_missing_episode_assets: false
show_asset_not_needed: false
sync_mode: sync
minimum_items: 3
default_collection_order: null
delete_below_minimum: true
delete_not_scheduled: false
missing_only_released: true
only_filter_missing: false
show_unmanaged: true
show_filtered: false
show_options: false
show_missing: false
ignore_ids: '116718,138435,340995,335912'
ignore_imdb_ids: null
playlist_sync_to_users: all
playlist_report: false
show_unconfigured: true
playlist_exclude_users: null
overlay_artwork_filetype: jpg
overlay_artwork_quality: 75
webhooks:
error: >-
https://discord.com/api/webhooks/1121510900596224060/-YMjoX0sE8fEn4BnMik80Z49Mo55NrlKIvuXAeE5Zh_SXSlmNFvZwX1Y2H8clshYR-_9
version: null
run_start: null
run_end: >-
https://discord.com/api/webhooks/1121510900596224060/-YMjoX0sE8fEn4BnMik80Z49Mo55NrlKIvuXAeE5Zh_SXSlmNFvZwX1Y2H8clshYR-_9
changes: null
delete: null
plex:
url: 'http://plex:32400'
token: <redacted>
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
db_cache: 4096
verify_ssl: false
tmdb:
apikey: <redacted>
language: en
cache_expiration: 60
region: US
tautulli:
url: 'http://tautulli:8181'
apikey: <redacted>
omdb:
apikey: <redacted>
cache_expiration: 60
mdblist:
apikey: <redacted>
cache_expiration: 60
radarr:
url: 'http://radarr:7878'
token: <redacted>
add_existing: false
add_missing: false
root_folder_path: /mnt/unionfs/media/movies
monitor: true
availability: announced
quality_profile: Any
tag: kometa
search: true
radarr_path: null
plex_path: null
upgrade_existing: false
ignore_cache: false
monitor_existing: false
sonarr:
url: 'http://sonarr:8989'
token: <redacted>
add_missing: false
add_existing: false
root_folder_path: /mnt/unionfs/media/tvshows
monitor: all
quality_profile: Any
language_profile: English
series_type: standard
season_folder: true
tag: kometa
search: false
cutoff_search: false
sonarr_path: null
plex_path: null
upgrade_existing: false
ignore_cache: false
monitor_existing: false
trakt:
client_id: <redacted>
client_secret: <redacted>
pin: null
authorization:
access_token: <redacted>
token_type: Bearer
expires_in:
refresh_token: <redacted>
scope: public
created_at: