Supysonic
Python server implementing the Subsonic music streaming API

Supysonic is a Python server that implements the Subsonic server API to provide remote access to personal music libraries. It exposes the Subsonic-compatible API so existing Subsonic clients can browse, stream and manage music served from a self-hosted instance.
Key Features
- Implements Subsonic API (targets version 1.12.0) for compatibility with Subsonic clients
- Browse libraries by folders or tags and support for cover art, starred tracks and ratings
- Streaming of many audio formats with optional on-the-fly transcoding
- User and random playlists plus a jukebox mode for shared playback
- Scrobbling support for Last.fm and ListenBrainz
- Command-line tools for user and library management and an optional daemon to watch library changes
Use Cases
- Serve a personal music collection to mobile and desktop Subsonic-compatible clients
- Provide a home jukebox or shared playback system for parties and gatherings
- Centralize music playback while sending play data to scrobbling services
Limitations and Considerations
- Transcoding may require external encoder binaries and additional system packages; performance depends on host CPU and encoder availability
- Targets a specific Subsonic API version; some newer or non-standard client features may be unsupported
Supysonic is practical for users who want a lightweight, Python-based Subsonic-compatible server. It focuses on API compatibility and core streaming features rather than providing a heavy web UI or large-scale enterprise features.
Categories:
Tags:
Tech Stack:
Similar Services

Jellyfin
Self-hosted media server for managing and streaming your library
Jellyfin is a free, self-hosted media server to organize, manage, and stream movies, TV, music, and photos to web, mobile, and TV clients.

Navidrome
Web-based music server and personal audio streaming service
Self-hosted music streaming server with a modern web UI, Subsonic-compatible API, multi-user support, and on-the-fly transcoding for large libraries.

Navidrome Music Server
Lightweight open-source web music server and streamer
Open-source web music server that streams personal music collections via a modern web UI and Subsonic-compatible APIs; supports large libraries and on-the-fly transcoding...

Koel
Web-based personal music streaming server
Koel is a web-based personal music streaming server with a modern player UI, multi-user support, playlists, library management, and optional mobile apps.

Beets
Command-line music library manager and metadata tagger
Beets is a command-line music library manager that catalogs collections and automatically fixes tags using MusicBrainz, with a powerful plugin ecosystem.

Audiobookshelf
Self-hosted audiobook and podcast server
Self-hosted audiobook and podcast server with multi-user playback sync, metadata management, downloads, and web/mobile clients.

Gunicorn
Python