GioF71 / subsonic-connector

A Python Library for easier access to the SubSonic API. Built around py-sonic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Python Library for easier access to the SubSonic API. Built around py-sonic

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%