Coder Social home page Coder Social logo

soulseek-cli's Introduction

Soulseek CLI

Build Status

A Soulseek Cli client.

Requirements

NodeJS >= 14

Installation

npm install -g soulseek-cli

Commands

Login

Before being able to search, you need to be logged in.

Usage:

soulseek login

You will be prompted your Soulseek login and password. Credentials are stored and encrypted in your system keychain.

Download

Download with required query.

Usage:

soulseek download|d [options] [query...]

โš ๏ธ This command used to be called search in versions prior to 0.1.0.

Options:

Option Description
-d --destination downloads's destination
-q --quality show only mp3 with a defined quality
-m --mode filter the kind of files you want (available: "mp3", "flac", default: "mp3")
-h --help display help for command

Examples:

soulseek download "Your query" # Download in the current folder
soulseek download "Your query" --destination=/path/to/directory # Download in a defined folder (relative or absolute)
soulseek download "Your query" --quality=320 # Filter by quality
soulseek download "Your query" --mode=flac # Filter by file type

Query

Search with required query, but don't download anything. If a result is found, the return code will be 0. Otherwise, the return code will be 1 (useful for scripting)

Usage:

soulseek query|q [options] [query...]

Options:

Option Description
-q --quality show only mp3 with a defined quality
-m --mode filter the kind of files you want (available: "mp3", "flac", default: "mp3")
-h --help display help for command

Contribution

See CONTRIBUTING.md.

soulseek-cli's People

Contributors

aeyoll avatar dependabot[bot] avatar fclezio avatar hejops avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.