- Discogs API: public collections readable WITHOUT auth
- User complaints: sorting broken, filtering broken, app abandoned
- 67K App Store ratings, 43% 1-star
- Zero competition for a web-based alternative viewer
Better Discogs collection viewer. Enter username → browse your vinyl/CD collection with working sorting, filtering, and search. 100% client-side.
- Enter Discogs username → load collection
- Sort by: artist, title, year, date added, format
- Filter by: format (vinyl/CD/cassette), year range, genre
- Search within collection
- Cover art grid view + list view
- Export filtered results as CSV
- Single index.html
- Discogs API v2 (no auth for public collections)
- Vanilla JS, CSS Grid for layout
- Pagination handling (API returns 50/page max)
- Rate limit: 25 req/min without auth
- 100% free, all features included
- MIT License
- Collection:
/users/{username}/collection/folders/0/releases?per_page=100&page=N - No auth needed for public collections
- Returns: title, artist, year, format, genres, cover thumb, date added
"The Discogs app is broken. This actually works."