1.1.0 • Published 4 years ago

fasp-client-cli v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

fasp-client-cli

Control Friendly Audio Streaming Protocol receivers from the command line.

npm version ISC-licensed chat with me on Gitter support me on Patreon

Installing

npm install -g fasp-client-cli

Or use npx.

Usage

fasp-client --scan
    Searches for receivers and lets you pick one. Also connects to it.
fasp-client
    Connects to the receiver you used the last time.
fasp-client [--receiver <id>]
    Connects to the receiver with the specified ID.

Once your are connected to the server, you will be presented with a UI like this:

Some Title
A Brand New Album
An Indie Artist
+++++++++++++++++++++
pause space  ◀︎ h l ▶︎  vol ↑100↓  stop .  seek ← →  queue :

Press : and paste a URL to a remote audio file or an absolute path to a local one. After pressing enter, wait a few seconds for the file to be buffered and played back.

Contributing

If you have a question or have difficulties using fasp-client-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.