Crate

Detects "Artist - Song" style mentions in Reddit comments, links them to Spotify, and lets you collect them into a playlist

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
ClarkyAU
Denně instalací
0
Celkem instalací
1
Hodnocení
0 0 0
Verze
2.3.1
Vytvořeno
26. 07. 2026
Aktualizováno
26. 07. 2026
velikost
72,5 KB
Licence
MIT
Spustit na

What this does

Scans comments on Reddit music subreddits for song mentions written like Artist - Song Title (or Song Title by Artist), and adds a small Spotify icon next to each one that links straight to the track. A floating panel lets you review everything it's found, and once you connect your Spotify account, select tracks and add them straight to an existing playlist or a new one.

Features

  • Detects Artist - Song, Artist- Song, and Song Title by Artist formats, including messy multi-track lists in a single comment
  • Adds a clickable Spotify icon inline next to each detected mention
  • Floating Matched / Unmatched panel: anything it finds but can't confidently match on Spotify goes to a review tab where you can edit the search and confirm the right result before it's added anywhere
  • Optional looser "Scan for more" pass for non-standard formatting, kept manual/opt-in to avoid false positives cluttering comments
  • Add selected tracks to an existing Spotify playlist (automatically skips duplicates already in it) or create a new one on the spot
  • Per-subreddit filter, so it only runs where you want it
  • Local caching to avoid re-querying Spotify for songs it's already looked up

Setup (required)

This script needs its own Spotify API credentials. It will not work out of the box.

  1. Go to the Spotify Developer Dashboard and create an app (any name/description is fine).
  2. In the app's Settings, add this exact Redirect URI: https://www.reddit.com/ (needed for the "connect your Spotify account" step used by the playlist feature).
  3. Copy the app's Client ID and Client Secret.
  4. On Reddit, open the script's panel (bottom-right floating icon), click the gear icon, paste in your Client ID/Secret and save.
  5. To use the playlist feature, click Connect Spotify Account in the panel and approve access.

Your credentials are stored locally via Tampermonkey's own storage: never hardcoded in the script and never sent anywhere except directly to Spotify's API.

Notes / limitations

  • Detection is pattern-based, not AI. It works best with clearly formatted Artist - Song mentions and will miss or occasionally misfire on unusual phrasing. The Unmatched review tab exists specifically to catch and fix these cases.
  • Currently tuned for metalcore/metal subreddits but works anywhere the formatting pattern holds.
  • Each user needs their own free Spotify Developer app; this is a Spotify API requirement, not a limitation of the script itself.