| author | veltr |
| Wed, 29 Feb 2012 18:13:14 +0100 | |
| branch | popcorn-port |
| changeset 820 | 7968346b9689 |
| child 823 | 1e7962e1d3ae |
| permissions | -rw-r--r-- |
|
820
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
1 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
2 |
"format": "http://advene.org/ns/cinelab/", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
3 |
"medias": [ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
4 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
5 |
"id": "Au- nom-du-peuple-italien", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
6 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
7 |
"actors": "Ugo Tognazzi, Vittorio Gassman, Ely Galleani", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
8 |
"directors": "Dino Risi", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
9 |
"duration": 120000, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
10 |
"nationalities": "Italie", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
11 |
"productionYear": "1971", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
12 |
"synopsis": "Un petit juge ...", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
13 |
"thumbnail": "http://xxxx.jpg", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
14 |
"title": "Au nom du peuple italien", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
15 |
"version": "VOST" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
16 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
17 |
"url": "http://allocine-f.akamaihd.net/nmedia/cinecast/inception.mp4" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
18 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
19 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
20 |
"id": "Avatar", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
21 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
22 |
"duration": 120000, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
23 |
"thumbnail": "http://xxxx.jpg", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
24 |
"title": "Avatar" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
25 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
26 |
"url": "http://allocine-f.akamaihd.net/nmedia/cinecast/avatar.mp4" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
27 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
28 |
], |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
29 |
"annotation_types": [ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
30 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
31 |
"id": "UserAnnotation", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
32 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
33 |
"description": "Annotation made during the Cinecast Festival." |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
34 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
35 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
36 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
37 |
"id": "MovieExtract", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
38 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
39 |
"description": "Movie Extract." |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
40 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
41 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
42 |
], |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
43 |
"annotations": [ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
44 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
45 |
"begin": 0, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
46 |
"content": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
47 |
"data": "Acte 1 Sc 1" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
48 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
49 |
"end": 10000, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
50 |
"id": "1", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
51 |
"media": "cinecast:Inception", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
52 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
53 |
"created": "2012-02-15T00:00:00+01:00", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
54 |
"creator": "VodKaster", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
55 |
"thumbnail": "http://xxxx.jpg" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
56 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
57 |
"type": "cinecast:MovieExtract", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
58 |
"tags": [ "cinecast:CultScene", "cinecast:CultMusic" ] |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
59 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
60 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
61 |
"begin": 20000, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
62 |
"content": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
63 |
"data": "Acte 2 Sc 2" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
64 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
65 |
"end": 30000, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
66 |
"id": "2", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
67 |
"media": "cinecast:Inception", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
68 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
69 |
"created": "2012-02-15T00:00:00+01:00", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
70 |
"creator": "VodKaster", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
71 |
"thumbnail": "http://xxxx.jpg" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
72 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
73 |
"type": "cinecast:MovieExtract", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
74 |
"tags": [ "cinecast:Funny", "cinecast:CultMusic" ] |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
75 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
76 |
], |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
77 |
"tags": [ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
78 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
79 |
"id": "Funny", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
80 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
81 |
"description": "Tain que c'est dr!" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
82 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
83 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
84 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
85 |
"id": "CultScene", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
86 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
87 |
"description": "La sc du sie !" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
88 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
89 |
}, |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
90 |
{ |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
91 |
"id": "CultMusic", |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
92 |
"meta": { |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
93 |
"description": "Pom pom pi dom !" |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
94 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
95 |
} |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
96 |
] |
|
7968346b9689
Added compatibility with cinecast format (with get_aliased)
veltr
parents:
diff
changeset
|
97 |
} |