1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
supysonic/docs/index.rst
2024-03-18 22:58:03 -06:00

33 lines
622 B
ReStructuredText

Welcome to Supysonic's documentation!
=====================================
Supysonic is a Python implementation of the `Subsonic`__ server API.
Current supported features are:
* browsing (by folders or tags)
* streaming of various audio file formats
* transcoding
* user or random playlists
* cover art
* starred tracks/albums and ratings
* `Last.FM`__ scrobbling
* `ListenBrainz`__ scrobbling
* Jukebox mode
__ http://www.subsonic.org/
__ https://www.last.fm/
__ https://listenbrainz.org/
.. rubric:: User's guide
.. toctree::
:maxdepth: 2
setup/index
usage
transcoding
jukebox
man/index
api