SUPYSONIC-CLI-FOLDER(1) | Supysonic | SUPYSONIC-CLI-FOLDER(1) |
supysonic-cli-folder - Supysonic folder management commands
supysonic-cli folder --help
supysonic-cli folder list
supysonic-cli folder add <name> <path>
supysonic-cli folder delete <name>
supysonic-cli folder scan [--force] [--background | --foreground] <name>
The supysonic-cli folder subcommand manages your library folders, where the audio files are located. This allows one to list, add, delete and scan the folders.
If neither --background nor --foreground is provided, supysonic-cli will try to connect to the daemon to initiate a background scan, falling back to a foreground scan if it isn't available.
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
The audio files residing in /home/username/Music will now appear under the MyLibrary folder on the clients.
supysonic-cli (1), supysonic-cli-user (1), supysonic-server (1), supysonic-daemon (1)
Louis-Philippe Véronneau, Alban Féron
2013-2022, Alban Féron
December 14, 2022 | 0.7.2 |