Crate

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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
ClarkyAU
Instalaciones diarias
0
Instalaciones totales
1
Calificaciones
0 0 0
Versión
2.3.1
Creado
26/07/2026
Actualizado
26/07/2026
Tamaño
72.5 KB
Licencia
MIT
Funciona en

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.