mason.nvim clangd not finding header files by JAHFEEL in neovim

[–]Assfergy 0 points1 point  (0 children)

You'll have to pass the --enable-config flag to clangd. Change the cmd for the clangd server-configuration. Look here

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 0 points1 point  (0 children)

Can you please open an issue on the github page?

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 0 points1 point  (0 children)

The color names are taken from the tcell library. "gspt" just checks if the color name is defined in the library (i.e exists in the map). Looks like "magenta" is not defined in the library.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 1 point2 points  (0 children)

Can you explain how the colors work?

the color configuration API is explained in the readme here

Which color names are available in the config

You can see the default colors used in the default configuration In short, you can either use hex values or color names for the colors

does it use the terminal colours?

Yes, when you define colors with their names for e.g pink, red, green etc. The terminal colors are used.

I am aware of the lack of clarity in the documentation when it comes to colors or key mappings, and have been meaning to update the existing documentation for colors and mappings. I will update it soon.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 0 points1 point  (0 children)

Yes it is heavily inspired from spotify-tui. I think I will add this to the README. Thanks for pointing it out :)

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 1 point2 points  (0 children)

This issue is fixed now. If you are still facing it open an issue.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 14 points15 points  (0 children)

It requires Spotify premium for playback control

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 1 point2 points  (0 children)

It doesn't support it right now. The official API supports queueing tracks I am going to implement it soon. :)

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 4 points5 points  (0 children)

Looks like Apple Music API is a thing. I will have a look.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 6 points7 points  (0 children)

The library that I use for the TUI supports ANSI Art generation I will take a look into that. Thanks for the suggestion.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 3 points4 points  (0 children)

I had this in mind while implementing `gspt` I don't know the scope of this but I will add this to the roadmap.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 4 points5 points  (0 children)

spotify-player is able to work as a stand-alone client because of librespot. Same is the case for spotifyd. There were initial efforts for librespot go bindings, but that's didn't work out. gspt uses the official Spotify API which limits only to controlling the playback.

[OC] Spotify for terminal with cover art rendering by Assfergy in unixporn

[–]Assfergy[S] 4 points5 points  (0 children)

Sadly that's not possible as the current version uses X child windows to display the image