/raycast-discogs-lastfm

Raycast Script command to browse Discogs from the currently playing album

Primary LanguageShell

Raycast Script command to browse Discogs from the currently playing album

Blog Post →

Prerequisites

  • Raycast
  • jq. Install brew install jq

Install

  1. Raycast → Create script command. Locate this script
  2. Create an .env file in the root of the folder with your LastFM credentials
DISCOGS_API_KEY="XXX"
DISCOGS_USER="XXX"
  1. Start using!