Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joske committed Apr 4, 2024
1 parent 40c3117 commit 1b667d4
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b667d4

Please sign in to comment.