-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovies_d-sync_template.yml
48 lines (42 loc) · 1.17 KB
/
movies_d-sync_template.yml
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
# Supported types: movie, tv
library_type: 'movie'
# Source list(s)
source_list_urls:
- 'https://api.trakt.tv/users/<TRAKT_USERNAME>/lists/<LISTNAME>/items/movies'
# Source library details
source_libraries:
- name: 'Movies'
# New library details
new_library:
name: 'Movies - <LIBNAME>'
folder: '<NEW_LIB_PATH>/Movies - <LIBNAME>/'
sort: true
sort_title:
format: '{number}. {title}'
visible: true
absolute: true # Skips numbers for missing items
# Limit the age (in years) of items to be considered
# * 0 for no limit
max_age: 0
# Maximum number of items to keep in the library
max_count: 0
# Remove items that no longer exist in the source lists
remove_from_library: true
# Weighted sorting (requires TMDb API)
weighted_sorting:
enabled: false
better_release_date: false
weights:
# Think of these as percentages,
# but they don't have to add up to 1.0
# * Additive
# * Higher value -> more important
index: 0.0
vote: 0.0
age: 0.0
random: 0.0
# Penalize (<0) or reward (>0) certain (TMDb) genres
# * Final weight is multipled by these values
genre_bias:
'TV Movie': 0.7
'Animation': 0.95