2019-07-13 22:19:59 +00:00
|
|
|
=============
|
|
|
|
supysonic-cli
|
|
|
|
=============
|
|
|
|
|
2021-11-06 16:51:54 +00:00
|
|
|
-------------------------------------------
|
|
|
|
Supysonic management command line interface
|
|
|
|
-------------------------------------------
|
2019-07-13 22:19:59 +00:00
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
:Author: Louis-Philippe Véronneau, Alban Féron
|
|
|
|
:Date: 2019, 2021
|
2019-07-13 22:19:59 +00:00
|
|
|
:Manual section: 1
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
| ``supysonic-cli`` [`subcommand`]
|
|
|
|
| ``supysonic-cli help`` [`subcommand`]
|
2019-07-13 22:19:59 +00:00
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
Supysonic is a Python implementation of the Subsonic server API.
|
|
|
|
Current supported features are:
|
2019-07-13 22:19:59 +00:00
|
|
|
|
|
|
|
| * 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
|
2021-01-03 15:34:29 +00:00
|
|
|
| * Jukebox mode
|
|
|
|
|
|
|
|
The "Subsonic API" is a set of adhoc standards to browse, stream or download a
|
|
|
|
music collection over HTTP.
|
2019-07-13 22:19:59 +00:00
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
The command-line interface is an interface allowing administration operations
|
|
|
|
without the use of the web interface. If ran without arguments,
|
|
|
|
``supysonic-cli`` will open an interactive prompt, with arguments it will run
|
|
|
|
a single command and exit.
|
2019-07-13 22:19:59 +00:00
|
|
|
|
|
|
|
Subcommands
|
|
|
|
===========
|
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
``supysonic-cli`` has three different subcommands:
|
2019-07-13 22:19:59 +00:00
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
``help`` [`subcommand`]
|
|
|
|
When used without argument, displays the list of available subcommands. With
|
|
|
|
an argument, shows the help and arguments for the given subcommand.
|
2019-07-13 22:19:59 +00:00
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
``user`` `args` ...
|
|
|
|
User management commands
|
2019-07-13 22:19:59 +00:00
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
``folder`` `args` ...
|
|
|
|
Folder managemnt commands
|
2019-07-13 22:19:59 +00:00
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
For more details on the ``user`` and ``folder`` subcommands, see the
|
|
|
|
``subsonic-cli-user``\ (1), ``subsonic-cli-folder``\ (1) manual pages.
|
2019-07-13 22:19:59 +00:00
|
|
|
|
|
|
|
Bugs
|
|
|
|
====
|
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
Bugs can be reported to your distribution's bug tracker or upstream
|
|
|
|
at https://github.com/spl0k/supysonic/issues.
|
2019-07-13 22:19:59 +00:00
|
|
|
|
|
|
|
See Also
|
|
|
|
========
|
|
|
|
|
2021-01-03 15:34:29 +00:00
|
|
|
``supysonic-cli-user``\ (1), ``supysonic-cli-folder``\ (1)
|