-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovie_collections.template.yml
37 lines (33 loc) · 1.03 KB
/
movie_collections.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
## This file is a template remove the .template to use the file
collections:
# Name of the collection
Test Collection:
# All subsections apart from "items" are optional
titleSort: Test 1
labels:
- label1
- label2
poster: ./posters/movies/Test-Collection.jpg
# mode is one of the following values:
# "default" (Library default),
# "hide" (Hide Collection),
# "hideItems" (Hide Items in this Collection),
# "showItems" (Show this Collection and its Items)
mode: default
# sort is one of the following values:
# "release" (Order Collection by release dates),
# "alpha" (Order Collection alphabetically),
# "custom" (Custom collection order)
sort: release
# List of movies in collection
items:
- film_a
- film_b
Test Collection 2:
poster: ./posters/movies/Test-Collection-2.jpg
mode: default
sort: alpha
items:
- film1
- film1 2
- "film3: The Third One" # Special characters require quotes