Skip to content

Instantly share code, notes, and snippets.

@xam74er1
xam74er1 / AudioFileTaging.py
Created October 12, 2025 12:20
A python script to list all the sound file recusvilly , then export in csv . Give that csv to a LLM to add tag and apply again to create the tag in the file name
#!/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