trojblue / maroon

Maroon is a package that manages music for Roon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maroon

Maroon is a package that manages music for Roon.

Upload Python Package PyPI version PyPI - License Python Code style: black

Features

convert wav and cue files into flac tracks,

  • split tracks into folders according to disc number
  • adding genre info into metadata
maroon format <something.cue>

sample run:

Name of the album (default: i): 菊花夜行军
Genre of the album (split by ; sign):Chinese; Folk; Acoustic; Chinese Folk; Avant Folk; Folk Rock
Splitting CDImage: 100%|██████████| 10/10 [00:07<00:00,  1.37it/s]
Split 10 tracks.

Installation

install from PyPI:

pip install maroon

build from source:

git clone https://github.com/trojblue/maroon
cd maroon
poetry install
poetry build
pip install dist/<build_version>.whl

About

Maroon is a package that manages music for Roon

License:GNU General Public License v3.0


Languages

Language:Python 100.0%