tidal-cli-client icon indicating copy to clipboard operation
tidal-cli-client copied to clipboard

Any plans to support MacOS?

Open TyrfingMjolnir opened this issue 7 years ago • 4 comments

I already did brew install mpv w3m prior to attempting to run :

devMB15R:user user$ nvm i --lts
devMB15R:user user$ nvm use --lts
devMB15R:user user$ nvm ls
         v8.4.0
         v8.9.0
         v8.9.3
         v8.9.4
->     v10.14.2
         system
default -> 8.4.0 (-> v8.4.0)
node -> stable (-> v10.14.2) (default)
stable -> 10.14 (-> v10.14.2) (default)
iojs -> N/A (default)
lts/* -> lts/dubnium (-> v10.14.2)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.15.1 (-> N/A)
lts/carbon -> v8.14.0 (-> N/A)
lts/dubnium -> v10.14.2
devMB15R:tidal-cli-client user$ sudo npm -g i tidal-cli-client@latest
/Users/user/.nvm/versions/node/v10.14.2/bin/tidal-cli -> /Users/user/.nvm/versions/node/v10.14.2/lib/node_modules/tidal-cli-client/app/index.js
+ [email protected]
added 78 packages from 74 contributors in 2.443s
devMB15R:user user$ /Users/user/.nvm/versions/node/v10.14.2/bin/tidal-cli
Auto installing dependencies started. You'll have to pass your sudo password if needed.
Can't install dependencies.

TyrfingMjolnir avatar Dec 13 '18 08:12 TyrfingMjolnir

It does work for me on macOS Mojave. The startup takes a long time, but after that, everything works (except pictures). I didn't install w3m-img at the beginning.

melgu avatar Jan 05 '19 17:01 melgu

It does work for me on macOS Mojave. The startup takes a long time, but after that, everything works (except pictures). I didn't install w3m-img at the beginning.

Not sure if you notice the error reported?

Can't install dependencies.

I get that same error and it doesn't go away.

baylanger avatar Jan 07 '19 06:01 baylanger

So you say that you have installed mpv? That's strange. Does it work when you enter mpv in the terminal?

okonek avatar Jan 08 '19 14:01 okonek

Confirmed this is working on Mojave 10.14.3. I installed mpv and w3m via brew and confirmed binaries work first. App complains if I select y to install w3m-img (the Debian archive it uses by default), and none of the album images work, but everything else seems to be working

opsline-patrick avatar Feb 22 '19 22:02 opsline-patrick