-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovie-tags.hbs
53 lines (53 loc) · 1.3 KB
/
movie-tags.hbs
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
<Tag>
<Targets>
<TargetTypeValue>50</TargetTypeValue>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>{{title}}</String>
</Simple>
<Simple>
<Name>DIRECTOR</Name>
<String>{{keyedCrew.Director}}</String>
</Simple>
<Simple>
<Name>DIRECTOR_OF_PHOTOGRAPHY</Name>
<String>{{keyedCrew.DirectorOfPhotography}}</String>
</Simple>
<Simple>
<Name>ART_DIRECTOR</Name>
<String>{{keyedCrew.ArtDirection}}</String>
</Simple>
<Simple>
<Name>PRODUCTION_DESIGNER</Name>
<String>{{keyedCrew.ProductionDesign}}</String>
</Simple>
<Simple>
<Name>SCREENPLAY_BY</Name>
<String>{{keyedCrew.Screenplay}}</String>
</Simple>
<Simple>
<Name>EDITED_BY</Name>
<String>{{keyedCrew.Editor}}</String>
</Simple>
<Simple>
<Name>PRODUCER</Name>
<String>{{keyedCrew.Producer}}</String>
</Simple>
<Simple>
<Name>DATE_RELEASED</Name>
<String>{{release_date}}</String>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>{{overview}}</String>
</Simple>
<Simple>
<Name>DESCRIPTION</Name>
<String>{{tagline}}</String>
</Simple>
</Tag>
</Tags>