472 B
472 B
ADR 006: choose plex api for Python
As this project is to use the Plex system to interact with and make a playlist for, it needs to be able to access the Plex server.
Decision
plexapi will be used.
Rationale
There really is only one api for Plex in Python.
Status
Accepted
Consequences
This is not an asynchronous API, it is going to need to have parts of it wrapped with a ThreadPool to run savely and without blocking the rest of the application.