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.
- Host: GitHub
- URL: https://github.com/purpledoubled/discogs-viewer
- Owner: PurpleDoubleD
- Created: 2026-03-01T16:56:42.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-03-19T13:59:40.000Z (2 months ago)
- Last Synced: 2026-03-20T06:39:40.982Z (2 months ago)
- Topics: client-side, collection, discogs, javascript, music, open-source, viewer, vinyl
- Language: HTML
- Homepage: https://purplefbihaze-cpu.github.io/discogs-viewer/
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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