plex-api 0.0.12

Library for communication with Plex server. Work in progress, not ready for any use. See github for details.
Documentation
{
    "MediaProvider": {
        "icon": "https://provider-static.plex.tv/icons/metadata-560.svg",
        "identifier": "tv.plex.provider.metadata",
        "protocols": [
            "stream"
        ],
        "version": "1.3.0",
        "title": "Metadata",
        "Feature": [
            {
                "type": "metadata",
                "key": "/library/metadata"
            },
            {
                "type": "actions",
                "Action": [
                    {
                        "id": "addToWatchlist",
                        "key": "/actions/addToWatchlist",
                        "reverseKey": "/actions/removeFromWatchlist"
                    }
                ]
            },
            {
                "type": "collection",
                "key": "/library/collections"
            },
            {
                "type": "availability",
                "key": "/availability"
            },
            {
                "type": "availability-platforms",
                "key": "/availability-platforms"
            },
            {
                "type": "location",
                "key": "/location"
            },
            {
                "type": "universalsearch",
                "key": "/library/search"
            },
            {
                "public": true,
                "type": "imagetranscoder",
                "key": "https://images.plex.tv/photo"
            },
            {
                "flavor": "universal",
                "type": "playqueue",
                "key": "https://play.provider.plex.tv/playQueues"
            },
            {
                "type": "match",
                "key": "/library/metadata/matches"
            }
        ]
    }
}