Python based implementation of the OpenSubsonic API.
- Run
uv syncto initialise the development environment. - Run
uv run ruff checkto check formatting. - Run
uv run ruff formatto fix formatting in files.
To launch the webserver in development mode:
- Run
uv run fastapi dev src/app.py