Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1015 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 1015 Bytes

Subsonic Connector

Reference

This library relies on the py-sonic project.
The current version I use in this project is 1.0.0.

Status

This software is in its early development phase.

Links

Type Link
Source Code GitHub
Python Library PiPy

Instructions

Create your own .env file. Use .sample.env as a reference for the format of the file.

Initialization

From a terminal, type

poetry shell
poetry install

Test execution

Then you can run the simple test using the following command:

python subsonic_connector/test-cn.py

Make sure to load the variables specified in the .env file.
The test is currently just a main and it requires a running subsonic server. I am currently using Navidrome.