Convert your music folder into another format, for portable purpose.
I write this tool to sync my music folder to portable devices (two laptops, one cell phone), because I need to compress my lossless music to lossy format for portable purpose.
Default options are Opus 192K, this is pretty much transparent and playable on most modern devices.
Requires ffmpeg executable in PATH.
You can simply ignore those whole lot shitty options. Specify your music folder and a target folder, and that's it. Music will be converted into opus format and covers will be copied.
``` musicsync [OPTIONS]
Arguments: Input directory for walking
Options:
-f, --force Force overwrite existing files
--preserve Preserve target folder files, even if they don't exist in source dir
--dontcopycover Don't copy cover images
--ffmpeg