{"id":13481724,"url":"https://github.com/spl0k/supysonic","last_synced_at":"2025-03-27T12:31:24.749Z","repository":{"id":8474578,"uuid":"10075405","full_name":"spl0k/supysonic","owner":"spl0k","description":"Supysonic is a Python implementation of the Subsonic server API.","archived":false,"fork":false,"pushed_at":"2024-12-15T11:51:32.000Z","size":2119,"stargazers_count":272,"open_issues_count":24,"forks_count":61,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-22T07:17:36.184Z","etag":null,"topics":["audio","audio-streaming","music","python","self-hosted","server","streaming","subsonic"],"latest_commit_sha":null,"homepage":"https://supysonic.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spl0k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-15T09:36:29.000Z","updated_at":"2025-03-02T12:43:28.000Z","dependencies_parsed_at":"2024-04-14T15:33:52.228Z","dependency_job_id":"2c2f8deb-a06b-42fa-af84-7ccd2e7c493c","html_url":"https://github.com/spl0k/supysonic","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spl0k%2Fsupysonic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spl0k%2Fsupysonic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spl0k%2Fsupysonic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spl0k%2Fsupysonic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spl0k","download_url":"https://codeload.github.com/spl0k/supysonic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245844939,"owners_count":20681805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","audio-streaming","music","python","self-hosted","server","streaming","subsonic"],"created_at":"2024-07-31T17:00:54.783Z","updated_at":"2025-03-27T12:31:24.386Z","avatar_url":"https://github.com/spl0k.png","language":"Python","readme":"# Supysonic\n\nSupysonic is a Python implementation of the [Subsonic][] server API.\n\n![Build Status](https://github.com/spl0k/supysonic/workflows/Tests/badge.svg)\n[![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic)\n![Python](https://img.shields.io/badge/python-3.7+-blue.svg)\n\nCurrent supported features are:\n* browsing (by folders or tags)\n* streaming of various audio file formats\n* transcoding\n* user or random playlists\n* cover art\n* starred tracks/albums and ratings\n* [Last.fm][lastfm] scrobbling\n* [ListenBrainz][listenbrainz] scrobbling\n* Jukebox mode\n\nSupysonic currently targets the version 1.12.0 of the Subsonic API. For more\ndetails, go check the [API implementation status][docs-api].\n\n[subsonic]: http://www.subsonic.org/\n[lastfm]: https://www.last.fm/\n[listenbrainz]: https://listenbrainz.org/\n[docs-api]: https://supysonic.readthedocs.io/en/latest/api.html\n\n## Documentation\n\nFull documentation is available at https://supysonic.readthedocs.io/\n\n## Quickstart\n\nUse the following commands to install Supysonic, create an admin user, define a\nlibrary folder, scan it and start serving on port 5722 using [Gunicorn][].\n\n    $ pip install supysonic\n    $ pip install gunicorn\n    $ supysonic-cli user add MyUserName\n    $ supysonic-cli user setroles --admin MyUserName\n    $ supysonic-cli folder add MyLibrary /home/username/Music\n    $ supysonic-cli folder scan MyLibrary\n    $ supysonic-server\n\nYou should now be able to enjoy your music with the client of your choice!\n\nBut using only the above commands will use a default configuration and\nespecially storing the database in a temporary directory. Head over to the\ndocumentaiton for [full setup instructions][docs-setup], plus other options if\nyou don't want to use Gunicorn.\n\nNote that there's also an optional [daemon][docs-daemon] that watches for\nlibrary changes and provides support for other features such as the\njukebox mode.\n\n[gunicorn]: https://gunicorn.org/\n[docs-setup]: https://supysonic.readthedocs.io/en/latest/setup/index.html\n[docs-daemon]: https://supysonic.readthedocs.io/en/latest/setup/daemon.html\n\n## Development stuff\n\nFor those wishing to collaborate on the project, since Supysonic uses [Flask][]\nyou can use its development server which provides automatic reloading and\nin-browser debugging among other things. To start said server:\n\n    $ export FLASK_APP=\"supysonic.web:create_application()\"\n    $ export FLASK_ENV=development\n    $ flask run\n\nAnd there's also the tests (which require `lxml` to run):\n\n    $ pip install lxml\n    $ python -m unittest\n    $ python -m unittest tests.net.suite\n\nThe last command runs a few tests that make HTTP requests to remote third-party\nservices (namely Last.fm, ListenBrainz and ChartLyrics).\n\n[flask]: https://flask.palletsprojects.com/\n","funding_links":[],"categories":["\u003ca id=\"tag-audio\" href=\"#tag-audio\"\u003eAudio\u003c/a\u003e","Python","Software","HarmonyOS"],"sub_categories":["Media Streaming - Audio Streaming","Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspl0k%2Fsupysonic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspl0k%2Fsupysonic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspl0k%2Fsupysonic/lists"}