test/integration/allocine_dossier_independant/allocine_test/exemple_cinecast.json
branchpopcorn-port
changeset 820 7968346b9689
child 823 1e7962e1d3ae
equal deleted inserted replaced
819:9b8e68803f6f 820:7968346b9689
       
     1 {
       
     2   	"format": "http://advene.org/ns/cinelab/",
       
     3     "medias": [
       
     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://allocine-f.akamaihd.net/nmedia/cinecast/inception.mp4"
       
    18     }, 
       
    19     {
       
    20       "id": "Avatar", 
       
    21       "meta": {
       
    22         "duration": 120000, 
       
    23         "thumbnail": "http://xxxx.jpg", 
       
    24         "title": "Avatar"
       
    25       }, 
       
    26       "url": "http://allocine-f.akamaihd.net/nmedia/cinecast/avatar.mp4"
       
    27     }
       
    28   ],
       
    29   "annotation_types": [
       
    30     {
       
    31       "id": "UserAnnotation", 
       
    32       "meta": {
       
    33         "description": "Annotation made during the Cinecast Festival."
       
    34       }
       
    35     }, 
       
    36     {
       
    37       "id": "MovieExtract", 
       
    38       "meta": {
       
    39         "description": "Movie Extract."
       
    40       }
       
    41     }
       
    42   ], 
       
    43   "annotations": [
       
    44     {
       
    45       "begin": 0, 
       
    46       "content": {
       
    47         "data": "Acte 1 Sc 1"
       
    48       }, 
       
    49       "end": 10000, 
       
    50       "id": "1", 
       
    51       "media": "cinecast:Inception", 
       
    52       "meta": {
       
    53         "created": "2012-02-15T00:00:00+01:00", 
       
    54         "creator": "VodKaster", 
       
    55         "thumbnail": "http://xxxx.jpg"
       
    56       }, 
       
    57       "type": "cinecast:MovieExtract",
       
    58       "tags": [ "cinecast:CultScene", "cinecast:CultMusic" ]
       
    59     }, 
       
    60     {
       
    61       "begin": 20000, 
       
    62       "content": {
       
    63         "data": "Acte 2 Sc 2"
       
    64       }, 
       
    65       "end": 30000, 
       
    66       "id": "2", 
       
    67       "media": "cinecast:Inception", 
       
    68       "meta": {
       
    69         "created": "2012-02-15T00:00:00+01:00", 
       
    70         "creator": "VodKaster", 
       
    71         "thumbnail": "http://xxxx.jpg"
       
    72       }, 
       
    73       "type": "cinecast:MovieExtract",
       
    74       "tags": [ "cinecast:Funny", "cinecast:CultMusic" ]
       
    75     }
       
    76   ], 
       
    77   "tags": [
       
    78     {
       
    79       "id": "Funny", 
       
    80       "meta": {
       
    81         "description": "Tain que c'est dr!"
       
    82       }
       
    83     }, 
       
    84     {
       
    85       "id": "CultScene", 
       
    86       "meta": {
       
    87         "description": "La sc du sie !"
       
    88       }
       
    89     }, 
       
    90     {
       
    91       "id": "CultMusic", 
       
    92       "meta": {
       
    93         "description": "Pom pom pi dom  !"
       
    94       }
       
    95     }
       
    96   ]
       
    97 }