Skip to content

Spotify Track ID Lookup by troubleshooting.tools resolves the entered Spotify Track ID to track assigned by Spotify. Helpful when you need troubleshoot single tracks and your logfile log only tracks by ID.

disisto/spotify-track-id-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Spotify Track ID Lookup

Spotify Track ID Lookup by troubleshooting.tools resolves the entered Spotify Track ID to track assigned by Spotify. Helpful when you need troubleshoot single tracks and your logfile log only tracks by ID.

Content

1.) Web page
2.) Webhook
3.) Open Graph
4.) OpenSearch
5.) HTML search form

1.) Web page

Look up a Spotify Track ID

  1. Visit with a web browser https://troubleshooting.tools/lookup/spotify/track/
  2. Enter a Spotify Track ID in the search form
  3. Hit enter key or submit button

2.) Webhook

Beside the classic form input on the web page, the web page supports also webhooks. This possibility is ideal to share a link and guide the recipient directly to the results.

URL: https://troubleshooting.tools/lookup/spotify/track/ {spotify_track_id}

Example: https://troubleshooting.tools/lookup/spotify/track/6sPOmDulFtLzfX25zICNrC

3.) Open Graph

Sharing the Webhook link into a web page or app that support the Open Graph protocol gives the opportunity to share a small excerpt of the results, without that the recipient need to visit the webpage itself.

Examples

Slack:

Discord:

WhatsApp:

Twitter:

4.) OpenSearch

The browser integration of troubleshooting.tools allows to use the browser address bar as a search input field, when needed, without visiting the original web page before.

This function is called OpenSearch and works with Apple Safari, Microsoft Edge, Mozilla Firefox and Google Chrome. Before we can start using it, we have to setup our browser for this function. Here an example for Google Chrome:

At the top right, click More and then Settings.

Under "Search engine," click Manage search engines.

To the right of "Other search engines," click Add.

Fill out the text fields as shown below and click Add.

Search engine:
Enter troubleshooting.tools or a name of your choice.

Keyword:
Enter the character "t" or a keyword of your choice, to trigger later the search function.

URL with %s in place of query:
https://troubleshooting.tools/lookup/spotify/track/%s






The setup is complete. You are still able to continue to enter a URL in the address bar or any search terms that trigger a Google search.

The new feature is, if you enter an "t" followed by a space, then you activate the troubleshooting.tools search.

This cause that Google Chrome address bar react like the search field on this website.

5.) HTML search form

To integrate the search bar into a different web page a few line are needed. The look and feel can be adjusted as desired.

<form method="post" action="https://troubleshooting.tools/lookup/spotify/track/">
  <input type="text" name="TRACKID" placeholder="">
  <input type="submit" value="&#128269;">
</form>

This project is not affiliated with Spotify.
All mentioned trademarks are the property of their respective owners.

About

Spotify Track ID Lookup by troubleshooting.tools resolves the entered Spotify Track ID to track assigned by Spotify. Helpful when you need troubleshoot single tracks and your logfile log only tracks by ID.

Topics

Resources

Stars

Watchers

Forks