Audio File Name Fixer is a utility written in python to change the file names of your audio files to match what is in the ID3 tags. Useful for fixing names of files copied directly from an iPod.
License
GNU General Public License version 2.0 (GPLv2)Follow Audio File Name Fixer
You Might Also Like
La version gratuite d'Auth0 s'enrichit !
Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful. Was going to write something myself but the author saved me a ton of time. Ran into a little trouble with characters that are valid for ID tags, but not windows file names (\ / : * ? " < > |) and also elipsies causes problems (...). Author accounted for forward slashes, but not the rest. Was a pretty easy fix change to account for all those characters. Helped me rename my 20 gigs of songs. Thank you sir/madam!