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/vod-560.svg",
        "identifier": "tv.plex.provider.vod",
        "protocols": [
            "stream"
        ],
        "version": "1.3.0",
        "sourceTitle": "On Plex",
        "title": "Movies & Shows",
        "Feature": [
            {
                "type": "metadata",
                "key": "/library/metadata"
            },
            {
                "type": "actions",
                "Action": [
                    {
                        "id": "addToWatchlist",
                        "key": "/actions/addToWatchlist",
                        "reverseKey": "/actions/removeFromWatchlist"
                    },
                    {
                        "id": "rate",
                        "key": "/actions/rate"
                    },
                    {
                        "id": "removeFromContinueWatching",
                        "key": "/actions/removeFromContinueWatching"
                    },
                    {
                        "id": "scrobble",
                        "key": "/actions/scrobble",
                        "reverseKey": "/actions/unscrobble"
                    }
                ]
            },
            {
                "type": "continuewatching",
                "key": "/hubs/continueWatching"
            },
            {
                "type": "search",
                "key": "/hubs/search"
            },
            {
                "type": "timeline",
                "key": "/timeline"
            },
            {
                "public": true,
                "type": "imagetranscoder",
                "key": "https://images.plex.tv/photo"
            },
            {
                "flavor": "universal",
                "type": "playqueue",
                "key": "https://play.provider.plex.tv/playQueues"
            },
            {
                "type": "promoted",
                "key": "/hubs/promoted"
            },
            {
                "type": "content",
                "key": "/library/sections",
                "Directory": [
                    {
                        "id": "movies",
                        "icon": "https://provider-static.plex.tv/icons/vod-560.svg",
                        "title": "Movies & Shows",
                        "type": "movie",
                        "context": "content.movies",
                        "hubKey": "/hubs/sections/movies",
                        "Pivot": [
                            {
                                "context": "content.movies",
                                "key": "/hubs/sections/movies",
                                "id": "vod.recommended",
                                "symbol": "star",
                                "type": "hub",
                                "title": "Movies & Shows"
                            },
                            {
                                "context": "content.watchlist",
                                "id": "vod.watchlist",
                                "key": "/library/sections/watchlist/all",
                                "symbol": "watchlist",
                                "title": "Watchlist",
                                "type": "list"
                            },
                            {
                                "context": "content.categories",
                                "id": "vod.categories",
                                "key": "/library/sections/categories/all",
                                "symbol": "stack",
                                "title": "Categories",
                                "type": "list"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}