massmusicconvert is a Python3 script that aims to convert a folder full of music to a different format of the user’s choice. The script works by recursively scanning a directory in an effort to find music files, then passing the files one by one to FFmpeg for conversion.
To get started, head over to the Program Usage page.
massmusiconvert has been programmed explicitly for and tested on Windows and GNU/Linux. This project should also work on MacOS as well, though I don’t have the means to test it. As I run GNU/Linux on my personal machine, most development will be focused on that specific operating system.
As a helper program, this script only tells other programs what to do. As such, you’ll need to download a few things first. The required programs are below:
C:\ffmpeg\
. If you can’t place the files there, that’s alright! You’ll just have to tell the program where FFmpeg is later./bin/
, you’ll need to tell the program where it is later.musicconvert.py
in Finder. If Python isn’t installed, you’ll be prompted to install it.