Scroll to navigation

SUPYSONIC-CLI-FOLDER(1) SUPYSONIC-CLI-FOLDER(1)

NAME

supysonic-cli-folder - Supysonic folder management commands

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)

AUTHOR

Louis-Philippe Véronneau

2019