2024-05-30 00:01:31 +02:00
2024-05-10 21:41:50 +02:00
2024-05-29 22:43:01 +02:00
2024-05-10 21:41:50 +02:00
2024-05-29 21:18:09 +02:00
2024-05-21 00:52:04 +02:00
2024-05-18 01:07:30 +02:00
2024-06-01 11:58:05 +02:00

FindOldMp3s

This project creates a CLI tool which will find MP3 files with bad bitrate. Burrito will produce a standalone binary file - this is NO escript release!

Setup

You must have Zig installed for creating the binary

asdf plugin-add zig https://github.com/cheetah/asdf-zig.git
asdf install zig 0.11.0
asdf global zig 0.11.0
mix deps.get
MIX_ENV=prod mix release

The built binary will be in burrito_out/example_cli_app_linux

Usage

./burrito_out/example_cli_app_linux --path "~" --type "ogg" --type "mp3"

Development

Clean cache:

yes | burrito_out/example_cli_app_linux maintenance uninstall
Description
Find MP3s with low bitrate easily
Readme 81 KiB
Languages
Elixir 100%