-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaired-refresh.yml
More file actions
54 lines (44 loc) · 1.36 KB
/
aired-refresh.yml
File metadata and controls
54 lines (44 loc) · 1.36 KB
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
##############################################################################
# Aired Recently - Metadata Refresh
#
# Hidden collections that refresh metadata for shows with recently aired
# episodes. More frequent refresh for very recent episodes.
##############################################################################
collections:
# Frequent refresh for shows aired in last 3 days
Aired Last 3 Days (Refresh):
visible_home: false
visible_library: false
visible_shared: false
# Run 5x daily: 6am, 12pm, 3pm, 6pm, 10pm
schedule:
- hourly(6)
- hourly(12)
- hourly(15)
- hourly(18)
- hourly(22)
plex_search:
all:
episode_air_date: 3
item_refresh: true
item_refresh_delay: 2
sync_mode: sync
collection_order: alpha
summary: "Internal - refresh metadata for shows with episodes aired in last 3 days."
# Less frequent refresh for shows aired in last week
Aired Last Week (Refresh):
visible_home: false
visible_library: false
visible_shared: false
# Run 2x daily: 6am, 6pm
schedule:
- hourly(6)
- hourly(18)
plex_search:
all:
episode_air_date: 7
item_refresh: true
item_refresh_delay: 2
sync_mode: sync
collection_order: alpha
summary: "Internal - refresh metadata for shows with episodes aired in last 7 days."