Feature Highlight
Collection Management
A comprehensive toolkit to catalog, track, and explore your soundtrack collection — from the shelf to the stats.
Track every detail that matters
Record condition, purchase price, storage location, signed copies, and quantity for each release. Multi-copy support means your sealed backup and your daily driver both have a home.
Every release across FMDB shows whether it's already in your collection or on your wishlist. Add, edit, or remove entries without leaving the page — from release details, search results, or any list view.
Browse and filter your library
A dedicated grid view of your entire collection with faceted search. Filter by composer, label, format, year, or any combination. Find what you're looking for instantly — whether it's 3 or 3,000 releases.
Mark any release as wishlisted with a single click. Your wishlist lives alongside your collection with the same grid view, filters, and search. When you finally score that grail, moving it to your collection is one click away.
Your collection in numbers
Charts and rankings that reveal the shape of your collection. See your top composers, favorite labels, format distribution, and growth over time. Discover patterns you didn't know were there.
Track purchases over time, monitor collection growth, and break down your library by condition, format, or release year. Monetary stats like total value, average price, and spending by label stay private — only you can see them.
Your data, your way
Currently in developmentFull REST API with the same capabilities as the web interface. Import your existing collection from spreadsheets, build custom integrations, or back up your data programmatically.
Add items by release ID, EAN barcode, or slug. Update condition, price, storage location, and every other field via PATCH. Paginated listings, owner-only fields for sensitive data, and the same visibility controls as the web UI.
GET /api/me/collection
Authorization: Bearer <token>
{
"data": [
{
"id": "11111111-1111-1111-1111-111111111111",
"type": "CollectionItem",
"attributes": {
"condition": "mint",
"status": "active",
"purchasedAt": "2024-06-15T00:00:00+00:00",
"quantity": 1,
"isSigned": false,
"storageLocation": "Shelf A3",
"release": {
"id": "2793fbef-5267-11e7-ae76-fa163ef5db36",
"title": "The John Williams Jurassic Park Collection",
"slug": "john-williams-jurassic-park-collection"
}
}
}
]
}
You decide who sees what
Three-tier visibility for your collection profile: fully private, visible to registered users only, or public. One setting controls everything — no per-list toggles to manage.