spicetify / cli

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
https://spicetify.app
GNU Lesser General Public License v2.1
18.84k stars 735 forks source link

Search in bar is broken after the latest update #71

Closed ghost closed 5 years ago

ghost commented 5 years ago

After I updated spicetify, backed up and applied again, the search page now looks like this:

image

I restored, cleaned and apply many times, even with different themes, but this issue keeps happening.

khanhas commented 5 years ago

Search in Bar is still experimental feature by Spotify. They have 2 variables for it in the code: SearchInSidebar and FusionSearch.
In version 1.1.15, they kinda finished it and only used FusionSearch instead of SearchInSidebar as before. I'm keen to support more newer client version than the old one. So you have 2 options:

ghost commented 5 years ago

They do not have that version for spotify on their official snap. They are still on 1.1.10. I guess I will just deactivate the feature, untill they update the linux client.

khanhas commented 5 years ago

Woo. How do you make Spicetify to work with Spotify from Snap btw?

ghost commented 5 years ago

I do not use the snap. I just used it as an example for the current version on linux. They are on the same version with their deb packages as well. Spicetify would not work with snaps because they are on squashfs filesystems and just mounted as a directory which makes them not writable at all.