#elem-brief: picture interface management #elem-version: 1.0 #elem-type:VIDEO #elem-author:Heero Yui=,<,>] only... 'serie-name' == 'stargate' AND 'saison' <= '2' */ #brief:Get a meta-data research elements with a SQL-like request #param:sqlLikeRequest:A string containing the request on the data #return:All The requested Data filter by the value vector:uint32 getSQL(string) #brief:Get a list of possibilities of a meta-data #param:keyName:the key metadata whe we want to have list of possibilities #param:sqlLikeRequest:A string containing the request on the data #return:All The possible values of a key vector:string getMetadataValuesWhere(string, string) /* #brief:Get a media cover #param:mediaId:Id of the media #param:maxSize:max size of the image requested (can return a smaller image) #return:A simple file that might contain a jpg or png file obj:zeus-File getCover(uint32, uint32) #brief:Get a media cover #param:sqlLikeRequest:sql request mode to filter the cover #param:maxSize:max size of the image requested (can return a smaller image) #return:A simple file that might contain a jpg or png file obj:zeus-File getGroupCover(string, uint32) */