https://github.com/GioF71/subsonic-connector
A Python Library for easier access to the SubSonic API. Built around py-sonic
https://github.com/GioF71/subsonic-connector
navidrome poetry-python py-sonic pysonic subsonic
Last synced: 5 months ago
JSON representation
A Python Library for easier access to the SubSonic API. Built around py-sonic
- Host: GitHub
- URL: https://github.com/GioF71/subsonic-connector
- Owner: GioF71
- License: mit
- Created: 2023-01-09T17:18:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:05:40.000Z (about 1 year ago)
- Last Synced: 2024-12-04T00:12:41.519Z (5 months ago)
- Topics: navidrome, poetry-python, py-sonic, pysonic, subsonic
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - GioF71/subsonic-connector - A Python Library for easier access to the SubSonic API. Built around py-sonic (Python)
README
# Subsonic Connector
## Reference
This library relies on the [py-sonic](https://github.com/crustymonkey/py-sonic) project.
The current version I use in this project is [`1.0.0`](https://github.com/crustymonkey/py-sonic/releases/tag/0.8.0).## Status
This software is in its early development phase.
## Links
Type|Link
:---|:---
Source Code|[GitHub](https://github.com/GioF71/subsonic-connector)
Python Library|[PiPy](https://pypi.org/project/subsonic-connector/)## Instructions
Create your own `.env` file. Use `.sample.env` as a reference for the format of the file.
### Initialization
From a terminal, type
```text
poetry shell
poetry install
```#### Test execution
Then you can run the simple test using the following command:
```text
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](https://github.com/navidrome/navidrome).