okonek / tidal-cli-client

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

enhancements #16

Closed tpfwrz closed 6 years ago

tpfwrz commented 6 years ago

Would love to see

1) vim shortcuts

2) Playlist support - Done

3) Album suport - Done

4) Shuffle support

5) More descriptive artist page e.g.: albums and top songs - Done

I don't have much free time but I'll read the code later and reverse engineer the iOS app a bit to see how these things would work. Also I love CLI but an electron app might be best for an app like this. Really wish we could run Tidal without flash installed the way Spotify has their own linux version.

okonek commented 6 years ago

Thank you for your ideas. Right now I don't have much time, because of school, but I'll do my best to make it.

okonek commented 6 years ago

Playlists are supported from the last update. Now I'll work on albums.

okonek commented 6 years ago

Also, what do you mean by vim shortcuts?

okonek commented 6 years ago

Albums and top songs are available now.

okonek commented 6 years ago

By shuffle, you mean shuffling the current queue or what?

tpfwrz commented 6 years ago

Hello thanks so much for the updates. shuffle plays songs from current queue at random selection yes for example an album or playlist or artist Vim shortcuts I guess aren't very applicable but hjkl h - previous song j - scroll down in selection for example from song list k - scroll up in selection for example from song list l - next song also I would love support for playerctl using the javascript bindings will read up on it more and reply with the way to do it Thanks!

okonek commented 6 years ago

Thank you, I'll try to do it all!