raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.37k stars 3.07k forks source link

[Spotify Player] Make search show songs before artists #11583

Closed adisidev closed 5 months ago

adisidev commented 7 months ago

Extension

https://www.raycast.com/mattisssa/spotify-player

Description

Whenever I use search, it is usually to queue a song. So I was thinking, is there any way to just show songs by default? I tried using Command + P, but that always resets to artists? Is there any way I can make it stay or have songs come up first?

Who will benefit from this feature?

No response

Anything else?

No response

raycastbot commented 7 months ago

Thank you for opening this issue!

🔔 @mattisssa @peduarte @sxn @dillionverma @andreaselia @stuart @tonka3000 @dancannon @pernielsentikaer @stevensd2m @erics118 @hjoelh @hobhouse @bkeys818 @jatindotdev @the-devbear you might want to have a look.

💡 Author and Contributors commands The author and contributors of `mattisssa/spotify-player` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopen the issue.
belyakov-am commented 7 months ago

image

One workaround is to filter and show only songs.

However, I think it would be pretty convenient to be able to reorder sections in search and make it persistent.

adisidev commented 7 months ago

Thanks for your reply @belyakov-am ! I actually mentioned this already in my initial issue, you can use Command + P to search for songs only. However, this is not persistent either. If we could make this persistent (i.e. not having to press Command + P and select songs every time), that would already be plenty!

belyakov-am commented 7 months ago

Sorry, I missed your point a little. And I thought that this filter is persistent, but double checked now and in fact it isn't persistent, unfortunately.

In that case it would be very nice to have it persistent at least.

belyakov-am commented 7 months ago

I have never contributed to raycast extensions yet, but it seems that leveraging LocalStorage API implementing persistent filtering should be pretty straightforward.

If the author/maintainers find this change suitable, I'm willing to contribute and implement it.

raycastbot commented 5 months ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot commented 5 months ago

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

adisidev commented 1 month ago

Just wanted to mention, this issue has actually been fixed! Now, in the settings I can set it to default to songs first before Artists! Thank you!