gramophile
Gramophile is a system for managing your record collection through Discogs.
Gramophile is not a system to support business selling. It is still under development.
Prober
Probers validate the login process and rebuild the user db.
Development
Gramophile is built with Go.
Current Go version: 1.26.2
Features
- LocateRecord: Provides functionality to query the location of records within the collection via the
gram locate CLI command. It displays the artist name along with the title, and the shelf width percentage where the record is located.
- Organization Configuration Wizard: A guided interactive Terminal User Interface (TUI) wizard built with Bubble Tea and Charm Huh to help configure physical storage organizations (shelves, boxes) mapping to Discogs folders.
TUI (Terminal User Interface)
You can install the Gramophile TUI using standard Go tooling:
go install github.com/brotherlogic/gramophile/cmd/tui@latest
To run the TUI once installed, simply execute:
tui
Documentation
- v1 Requirements: The core feature definitions and user journeys for the v1 release of Gramophile.