The aux cord cord port in my car broke. Instead of getting a Bluetooth car adapter, I figured I could plug a thumb drive into the USB port my car has to listen to my podcasts.
- This goes through each the MP3 files in a given input folder.
- Creates a folder with the name of the MP3 (without the file ending).
- Puts 10 minute segments of that podcast in said folder.
- Install FFmpeg.
- Install the Python dependencies in
requirements.txt
.
python3 main.py <input directory>