Media Library Compiler
Go to file
Blue 9b726e37fc
CI, try 7
2023-10-11 16:22:39 -03:00
.gitea/workflows CI, try 7 2023-10-11 16:22:39 -03:00
cmake Decoded FLAC to a valid WAV 2023-07-15 21:15:31 -03:00
packaging/Archlinux CI, try 7 2023-10-11 16:22:39 -03:00
src Packaging and CI attempt 1 2023-10-10 13:24:46 -03:00
CHANGELOG.md CI, try 2 2023-10-10 13:37:11 -03:00
CMakeLists.txt CI, try 7 2023-10-11 16:22:39 -03:00
README.md help page, number of parallel tasts, source and destination now can be set up from config 2023-10-09 18:47:00 -03:00

README.md

MLC - Music Library Compiler

This is a program for compilation of your loseless music library to lossy formats

Prerequisites

  • flac
  • lame
  • jpeg
  • taglib

Building

$ git clone https://git.macaw.me/blue/mlc
$ cd mlc
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

Usage

./mlc path/to/loseless/library path/to/store/lossy/library

For now the program is very primitive, it only works to convert .flac files (it trusts the suffix) to .mp3 VBR best possible quality slowest possible conversion algorithm.

MLC keeps file structure, copies all the non .flac files, tries to adapt some .flac (vorbis) tags to id3v1 and id3v2 of destination .mp3 file.

For now it's siglethread, no interrupt controll, not even sure converted files are valid, no exotic cases handled, no conversion options can be passed. May be will improve in the futer.