plex-api 0.0.12

Library for communication with Plex server. Work in progress, not ready for any use. See github for details.
Documentation
{
  "MediaContainer": {
    "size": 1,
    "DownloadQueueItem": [
      {
        "id": 123,
        "queueId": 1,
        "key": "/library/metadata/159637",
        "status": "waiting",
        "error": null,
        "transcode": null,
        "DecisionResult": {
          "directPlayDecisionCode": 2000,
          "directPlayDecisionText": "transcode needed"
        }
      }
    ]
  }
}