Skip to content

NeonLightning/localSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Local Search – A Spicetify Extension

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.

✨ Features

  • πŸ–±οΈ 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.

πŸ› οΈ How It Works

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.

πŸ“ Example

Right-click β†’ Search for this local track on Artist Radiohead Song Paranoid Android πŸ” Redirects to search for: Radiohead Paranoid Android

🐞 Known Limitations

  • Only works with local file URIs (e.g., spotify:local:Artist:Title).
  • Assumes local files are tagged properly for best accuracy.

About

Spicetify extension to search for local files on spotify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published