From 1b667d4688a5708166ca7f5bd542a1070935b093 Mon Sep 17 00:00:00 2001 From: Jos Dehaes Date: Thu, 4 Apr 2024 11:36:50 +0200 Subject: [PATCH] update README --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0971fea..2ae2b98 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,22 @@ to query the disc on musicbrainz service (previous versions used gnudb, but that service seems down now, so I bit the bullet and implemented a basic query to musicbrainz vast info). -Right now, it starts up, can scan the CD drive, and rip/encode the tracks to -MP3, OGG, flac, or OPUS. There is only minimal error handling, so don't expect -much. But when nothing goes wrong, it actually kinda sorta works! +It is now almost feature complete, see below: + +## What works + +- can scan CDROM drive +- query musicbrainz +- you can edit the data +- adds tags to the files +- you can select which tracks to rip +- supports MP3, OGG, FLAC and OPUS +- you can set quality options + +## What is not supported (yet) + +- no support for multiple matches from musicbrainz (just takes the first match) +- composer field ## Building