plex-api 0.0.12

Library for communication with Plex server. Work in progress, not ready for any use. See github for details.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "MediaContainer": {
    "size": 1,
    "DownloadQueue": [
      {
        "id": 1,
        "owner": 1,
        "clientIdentifier": "test-client",
        "itemCount": 0,
        "status": "waiting"
      }
    ]
  }
}