Hey everyone!
If you are a music lover, and one of those old farts who actually owns music on physical media, you’re probably aware of the Music collection management site, Discogs.
Being one of those (old farts I mean) I grew annoyed of launching App Support to look up things there, and always buying records twice, so I started making a native app.
In order to use the app, you need:
- An account at https://www.discogs.com
- A Personal Access Key, generate one at Settings → Developers
Screenshots: View on Chum Web
Supported Features: (at the time of this post)
- Searching for Releases by artist name, title, …
- Loading and managing one’s own collection
- Adding to and removing releases from the Wantlist
- Viewing details about releases, masters, artists…
- Opening relevant links on the Discogs Web Site
… and some more
watch the releases for change logs and updates.
Planned Features:
- OAuth login and Secret storage (see #1 - Support secure login and storing of credentials - nephros/cogs - Codeberg.org) - although with CloudFlare sucking huge balls as usual, this become even less of a priority than the technical issues.
- More advanced searching
- Editing/Submitting release information and pictures
- Doing whatever’s possible without using a login/key
- Maybe something like scanning barcodes, but I really do not want to re-create a full scanning app, rather integrate with e.g. CodeReader in some way (#6).
Definitely not Planned Features:
- Anything with buying and selling
watch the milestones for status. Feel free to request more.
Issues:
Plenty, probably. Do create some of your own!!
Hacking:
Pull requests of any kind are always welcome.
- Packages: are available from Chum, Alpha-grade packages on Chum Testing. View it on Chum Web
- Source Code: at Codeberg. Languages used: very bad QML, very bad Javascript, terrible Python