Skip to content

Instantly share code, notes, and snippets.

@sixohsix
sixohsix / mp3move.py
Last active March 27, 2016 09:22
A script to move music from one dir to another, and reencode m4a files to mp3 in the process
import contextlib
import multiprocessing
import os
import shutil
import subprocess
import sys
REALLY = True