An open API service indexing awesome lists of open source software.

https://github.com/purpledoubled/discogs-viewer

Better Discogs collection viewer. Working sorting, filtering, and search. No login required.
https://github.com/purpledoubled/discogs-viewer

client-side collection discogs javascript music open-source viewer vinyl

Last synced: about 2 months ago
JSON representation

Better Discogs collection viewer. Working sorting, filtering, and search. No login required.

Awesome Lists containing this project

README

          

# 🎵 Discogs Collection Viewer

**The Discogs app is broken. This actually works.**

🌐 **[Try it now →](https://purpledoubled.github.io/discogs-viewer/)**

## Why?

The official Discogs app has 67K ratings with 43% being 1-star. Sorting doesn't work. Filtering is broken. This is a free alternative that reads your public collection and gives you the features the app should have.

## Features

- 🔤 **Sort by** artist, title, year, date added (ascending & descending)
- 🎛️ **Filter by** format (Vinyl, CD, Cassette, Box Set), year range
- 🔍 **Search** across titles, artists, genres, and styles
- 📷 **Grid view** with cover art or compact **list view**
- 📱 **Mobile-friendly** — works on any device
- 🔓 **No login** — just enter your Discogs username
- ⚡ **Fast** — loads directly from the Discogs API

## How It Works

Enter your Discogs username. The app fetches your public collection via the [Discogs API](https://www.discogs.com/developers) and renders it with proper sorting and filtering. No data is stored anywhere.

## Privacy

- No server, no database, no tracking
- Your username is only used to fetch from the Discogs API
- 100% client-side JavaScript

## License

MIT

- [QR Code Generator](https://purpledoubled.github.io/qr-code-generator/) — Generate QR codes privately in your browser