1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
supysonic/docs/man/supysonic-cli-folder.rst
Louis-Philippe Véronneau d0ec739143
add man pages
2019-08-04 01:26:05 -04:00

56 lines
1.2 KiB
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

====================
supysonic-cli-folder
====================
------------------------------------
Supysonic folder management commands
------------------------------------
:Author: Louis-Philippe Véronneau
:Date: 2019
:Manual section: 1
Synopsis
========
| supysonic-cli folder **add** <name> <path>
| supysonic-cli folder **delete** <name>
| supysonic-cli folder **list**
| supysonic-cli folder **scan** [-f] [--background | --foreground] [<name>...]
Arguments
=========
| **add** Add a new folder
| **delete** Delete a folder
| **list** List all the folders
| **scan** Scan all or specified folders
Options
=======
| **-f** | **--force**
| Force scan of already known files even if they haven't changed
| **--background**
| Scan in the background. Requires the daemon to be running
| **--foreground**
| Scan in the foreground, blocking the process while the scan is running
Examples
========
To add a new folder to your music library, you can do something like this::
$ supysonic-cli folder add MyLibrary /home/username/Music
Once you've added a folder, you will need to scan it::
$ supysonic-cli folder scan MyLibrary
See Also
========
supysonic-cli(1), supysonic-cli-user(1)