Media Library Compiler
Go to file
Blue 3971a5b662
pthreads for compatibility
2023-10-20 18:12:26 -03:00
.gitea/workflows CI, try 12 2023-10-11 17:11:23 -03:00
cmake build scenario changes 2023-10-20 17:39:27 -03:00
packaging/Archlinux regex for additional files copying 2023-10-12 22:00:16 -03:00
src build scenario changes 2023-10-20 17:39:27 -03:00
CHANGELOG.md encoding settings 2023-10-13 16:10:08 -03:00
CMakeLists.txt pthreads for compatibility 2023-10-20 18:12:26 -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.