FastAPI webserver wrapper for pyatv. Therefore it can easily be integrated into a docker based eco system.
To initialize a client we need the corresponding AppleTV identifier. Therefore a dedicated endpoint is given:
- Scan :
GET /scan/
Endpoints for manipulating the current play position. They are required to implement home automation features like rewinding a movie if someone has left the livingrom to grap a drink in the kitchen etc.
- Currently Playing :
GET /playing/{givenId} - Set a specific position :
GET /set_position/{givenId}/{position} - Current app :
GET /current_app/{givenId}
atvremote scan