Transcodes Flac to Vorbis and stores to any given directory in a hierarchical structure.
root/
|-- artist/
|-- album/
|-- 1 - Foo.ogg
|-- 2 - Bar.ogg
This requires
Opus encoding requires opus-tools.
Vorbis encoding requires Oggenc2.
Cue handling requires shntool and cuetools.
You may need additional codecs depending on what format your source audio is.
Afterwards, install this package with
pip3 install .which will install untz and the Pytaglib dependency.
untz --help