This Spicetify extension adds a custom context menu item for local files, allowing you to instantly search for matching tracks on Spotify based on the local trackβs artist and title.
- π±οΈ Right-click any local file in your Spotify library.
- π Instantly search Spotify for the track.
- β‘ Uses the trackβs artist and title for best results.
- π Displays a notification with the search query for confirmation.
This script adds a new context menu item "Search for this local track" that only appears for local files (URIs that begin with spotify:local:). When clicked:
- It decodes the artist and title from the URI.
- Combines them into a search query.
- Redirects you to Spotify's search page with results for that query.
- Shows a notification with the query string.
Right-click β Search for this local track on Artist Radiohead Song Paranoid Android
π Redirects to search for: Radiohead Paranoid Android
- Only works with local file URIs (e.g.,
spotify:local:Artist:Title). - Assumes local files are tagged properly for best accuracy.