/tidal-cli-client

You can now use Tidal on linux. With your loved CLI. <3

Primary LanguageJavaScriptMIT LicenseMIT

tidal-cli-client

Build Status BCH compliance

You can now use Tidal on linux. With your loved CLI. <3

Importand dependencies

You must have MPV and W3M installed.

Install other dependencies with npm install and run with npm run app.

You can also install tidal-cli-client from npm. Install it using command sudo npm -g i tidal-cli-client@latest. After installation you can run app from anywhere using command tidal-cli.

Usage instructions

When you open app for the first time you can see a form. Input username (first) and password (second) to the boxes and submit. Then it loads the main app.

To search for a track, click : and enter track, then input your query and click enter. To search for an artist, you should do the same but instead of track use artist.

To play a song select it on list. To add it to queue press n on it.

To close this app simply press escape and to pause playback press Control-S. All the other parts of using the app are intuitive.

The login configuration is kept in your home directory under filename .tidalConfig.js. To signin once again you can remove it. And run the app once again.

Signin form in tidal-cli

Searching for artist in tidal-cli

Artist panel in tidal-cli

Searching for track in tidal-cli

Tracks list in tidal-cli