This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Audio File Discovery and Tagging Script | |
This script has two modes: | |
1. Discovery: Recursively find audio files and save to CSV | |
2. Tagging: Rename audio files based on tags from CSV | |
""" | |
import os |