Files
Minat/README.md
2019-09-27 01:51:03 -07:00

31 lines
1.0 KiB
Markdown

<img align="left" src="https://www.profiteroles.org/assets/minat.png" style="float: left; margin-right: 30px;" width="120">
# Minat
**Minat** is a simple multithreaded audio transcoder for Mac OS. Minat supports one operation: transcoding flac to mp3, preserving tags and album artwork. Written in PHP, Minat is lightweight and easy to modify.
Support is planned for two other operations:
* Generate specs from audio files supported by sox
* Rename folders based on the tags of the audio files inside
* **⇩ [Download Latest Version](https://www.profiteroles.org/git/profiteroles/Minat/raw/master/Minat.app.zip)**
## Screenshot
<img src="https://www.profiteroles.org/assets/minat_prefs.png" width="400">
## Notes
Running Minat requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal.
## Changelog
https://www.profiteroles.org/profiteroles/Minat/src/master/CHANGELOG.md
## Building from source
Building Minat requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
* https://github.com/BlueM/Pashua