1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/docs/index.rst

30 lines
635 B
ReStructuredText
Raw Normal View History

2021-01-17 11:29:37 +00:00
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 arts (as image files in the same folder as music files)
* starred tracks/albums and ratings
* `Last.FM`__ scrobbling
* Jukebox mode
__ http://www.subsonic.org/
__ https://www.last.fm/
2021-01-17 16:06:44 +00:00
.. rubric:: User's guide
2021-01-17 11:29:37 +00:00
.. toctree::
:maxdepth: 2
setup/index
transcoding
jukebox
man/index
api