Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

dangmai/beetsonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

beetsonic

Subsonic server interface for beets. Work in progress version. Right now, server API is fixed at 1.14.0.

Development

In order to generate Python binding class from Subsonic XSD:

pyxbgen -u xsd/subsonic-rest-api-version.xsd -m beetsplug.subsonic.bindings

Dependencies

beets
Flask (for Web framework)
PyXB (for binding Subsonic model)
requests (for lyrics fetching)
flask-cors (for CORS)
unittest2 (for testing)
mock (for testing)

About

Subsonic interface for beets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages