This is a collection of Python scripts to automate tasks.
- trim-filenames.py: Recursively removes a specified number of characters from the beginning of filenames in a directory and its subdirectories.
- mp3-metadata-stripper.py: Recursively removes metadata from mp3 and m4a files in a directory and its subdirectories.
- Python 3.6+
source .venv/bin/activate
pip install -r requirements.txt
python scripts/${script-name}.py