Files
plex-playlist-old/docs/adrs/006-plex-api.md
Cliff Hill b4ee1e9113 More ADRs
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2023-10-24 08:14:57 -04:00

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.