liguista / sk-dvx

Automatically exported from code.google.com/p/sk-dvx
0 stars 0 forks source link

DVX API allows upload of more than one clip at the same time in a video, but cannot provide each clip individually #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using YouDescribe's addCreate page, it is possible to create two clips at the 
same time (it's easiest to replicate this by creating two clips at time=0.0). 
The DVX 'clip/upload' API allows this; it doesn't return an error when a second 
clip is uploaded at the same time.

However, when trying to get a clip, the API uses time, author and mediaID to 
distinguish clips. So, for example:

http://dvx.ski.org:9090/dvx2Api/clip?Function=descriptions&Chapter=0&Language=En
glish&Time=0.0&UserId=40&MediaId=XwKm4RILZa4

returns the text:

'More than one clip fits the request'

There's no way for the application (e.g. YouDescribe) to uniquely select each 
clip.

Original issue reported on code.google.com by Owen.R.E...@gmail.com on 23 Oct 2013 at 9:36

GoogleCodeExporter commented 8 years ago
The solution to this problem depends on Issue 96.

Original comment by Owen.R.E...@gmail.com on 11 Nov 2013 at 7:46

GoogleCodeExporter commented 8 years ago
Fixed in release DVX API V3.0.

Original comment by Owen.R.E...@gmail.com on 17 Apr 2014 at 12:11

GoogleCodeExporter commented 8 years ago
Fixed - see Issue 96.

Original comment by Owen.R.E...@gmail.com on 19 Jun 2014 at 6:39