You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Spotify component's search functionality immediately plays the first result. This can be limiting when the desired track isn't the top result.
Proposed Solution
Add a dedicated spotify:search command that:
Returns multiple results (5-10)
Shows track, artist, album info for each
Allows selection via interactive prompt or index
Supports searching tracks, artists, albums, playlists
Example Usage
php 💩 spotify:search "mac miller"# Shows list of results# User selects which to play/queue
Feature Request
Currently, the Spotify component's search functionality immediately plays the first result. This can be limiting when the desired track isn't the top result.
Proposed Solution
Add a dedicated
spotify:searchcommand that:Example Usage
Benefits