Go to file
j 953d207377 cleaner site/archive/file seperation 2010-07-31 15:13:37 +02:00
media cleaner site/archive/file seperation 2010-07-31 15:13:37 +02:00
.bzrignore cleaner site/archive/file seperation 2010-07-31 15:13:37 +02:00
README move docs 2010-07-30 15:51:01 +02:00
TODO cleaner site/archive/file seperation 2010-07-31 15:13:37 +02:00
oxd.py cleaner site/archive/file seperation 2010-07-31 15:13:37 +02:00

README

 on ubuntu/debian:
   apt-get install python-twisted
 else
    easy_install twisted
 twisted available on os x since 10.5

api overview:

/files?since=timestamp
{
    archive: {
        new
        updated
        deleted
    }
}

/extract?oshash=abc&media=stills
/extract?oshash=abc&media=profile.webm
{
  status: 'extracting|available|failed',
}

/get?oshash=abc
{
  info: {}
  stills: [],
  video: [],
}
/get?oshash=abc
{
  stills: [
    "/media/../../12.png",
    "/media/../../123.png",
    "/media/../../321.png",
  ],
  video: [
    "/media/../../96p.webm"
  ],
  info: {}
}