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