okonek / tidal-cli-client

You can now use Tidal on linux. With your loved CLI. <3
MIT License
272 stars 29 forks source link

No Output of Audio #27

Closed nighthawk9 closed 6 years ago

nighthawk9 commented 6 years ago

Distro: KDE Neon (Ubuntu 16.04 LTS) Terminal Emulator: (Konsole, xTerm) Node Version: 9.11.1 tidal-cli Version: 1.4.6

I am receiving no audio output from the application. I have check to make sure I have all of the audio dependencies such as MPV and node-mpv specifically. I have confirmed that MPV works.

Any idea of what would be causing this issue? If more input is required or anything I can help with, just let me know.

Thank you,

Michael

okonek commented 6 years ago

When you select a song, does it display its name in the bottom bar?

nighthawk9 commented 6 years ago

Yes, the song is displayed in the bottom bar. If I add in more songs to the queue and then play them, the title of the song changes at 0.5 s intervals until the end of the queue.

I have tried playing songs both from albums and through searching tracks.

okonek commented 6 years ago

Have you got a Lossless quality?

nighthawk9 commented 6 years ago

Yes, I have selected lossless quality and hold a subscription to listen to the quality. I also tried without lossless and it produces the same result of no audio.

It doesn't seem to call node-mpv and subsequently mpv to play the audio as no process is created.

okonek commented 6 years ago

Could you please try running this script, to tell if node-mp works on your computer? After uncompressing, you should do npm install and then run node mpv-test.js ch.wav. ch.wav is a Chopin etude. Please replay if you hear anything. mpv-test.tar.gz

nighthawk9 commented 6 years ago

Running the test, I did not have any sound output again. I was wondering if it was a version dependency on node-mpv or mpv. Given 16.04 usually lags behind with updated packages, I updated MPV to the latest version, but because the package name does not follow the expected naming convention in node-mpv it threw a error, due to a null return.

If it would be possible to list the versions of the required modules and MPV you are running I could give it another try.

Thank you for you help.

okonek commented 6 years ago

I suggest you to uninstall the tidal-cli-client and mpv from your system. Then firstly install mpv and then tidal-cli-client. Tell me if it worked or not.